diff --git a/package-lock.json b/package-lock.json index c22992f45fc..6a626cc6a1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,7 @@ "nanospinner": "^1.2.2", "netlify-redirector": "^0.5.0", "node-fetch": "^3.3.2", - "normalize-package-data": "^7.0.1", + "normalize-package-data": "^9.0.0", "open": "^11.0.0", "p-filter": "^4.1.0", "p-map": "^7.0.3", @@ -14443,18 +14443,25 @@ } }, "node_modules/hosted-git-info": { - "version": "8.1.0", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-10.1.1.tgz", + "integrity": "sha512-DeOnSPAvOndYKfw075gt8yZzQ7S2hNztw34zBTfhIzLhmBTswIBg5/y+pqu/VD5cYWm5goAFTusDmUEmKZ0PEQ==", "license": "ISC", "dependencies": { - "lru-cache": "^10.0.1" + "lru-cache": "^11.1.0" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^22.22.2 || ^24.15.0 || >=26.0.0" } }, "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "10.4.3", - "license": "ISC" + "version": "11.5.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz", + "integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==", + "license": "BlueOak-1.0.0", + "engines": { + "node": "20 || >=22" + } }, "node_modules/hot-shots": { "version": "11.4.0", @@ -17215,15 +17222,17 @@ } }, "node_modules/normalize-package-data": { - "version": "7.0.1", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-9.0.0.tgz", + "integrity": "sha512-la34cHOCAT6itNOYCvPi40XP8r0y6OHuNkooOfnfFUHdgy5MBw665qq5xsuS02AEC7WPQvhwvb7E9PI1gipplw==", "license": "BSD-2-Clause", "dependencies": { - "hosted-git-info": "^8.0.0", + "hosted-git-info": "^10.1.0", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^22.22.2 || ^24.15.0 || >=26.0.0" } }, "node_modules/normalize-path": { diff --git a/package.json b/package.json index 0e77e189f8a..689cc6e2c43 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "nanospinner": "^1.2.2", "netlify-redirector": "^0.5.0", "node-fetch": "^3.3.2", - "normalize-package-data": "^7.0.1", + "normalize-package-data": "^9.0.0", "open": "^11.0.0", "p-filter": "^4.1.0", "p-map": "^7.0.3",