Skip to content

Commit

Permalink
deps: update js nanoid to 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 10, 2024
1 parent 6270ef0 commit 778fa43
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 26 deletions.
17 changes: 5 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed .yarn/cache/fsevents-patch-19706e7e35-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,13 @@
"body-parser": "^1.20.3",
"path-to-regexp": "^1.9.0",
"cookie": "^0.7.0",
"cross-spawn": "^7.0.5"
"cross-spawn": "^7.0.5",
"nanoid": "^3.3.8"
},
"dependencies": {
"node-gyp": "^10.0.1"
},
"overrides": {
"nanoid": "^3.3.8"
}
}
17 changes: 4 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11386,21 +11386,12 @@ __metadata:
languageName: node
linkType: hard

"nanoid@npm:3.3.1":
version: 3.3.1
resolution: "nanoid@npm:3.3.1"
"nanoid@npm:^3.3.8":
version: 3.3.8
resolution: "nanoid@npm:3.3.8"
bin:
nanoid: bin/nanoid.cjs
checksum: 306f2cb9e4dcfb94738b09de9dc63839a37db33626f66b24dbcc8f66d4b91784645794a7c4f250d629e4d66f5385164c6748c58ac5b7c95217e9e048590efbe4
languageName: node
linkType: hard

"nanoid@npm:3.3.3":
version: 3.3.3
resolution: "nanoid@npm:3.3.3"
bin:
nanoid: bin/nanoid.cjs
checksum: c703ed58a234b68245a8a4826dd25c1453a9017d34fa28bc58e7aa8247de87d854582fa2209d7aee04084cff9ce150be8fd30300abe567dc615d4e8e735f2d99
checksum: 2d1766606cf0d6f47b6f0fdab91761bb81609b2e3d367027aff45e6ee7006f660fb7e7781f4a34799fe6734f1268eeed2e37a5fdee809ade0c2d4eb11b0f9c40
languageName: node
linkType: hard

Expand Down

0 comments on commit 778fa43

Please sign in to comment.