Skip to content

Commit 65e0786

Browse files
fix: update dependency nanoid to v4 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f50ab83 commit 65e0786

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"mermaid": "^8.8.3",
29-
"nanoid": "^3"
29+
"nanoid": "^4.0.0"
3030
},
3131
"devDependencies": {
3232
"@dword-design/base": "^9.1.10",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10460,12 +10460,12 @@ [email protected]:
1046010460
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
1046110461
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
1046210462

10463-
nanoid@^3, nanoid@^3.3.4:
10463+
nanoid@^3.3.4:
1046410464
version "3.3.4"
1046510465
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
1046610466
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
1046710467

10468-
nanoid@^4.0.1:
10468+
nanoid@^4.0.0, nanoid@^4.0.1:
1046910469
version "4.0.1"
1047010470
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.1.tgz#398d7ccfdbf9faf2231b2ca7e8fff5dbca6a509b"
1047110471
integrity sha512-udKGtCCUafD3nQtJg9wBhRP3KMbPglUsgV5JVsXhvyBs/oefqb4sqMEhKBBgqZncYowu58p1prsZQBYvAj/Gww==

0 commit comments

Comments
 (0)