Skip to content

Commit

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

---
updated-dependencies:
- 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>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 8654e98 commit e0dbf54
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lodash": "^4.17.21",
"mime-match": "^1.0.2",
"namespace-emitter": "^2.0.1",
"nanoid": "^5.0.0",
"nanoid": "^5.0.9",
"preact": "^10.5.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"nanoid": "^5.0.0",
"nanoid": "^5.0.9",
"preact": "^10.5.13",
"shallow-equal": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/provider-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@uppy/utils": "workspace:^",
"classnames": "^2.2.6",
"nanoid": "^5.0.0",
"nanoid": "^5.0.9",
"p-queue": "^8.0.0",
"preact": "^10.5.13"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/store-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "git+https://github.com/transloadit/uppy.git"
},
"dependencies": {
"nanoid": "^5.0.0"
"nanoid": "^5.0.9"
},
"devDependencies": {
"redux": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@uppy/companion-client": "workspace:^",
"@uppy/utils": "workspace:^",
"nanoid": "^5.0.0",
"nanoid": "^5.0.9",
"preact": "^10.5.13"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8809,7 +8809,7 @@ __metadata:
lodash: "npm:^4.17.21"
mime-match: "npm:^1.0.2"
namespace-emitter: "npm:^2.0.1"
nanoid: "npm:^5.0.0"
nanoid: "npm:^5.0.9"
preact: "npm:^10.5.13"
vitest: "npm:^1.2.1"
languageName: unknown
Expand All @@ -8831,7 +8831,7 @@ __metadata:
classnames: "npm:^2.2.6"
lodash: "npm:^4.17.21"
memoize-one: "npm:^6.0.0"
nanoid: "npm:^5.0.0"
nanoid: "npm:^5.0.9"
preact: "npm:^10.5.13"
resize-observer-polyfill: "npm:^1.5.0"
shallow-equal: "npm:^3.0.0"
Expand Down Expand Up @@ -9050,7 +9050,7 @@ __metadata:
"@types/google.picker": "npm:^0.0.42"
"@uppy/utils": "workspace:^"
classnames: "npm:^2.2.6"
nanoid: "npm:^5.0.0"
nanoid: "npm:^5.0.9"
p-queue: "npm:^8.0.0"
preact: "npm:^10.5.13"
vitest: "npm:^1.6.0"
Expand Down Expand Up @@ -9176,7 +9176,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@uppy/store-redux@workspace:packages/@uppy/store-redux"
dependencies:
nanoid: "npm:^5.0.0"
nanoid: "npm:^5.0.9"
redux: "npm:^4.0.0"
vitest: "npm:^1.2.1"
languageName: unknown
Expand Down Expand Up @@ -9266,7 +9266,7 @@ __metadata:
dependencies:
"@uppy/companion-client": "workspace:^"
"@uppy/utils": "workspace:^"
nanoid: "npm:^5.0.0"
nanoid: "npm:^5.0.9"
preact: "npm:^10.5.13"
peerDependencies:
"@uppy/core": "workspace:^"
Expand Down Expand Up @@ -22480,12 +22480,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^5.0.0":
version: 5.0.7
resolution: "nanoid@npm:5.0.7"
"nanoid@npm:^5.0.9":
version: 5.0.9
resolution: "nanoid@npm:5.0.9"
bin:
nanoid: bin/nanoid.js
checksum: 10/25ab0b0cf9082ae6747f0f55cec930e6c1cc5975103aa3a5fda44be5720eff57d9b25a8a9850274bfdde8def964b49bf03def71c6aa7ad1cba32787819b79f60
checksum: 10/8a3f9104f81095e3e4785f58caae47a05755599824b8611b9730cbf73db706b664f100e6189f8303f08764f144d499613d8e4a39e83125c53f4b4986d6576621
languageName: node
linkType: hard

Expand Down

0 comments on commit e0dbf54

Please sign in to comment.