Skip to content

Commit 55fbdda

Browse files
committed
fix: upgrade nanoid from 3.3.4 to 3.3.8
Snyk has created this PR to upgrade nanoid from 3.3.4 to 3.3.8. See this package in yarn: nanoid See this project in Snyk: https://app.snyk.io/org/steelarc/project/e1665f8d-6d79-496e-a748-50f719088ff3?utm_source=github-enterprise&utm_medium=referral&page=upgrade-pr
1 parent fe40b39 commit 55fbdda

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"depcheck/@babel/parser": "7.16.4"
9797
},
9898
"dependencies": {
99-
"nanoid": "^3.3.4",
99+
"nanoid": "^3.3.8",
100100
"node-fetch": "2.6.12",
101101
"seedrandom": "^3.0.5"
102102
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11513,6 +11513,11 @@ nanoid@^3.3.4:
1151311513
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
1151411514
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
1151511515

11516+
nanoid@^3.3.8:
11517+
version "3.3.8"
11518+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
11519+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
11520+
1151611521
nanomatch@^1.2.9:
1151711522
version "1.2.13"
1151811523
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"

0 commit comments

Comments
 (0)