Skip to content

Commit

Permalink
chore: bump nanoid from 3.3.7 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 4.0.2.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 5744bed commit 6d6bce0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/boolean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@contentful/field-editor-shared": "^2.3.0",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
"nanoid": "^4.0.2"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@contentful/field-editor-shared": "^2.3.0",
"emotion": "^10.0.0",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
"nanoid": "^4.0.2"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@contentful/field-editor-shared": "^2.3.0",
"emotion": "^10.0.17",
"lodash": "^4.17.15",
"nanoid": "^3.1.3"
"nanoid": "^4.0.2"
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.5.2",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17713,11 +17713,16 @@ mz@^2.4.0, mz@^2.7.0:
object-assign "^4.0.1"
thenify-all "^1.0.0"

nanoid@^3.1.3, nanoid@^3.3.7:
nanoid@^3.3.7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==

nanoid@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.2.tgz#140b3c5003959adbebf521c170f282c5e7f9fb9e"
integrity sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==

natural-compare-lite@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
Expand Down

0 comments on commit 6d6bce0

Please sign in to comment.