fix(deps): update nanoid to patched release

This commit is contained in:
rookiestar28
2026-08-08 16:21:43 +08:00
parent c46cae810f
commit f086f7a0e8
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -1207,9 +1207,9 @@
"license": "MIT"
},
"node_modules/nanoid": {
"version": "3.3.16",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
"version": "3.3.18",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
"dev": true,
"funding": [
{
@@ -46,6 +46,10 @@ class TestFrontendDependencyHardening(unittest.TestCase):
_version_tuple(packages["node_modules/postcss"]["version"]),
(8, 5, 18),
)
self.assertGreaterEqual(
_version_tuple(packages["node_modules/nanoid"]["version"]),
(3, 3, 17),
)
def test_root_manifest_does_not_claim_transitive_packages(self):
root_dependencies = {