0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 08:57:38 +00:00

Bump nanoid from 5.1.11 to 6.0.0

Bumps [nanoid](https://github.com/ai/nanoid) from 5.1.11 to 6.0.0.
- [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/5.1.11...6.0.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-05 14:30:51 +00:00
committed by GitHub
parent a280304776
commit 1899008a23
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -64,7 +64,7 @@
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1", "moment": "^2.30.1",
"mongoose": "^9.9.0", "mongoose": "^9.9.0",
"nanoid": "5.1.11", "nanoid": "6.0.0",
"nconf": "^0.13.0", "nconf": "^0.13.0",
"node": "^25.9.0", "node": "^25.9.0",
"react": "^19.2.7", "react": "^19.2.7",
@@ -10632,9 +10632,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/nanoid": { "node_modules/nanoid": {
"version": "5.1.11", "version": "6.0.0",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.1.11.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-6.0.0.tgz",
"integrity": "sha512-v+KEsUv2ps74PaSKv0gHTxTCgMXOIfBEbaqa6w6ISIGC7ZsvHN4N9oJ8d4cmf0n5oTzQz2SLmThbQWhjd/8eKg==", "integrity": "sha512-mkUH+rPkwU2qPadJ0oJZOjeZ5Mxn8Q1UhevwkTRWNuUZzyia3h4rhzK39hxaHTk0o2OxB8W2SQ6A8k23ZDi1pQ==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -10646,7 +10646,7 @@
"nanoid": "bin/nanoid.js" "nanoid": "bin/nanoid.js"
}, },
"engines": { "engines": {
"node": "^18 || >=20" "node": "^22 || ^24 || >=26"
} }
}, },
"node_modules/napi-postinstall": { "node_modules/napi-postinstall": {
+1 -1
View File
@@ -140,7 +140,7 @@
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.30.1", "moment": "^2.30.1",
"mongoose": "^9.9.0", "mongoose": "^9.9.0",
"nanoid": "5.1.11", "nanoid": "6.0.0",
"nconf": "^0.13.0", "nconf": "^0.13.0",
"node": "^25.9.0", "node": "^25.9.0",
"react": "^19.2.7", "react": "^19.2.7",