diff --git a/package-lock.json b/package-lock.json index bc04139..a441639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^16.0.0", "express": "^4.21.2", "mysql2": "^2.3.3", - "nanoid": "^3.0.0", + "nanoid": "^3.3.8", "nodemon": "^2.0.15", "sequelize": ">=6.28.1", "sequelize-cli": "^6.4.1", @@ -1734,9 +1734,15 @@ } }, "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -4271,9 +4277,9 @@ } }, "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==" + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==" }, "napi-build-utils": { "version": "1.0.2", diff --git a/package.json b/package.json index bac1d16..1bbe3f7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dotenv": "^16.0.0", "express": "^4.21.2", "mysql2": "^2.3.3", - "nanoid": "^3.0.0", + "nanoid": "^3.3.8", "nodemon": "^2.0.15", "sequelize": ">=6.28.1", "sequelize-cli": "^6.4.1",