Skip to content

Commit

Permalink
fix(deps): update dependency nanoid to v5 (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2023
1 parent b723cb9 commit ae5114e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"autoprefixer": "10.4.16",
"chance": "1.1.11",
"chart.js": "4.4.0",
"nanoid": "4.0.2",
"nanoid": "5.0.1",
"next": "13.4.12",
"next-auth": "4.23.1",
"numeral": "2.0.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@ __metadata:
eslint-plugin-testing-library: 5.11.1
jest: 29.7.0
jest-environment-jsdom: 29.7.0
nanoid: 4.0.2
nanoid: 5.0.1
next: 13.4.12
next-auth: 4.23.1
npm-check-updates: ^16.10.18
Expand Down Expand Up @@ -7365,12 +7365,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

0 comments on commit ae5114e

Please sign in to comment.