From 023ec196591f4a6ef81b2954e089434803a3c50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:46:09 +0000 Subject: [PATCH] Bump parse-duration from 1.1.2 to 2.1.3 in /cli Bumps [parse-duration](https://github.com/jkroso/parse-duration) from 1.1.2 to 2.1.3. - [Release notes](https://github.com/jkroso/parse-duration/releases) - [Commits](https://github.com/jkroso/parse-duration/compare/v1.1.2...v2.1.3) --- updated-dependencies: - dependency-name: parse-duration dependency-version: 2.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/package-lock.json | 9 +++++---- cli/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cli/package-lock.json b/cli/package-lock.json index b51343b40..ca605f26a 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "code-push-cli", "version": "0.0.1", + "hasInstallScript": true, "dependencies": { "backslash": "^0.2.0", "chalk": "^4.1.2", @@ -16,7 +17,7 @@ "jsonwebtoken": "^9.0.2", "moment": "^2.29.4", "opener": "^1.5.2", - "parse-duration": "^1.1.0", + "parse-duration": "^2.1.3", "patch-package": "^8.0.0", "plist": "^3.0.6", "progress": "^2.0.3", @@ -3165,9 +3166,9 @@ } }, "node_modules/parse-duration": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-1.1.2.tgz", - "integrity": "sha512-p8EIONG8L0u7f8GFgfVlL4n8rnChTt8O5FSxgxMz2tjc9FMP199wxVKVB6IbKx11uTbKHACSvaLVIKNnoeNR/A==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-2.1.3.tgz", + "integrity": "sha512-MtbharL7Bets65qDBXuDOHHWyY1BxTJZmJ/xGmS90iEbKE0gZ6yZpZtCda7O79GeOi/f0NwBaplIuReExIoVsw==", "license": "MIT" }, "node_modules/parseurl": { diff --git a/cli/package.json b/cli/package.json index 8d264d834..63a4fa38f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -28,7 +28,7 @@ "jsonwebtoken": "^9.0.2", "moment": "^2.29.4", "opener": "^1.5.2", - "parse-duration": "^1.1.0", + "parse-duration": "^2.1.3", "patch-package": "^8.0.0", "plist": "^3.0.6", "progress": "^2.0.3",