Bump nanoid from 3.3.4 to 3.3.8

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.4 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.4...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-10 23:37:52 +00:00
committed by Minz
parent ae3733c0f2
commit c2f09881d3
2 changed files with 14 additions and 8 deletions

20
package-lock.json generated
View File

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

View File

@@ -19,7 +19,7 @@
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.21.2", "express": "^4.21.2",
"mysql2": "^2.3.3", "mysql2": "^2.3.3",
"nanoid": "^3.0.0", "nanoid": "^3.3.8",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"sequelize": ">=6.28.1", "sequelize": ">=6.28.1",
"sequelize-cli": "^6.4.1", "sequelize-cli": "^6.4.1",