diff --git a/package-lock.json b/package-lock.json index 8d09bb5337ac..9725475e82a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", - "@npmcli/map-workspaces": "^5.0.0", + "@npmcli/map-workspaces": "^5.0.1", "@npmcli/package-json": "^7.0.1", "@types/mocha": "^10.0.10", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -7321,12 +7321,12 @@ } }, "node_modules/@npmcli/map-workspaces": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-5.0.0.tgz", - "integrity": "sha512-+YJN6+BIQEC5QL4EqffJ2I1S9ySspwn7GP7uQINtZhf3uy7P0KnnIg+Ab5WeSUTZYpg+jn3GSfMme2FutB7qEQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/map-workspaces/-/map-workspaces-5.0.1.tgz", + "integrity": "sha512-LFEh3vY5nyiVI9IY9rko7FtAtS9fjgQySARlccKbnS7BMWFyQF73OT/n8NG22/8xyp57xPIl13gwO/OD63nktg==", "license": "ISC", "dependencies": { - "@npmcli/name-from-folder": "^3.0.0", + "@npmcli/name-from-folder": "^4.0.0", "@npmcli/package-json": "^7.0.0", "glob": "^11.0.3", "minimatch": "^10.0.3" @@ -7335,6 +7335,15 @@ "node": "^20.17.0 || >=22.9.0" } }, + "node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-4.0.0.tgz", + "integrity": "sha512-qfrhVlOSqmKM8i6rkNdZzABj8MKEITGFAY+4teqBziksCQAOLutiAxM1wY2BKEd8KjUSpWmWCYxvXr0y4VTlPg==", + "license": "ISC", + "engines": { + "node": "^20.17.0 || >=22.9.0" + } + }, "node_modules/@npmcli/map-workspaces/node_modules/glob": { "version": "11.0.3", "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", @@ -8214,6 +8223,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-3.0.0.tgz", "integrity": "sha512-61cDL8LUc9y80fXn+lir+iVt8IS0xHqEKwPu/5jCjxQTVoSCmkXvw4vbMrzAMtmghz3/AkiBjhHkDKUH+kf7kA==", + "dev": true, "license": "ISC", "engines": { "node": "^18.17.0 || >=20.5.0" @@ -40349,7 +40359,7 @@ "version": "7.0.7", "license": "MIT", "dependencies": { - "@npmcli/map-workspaces": "^5.0.0", + "@npmcli/map-workspaces": "^5.0.1", "@npmcli/package-json": "^7.0.1", "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0", "@phenomnomnominal/tsquery": "~5.0.1", @@ -42100,7 +42110,7 @@ "@lerna/project": "^6.4.1", "@microsoft/api-documenter": "^7.27.2", "@microsoft/api-extractor": "^7.53.2", - "@npmcli/map-workspaces": "^5.0.0", + "@npmcli/map-workspaces": "^5.0.1", "@npmcli/package-json": "^7.0.1", "debug": "^4.4.3", "fs-extra": "^11.3.2", diff --git a/package.json b/package.json index 6b49f0723809..277e976032b7 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", - "@npmcli/map-workspaces": "^5.0.0", + "@npmcli/map-workspaces": "^5.0.1", "@npmcli/package-json": "^7.0.1", "@types/mocha": "^10.0.10", "@typescript-eslint/eslint-plugin": "^7.18.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index 2e022143520c..b0ad12a1bf07 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -40,7 +40,7 @@ ".yo-rc.json" ], "dependencies": { - "@npmcli/map-workspaces": "^5.0.0", + "@npmcli/map-workspaces": "^5.0.1", "@npmcli/package-json": "^7.0.1", "@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0", "@phenomnomnominal/tsquery": "~5.0.1", diff --git a/packages/tsdocs/package.json b/packages/tsdocs/package.json index 9c9053056d3e..ebd9de3df77a 100644 --- a/packages/tsdocs/package.json +++ b/packages/tsdocs/package.json @@ -51,7 +51,7 @@ "@lerna/project": "^6.4.1", "@microsoft/api-documenter": "^7.27.2", "@microsoft/api-extractor": "^7.53.2", - "@npmcli/map-workspaces": "^5.0.0", + "@npmcli/map-workspaces": "^5.0.1", "@npmcli/package-json": "^7.0.1", "debug": "^4.4.3", "fs-extra": "^11.3.2",