mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-09-19 11:10:12 +00:00
fix(deps): update nanoid to version 3.3.18
This commit is contained in:
@@ -44,6 +44,7 @@ tmp/
|
|||||||
.tmp-bitwarden-clients/
|
.tmp-bitwarden-clients/
|
||||||
|
|
||||||
nodewarden-wiki/
|
nodewarden-wiki/
|
||||||
|
nodewarden.wiki/
|
||||||
wiki/
|
wiki/
|
||||||
AGENTS.md
|
AGENTS.md
|
||||||
settings.json
|
settings.json
|
||||||
@@ -57,6 +58,7 @@ NodeWarden-compat/
|
|||||||
|
|
||||||
.reasonix/
|
.reasonix/
|
||||||
.upstream/
|
.upstream/
|
||||||
|
bitwarden-upstream/
|
||||||
|
|
||||||
# Compatibility analysis documents
|
# Compatibility analysis documents
|
||||||
BITWARDEN_COMPATIBILITY_ANALYSIS.md
|
BITWARDEN_COMPATIBILITY_ANALYSIS.md
|
||||||
|
|||||||
Submodule bitwarden-upstream/clients deleted from 12c31d9858
Submodule bitwarden-upstream/server deleted from 408002d1b6
Generated
+3
-3
@@ -3904,9 +3904,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/nanoid": {
|
"node_modules/nanoid": {
|
||||||
"version": "3.3.17",
|
"version": "3.3.18",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.17.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
||||||
"integrity": "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g==",
|
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"nanoid": "3.3.17",
|
"nanoid": "3.3.18",
|
||||||
"undici": "8.9.0",
|
"undici": "8.9.0",
|
||||||
"@babel/core": ">=7.29.6",
|
"@babel/core": ">=7.29.6",
|
||||||
"esbuild": ">=0.28.1",
|
"esbuild": ">=0.28.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user