diff --git a/package-lock.json b/package-lock.json index bd8b410003..fb67fec0b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25514,7 +25514,7 @@ }, "packages/build": { "name": "@netlify/build", - "version": "28.0.1", + "version": "28.1.0", "license": "MIT", "dependencies": { "@bugsnag/js": "^7.0.0", @@ -25570,7 +25570,7 @@ "typescript": "^4.5.4", "update-notifier": "^5.0.0", "uuid": "^8.0.0", - "yargs": "^17.3.1" + "yargs": "^17.6.0" }, "bin": { "netlify-build": "bin.js" @@ -25611,8 +25611,8 @@ "dependencies": { "@netlify/framework-info": "^9.3.0", "@npmcli/map-workspaces": "^2.0.0", - "read-pkg": "^7.0.0", - "yargs": "^17.0.0" + "read-pkg": "^7.1.0", + "yargs": "^17.6.0" }, "bin": { "build-info": "bin.js" @@ -25741,7 +25741,7 @@ "toml": "^3.0.0", "tomlify-j0.4": "^3.0.0", "validate-npm-package-name": "^4.0.0", - "yargs": "^17.3.1" + "yargs": "^17.6.0" }, "bin": { "netlify-config": "bin.js" @@ -31167,7 +31167,7 @@ "typescript": "^4.8.4", "update-notifier": "^5.0.0", "uuid": "^8.0.0", - "yargs": "^17.3.1", + "yargs": "^17.6.0", "yarn": "^1.22.4" }, "dependencies": { @@ -31195,10 +31195,10 @@ "@types/node": "^14.18.31", "@vitest/coverage-c8": "^0.24.1", "execa": "^6.0.0", - "read-pkg": "^7.0.0", + "read-pkg": "^7.1.0", "typescript": "^4.8.4", "vitest": "^0.24.1", - "yargs": "^17.0.0" + "yargs": "^17.6.0" }, "dependencies": { "@types/node": { @@ -31285,7 +31285,7 @@ "tomlify-j0.4": "^3.0.0", "typescript": "^4.8.4", "validate-npm-package-name": "^4.0.0", - "yargs": "^17.3.1" + "yargs": "^17.6.0" }, "dependencies": { "@types/node": { diff --git a/packages/build-info/package.json b/packages/build-info/package.json index fb70513c56..24642b7903 100644 --- a/packages/build-info/package.json +++ b/packages/build-info/package.json @@ -30,8 +30,8 @@ "dependencies": { "@netlify/framework-info": "^9.3.0", "@npmcli/map-workspaces": "^2.0.0", - "read-pkg": "^7.0.0", - "yargs": "^17.0.0" + "read-pkg": "^7.1.0", + "yargs": "^17.6.0" }, "devDependencies": { "@types/node": "^14.18.31", diff --git a/packages/build/package.json b/packages/build/package.json index 4f586b2e66..0f97f28f2e 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -116,7 +116,7 @@ "typescript": "^4.5.4", "update-notifier": "^5.0.0", "uuid": "^8.0.0", - "yargs": "^17.3.1" + "yargs": "^17.6.0" }, "devDependencies": { "@netlify/nock-udp": "^3.0.0", diff --git a/packages/config/package.json b/packages/config/package.json index 71f386f4fc..d8f112e4df 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -80,7 +80,7 @@ "toml": "^3.0.0", "tomlify-j0.4": "^3.0.0", "validate-npm-package-name": "^4.0.0", - "yargs": "^17.3.1" + "yargs": "^17.6.0" }, "devDependencies": { "@types/node": "^14.18.31",