Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump nanoid from 5.0.7 to 5.0.9 #5544

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -8796,7 +8796,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 @@ -8818,7 +8818,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 @@ -9037,7 +9037,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 @@ -9163,7 +9163,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 @@ -9253,7 +9253,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 @@ -22348,12 +22348,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
Loading