diff --git a/package-lock.json b/package-lock.json index 829d897..6afca2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "hexo-theme-icarus": "^6.1.1", "hexo-theme-landscape": "^1.0.0", "install": "^0.13.0", - "npm": "^11.0.0" + "npm": "^11.1.0" } }, "node_modules/@adobe/css-tools": { @@ -3537,9 +3537,9 @@ } }, "node_modules/npm": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-11.0.0.tgz", - "integrity": "sha512-Ed/ylWXSKXx058WUqXYlgb3pafCqXL5vWzZEvwCKFsBl7OYQlNn/u4ESW+ON+OG6Q+uCRLPTDGHreX6aJEDj7A==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-11.1.0.tgz", + "integrity": "sha512-rPMBrZud26lI/LcjQeLw/K5Hf1apXMKgkpNNEzp0YQYmM877+T1ZNKPcB2hnTi7e6fBNz8xLtMMn/w46fVUqGw==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -3608,13 +3608,21 @@ "validate-npm-package-name", "which" ], + "license": "Artistic-2.0", + "workspaces": [ + "docs", + "smoke-tests", + "mock-globals", + "mock-registry", + "workspaces/*" + ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^9.0.0", - "@npmcli/config": "^10.0.0", + "@npmcli/config": "^10.0.1", "@npmcli/fs": "^4.0.0", "@npmcli/map-workspaces": "^4.0.2", - "@npmcli/package-json": "^6.1.0", + "@npmcli/package-json": "^6.1.1", "@npmcli/promise-spawn": "^8.0.2", "@npmcli/redact": "^3.0.0", "@npmcli/run-script": "^9.0.1", @@ -3622,7 +3630,7 @@ "abbrev": "^3.0.0", "archy": "~1.0.0", "cacache": "^19.0.1", - "chalk": "^5.3.0", + "chalk": "^5.4.1", "ci-info": "^4.1.0", "cli-columns": "^4.0.0", "fastest-levenshtein": "^1.0.16", @@ -3825,7 +3833,7 @@ } }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "10.0.0", + "version": "10.0.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -3933,7 +3941,7 @@ } }, "node_modules/npm/node_modules/@npmcli/package-json": { - "version": "6.1.0", + "version": "6.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -3941,9 +3949,9 @@ "glob": "^10.2.2", "hosted-git-info": "^8.0.0", "json-parse-even-better-errors": "^4.0.0", - "normalize-package-data": "^7.0.0", "proc-log": "^5.0.0", - "semver": "^7.5.3" + "semver": "^7.5.3", + "validate-npm-package-license": "^3.0.4" }, "engines": { "node": "^18.17.0 || >=20.5.0" @@ -4024,11 +4032,11 @@ } }, "node_modules/npm/node_modules/@sigstore/protobuf-specs": { - "version": "0.3.2", + "version": "0.3.3", "inBundle": true, "license": "Apache-2.0", "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/npm/node_modules/@sigstore/sign": { @@ -4257,7 +4265,7 @@ } }, "node_modules/npm/node_modules/chalk": { - "version": "5.3.0", + "version": "5.4.1", "inBundle": true, "license": "MIT", "engines": { @@ -5633,7 +5641,7 @@ } }, "node_modules/npm/node_modules/spdx-license-ids": { - "version": "3.0.20", + "version": "3.0.21", "inBundle": true, "license": "CC0-1.0" }, diff --git a/package.json b/package.json index f1cd3a1..f9bb7cd 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "hexo-theme-icarus": "^6.1.1", "hexo-theme-landscape": "^1.0.0", "install": "^0.13.0", - "npm": "^11.0.0" + "npm": "^11.1.0" } }