Spaces:
Runtime error
build(deps): bump nanoid (#1681)
Browse filesBumps and [nanoid](https://github.com/ai/nanoid). These dependencies needed to be updated together.
Updates `nanoid` from 3.3.7 to 5.0.9
- [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.7...5.0.9)
Updates `nanoid` from 4.0.2 to 5.0.9
- [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.7...5.0.9)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:production
- dependency-name: nanoid
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- package-lock.json +6 -5
- package.json +1 -1
|
@@ -39,7 +39,7 @@
|
|
| 39 |
"lint-staged": "^15.2.7",
|
| 40 |
"marked": "^12.0.1",
|
| 41 |
"mongodb": "^5.8.0",
|
| 42 |
-
"nanoid": "^
|
| 43 |
"openid-client": "^5.4.2",
|
| 44 |
"parquetjs": "^0.11.2",
|
| 45 |
"pino": "^9.0.0",
|
|
@@ -9442,20 +9442,21 @@
|
|
| 9442 |
}
|
| 9443 |
},
|
| 9444 |
"node_modules/nanoid": {
|
| 9445 |
-
"version": "
|
| 9446 |
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-
|
| 9447 |
-
"integrity": "sha512-
|
| 9448 |
"funding": [
|
| 9449 |
{
|
| 9450 |
"type": "github",
|
| 9451 |
"url": "https://github.com/sponsors/ai"
|
| 9452 |
}
|
| 9453 |
],
|
|
|
|
| 9454 |
"bin": {
|
| 9455 |
"nanoid": "bin/nanoid.js"
|
| 9456 |
},
|
| 9457 |
"engines": {
|
| 9458 |
-
"node": "^
|
| 9459 |
}
|
| 9460 |
},
|
| 9461 |
"node_modules/natural-compare": {
|
|
|
|
| 39 |
"lint-staged": "^15.2.7",
|
| 40 |
"marked": "^12.0.1",
|
| 41 |
"mongodb": "^5.8.0",
|
| 42 |
+
"nanoid": "^5.0.9",
|
| 43 |
"openid-client": "^5.4.2",
|
| 44 |
"parquetjs": "^0.11.2",
|
| 45 |
"pino": "^9.0.0",
|
|
|
|
| 9442 |
}
|
| 9443 |
},
|
| 9444 |
"node_modules/nanoid": {
|
| 9445 |
+
"version": "5.0.9",
|
| 9446 |
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.9.tgz",
|
| 9447 |
+
"integrity": "sha512-Aooyr6MXU6HpvvWXKoVoXwKMs/KyVakWwg7xQfv5/S/RIgJMy0Ifa45H9qqYy7pTCszrHzP21Uk4PZq2HpEM8Q==",
|
| 9448 |
"funding": [
|
| 9449 |
{
|
| 9450 |
"type": "github",
|
| 9451 |
"url": "https://github.com/sponsors/ai"
|
| 9452 |
}
|
| 9453 |
],
|
| 9454 |
+
"license": "MIT",
|
| 9455 |
"bin": {
|
| 9456 |
"nanoid": "bin/nanoid.js"
|
| 9457 |
},
|
| 9458 |
"engines": {
|
| 9459 |
+
"node": "^18 || >=20"
|
| 9460 |
}
|
| 9461 |
},
|
| 9462 |
"node_modules/natural-compare": {
|
|
@@ -92,7 +92,7 @@
|
|
| 92 |
"lint-staged": "^15.2.7",
|
| 93 |
"marked": "^12.0.1",
|
| 94 |
"mongodb": "^5.8.0",
|
| 95 |
-
"nanoid": "^
|
| 96 |
"openid-client": "^5.4.2",
|
| 97 |
"parquetjs": "^0.11.2",
|
| 98 |
"pino": "^9.0.0",
|
|
|
|
| 92 |
"lint-staged": "^15.2.7",
|
| 93 |
"marked": "^12.0.1",
|
| 94 |
"mongodb": "^5.8.0",
|
| 95 |
+
"nanoid": "^5.0.9",
|
| 96 |
"openid-client": "^5.4.2",
|
| 97 |
"parquetjs": "^0.11.2",
|
| 98 |
"pino": "^9.0.0",
|