dependabot[bot] dependabot[bot] commited on
Commit
1880f07
·
unverified ·
1 Parent(s): a11228d

build(deps): bump nanoid (#1681)

Browse files

Bumps 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Files changed (2) hide show
  1. package-lock.json +6 -5
  2. package.json +1 -1
package-lock.json CHANGED
@@ -39,7 +39,7 @@
39
  "lint-staged": "^15.2.7",
40
  "marked": "^12.0.1",
41
  "mongodb": "^5.8.0",
42
- "nanoid": "^4.0.2",
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": "4.0.2",
9446
- "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz",
9447
- "integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==",
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": "^14 || ^16 || >=18"
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": {
package.json CHANGED
@@ -92,7 +92,7 @@
92
  "lint-staged": "^15.2.7",
93
  "marked": "^12.0.1",
94
  "mongodb": "^5.8.0",
95
- "nanoid": "^4.0.2",
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",