diff --git a/deployer-js/package-lock.json b/deployer-js/package-lock.json index dd06a2d..c3fe0ae 100644 --- a/deployer-js/package-lock.json +++ b/deployer-js/package-lock.json @@ -12,7 +12,7 @@ "@elastic/elasticsearch": "^9.4.2", "cheerio": "1.2.0", "fdir": "^6.5.0", - "yargs": "^18.0.0" + "yargs": "^18.1.0" }, "devDependencies": { "@mdn/rari": "^0.2.27", @@ -1551,15 +1551,15 @@ } }, "node_modules/yargs": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz", - "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.1.0.tgz", + "integrity": "sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==", "license": "MIT", "dependencies": { "cliui": "^9.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", - "string-width": "^7.2.0", + "string-width": "^8.2.1", "y18n": "^5.0.5", "yargs-parser": "^22.0.0" }, @@ -1577,6 +1577,22 @@ "node": ">=12" } }, + "node_modules/yargs/node_modules/string-width": { + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz", + "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==", + "license": "MIT", + "dependencies": { + "get-east-asian-width": "^1.5.0", + "strip-ansi": "^7.1.2" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/yargs/node_modules/yargs-parser": { "version": "22.0.0", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz", diff --git a/deployer-js/package.json b/deployer-js/package.json index 2a0f57e..b14390d 100644 --- a/deployer-js/package.json +++ b/deployer-js/package.json @@ -15,7 +15,7 @@ "@elastic/elasticsearch": "^9.4.2", "cheerio": "1.2.0", "fdir": "^6.5.0", - "yargs": "^18.0.0" + "yargs": "^18.1.0" }, "devDependencies": { "@mdn/rari": "^0.2.27",