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

fix(deps): update dependency nanoid to v5 #526

Merged
merged 1 commit into from
Sep 15, 2023
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/vue-trello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"serve": "vite preview"
},
"dependencies": {
"nanoid": "^4.0.2",
"nanoid": "^5.0.1",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vuex": "^4.1.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3674,7 +3674,7 @@ __metadata:
"@vitejs/plugin-vue": ^4.3.4
autoprefixer: ^10.4.15
eslint: ^8.49.0
nanoid: ^4.0.2
nanoid: ^5.0.1
postcss: ^8.4.29
prettier: ^3.0.3
stylelint: ^15.10.3
Expand Down Expand Up @@ -14210,12 +14210,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:^4.0.2":
version: 4.0.2
resolution: "nanoid@npm:4.0.2"
"nanoid@npm:^5.0.1":
version: 5.0.1
resolution: "nanoid@npm:5.0.1"
bin:
nanoid: bin/nanoid.js
checksum: 747c399cea4664dd0be1d0ec498ffd1ef8f1f5221676fc8b577e3f46f66d9afcddb9595d63d19a2e78d0bc6cc33984f65e66bf1682c850b9e26288883d96b53f
checksum: fb5a57ec0563f12f101129b2f11fe50505e5f1219760c43e6ae30fc0a0d2aa269985f6d07ddea15e3bd4b24751c9ef14fa8117cbc80d410726429e2b37a4b13f
languageName: node
linkType: hard

Expand Down