diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 06441f4..68de708 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -6610,9 +6610,9 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "11.5.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz", - "integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==", + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", "engines": { "node": "20 || >=22" } diff --git a/dbg/package.json b/dbg/package.json index 953c044..77bbc8d 100644 --- a/dbg/package.json +++ b/dbg/package.json @@ -124,3 +124,4 @@ + diff --git a/package.json b/package.json index 5b38128..984317f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nevware21/publish-npm": ">= 0.1.4 < 2.x", "@types/eslint": "^8.4.2", "@types/estree": "^1.0.0", - "@types/node": "^25.0.3", + "@types/node": "^26.1.0", "@types/mocha": "^10.0.1", "@types/sinon": "^22.0.0", "@typescript-eslint/eslint-plugin": "^5.26.0",