From 7013a786f2a1c1fc1a30688a2cb0da2feaa03178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:03:05 +0000 Subject: [PATCH] chore(deps): bump yargs and @types/yargs Bumps [yargs](https://github.com/yargs/yargs) and [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs). These dependencies needed to be updated together. Updates `yargs` from 17.7.2 to 17.7.3 - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](https://github.com/yargs/yargs/compare/v17.7.2...v17.7.3) Updates `@types/yargs` from 17.0.33 to 17.0.35 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs) --- updated-dependencies: - dependency-name: yargs dependency-version: 17.7.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/yargs" dependency-version: 17.0.35 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 +++++++++++-------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c2f8276d0f..ba6dcdccad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,9 @@ "": { "name": "nativescript", "version": "9.0.6", + "bundleDependencies": [ + "universal-analytics" + ], "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -64,7 +67,7 @@ "winreg": "1.2.5", "ws": "8.18.3", "xml2js": "0.6.2", - "yargs": "17.7.2", + "yargs": "17.7.3", "yazl": "^3.3.1" }, "bin": { @@ -99,7 +102,7 @@ "@types/uuid": "^10.0.0", "@types/ws": "8.18.1", "@types/xml2js": "0.4.14", - "@types/yargs": "17.0.33", + "@types/yargs": "17.0.35", "@types/yazl": "^3.3.0", "braces": ">=3.0.3", "chai": "5.3.3", @@ -1916,9 +1919,9 @@ } }, "node_modules/@types/yargs": { - "version": "17.0.33", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.33.tgz", - "integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==", + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", "dev": true, "license": "MIT", "dependencies": { @@ -12510,9 +12513,9 @@ } }, "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "version": "17.7.3", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.3.tgz", + "integrity": "sha512-GZtjxm/J/4TSxuL3FNYjCmLktBTnIw/rVmKSIyKeYAZpmJB2ig9VauCC5xsa82GNKVKDAqpOn3KVzNt0zmrU0g==", "license": "MIT", "dependencies": { "cliui": "^8.0.1", diff --git a/package.json b/package.json index 11a87e98c9..4bcae8c1a4 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "winreg": "1.2.5", "ws": "8.18.3", "xml2js": "0.6.2", - "yargs": "17.7.2", + "yargs": "17.7.3", "yazl": "^3.3.1" }, "devDependencies": { @@ -137,7 +137,7 @@ "@types/uuid": "^10.0.0", "@types/ws": "8.18.1", "@types/xml2js": "0.4.14", - "@types/yargs": "17.0.33", + "@types/yargs": "17.0.35", "@types/yazl": "^3.3.0", "braces": ">=3.0.3", "chai": "5.3.3",