From 6cc6bf49465d876e2ec4ffce20a88b7ea1956b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:49:45 +0000 Subject: [PATCH] Bump parse-duration from 1.0.2 to 1.1.0 Bumps [parse-duration](https://github.com/jkroso/parse-duration) from 1.0.2 to 1.1.0. - [Release notes](https://github.com/jkroso/parse-duration/releases) - [Commits](https://github.com/jkroso/parse-duration/commits) --- updated-dependencies: - dependency-name: parse-duration dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 483b51e4..9d9e100b 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "p-queue": "^7.2.0", "p-retry": "6.2.0", "pagination.djs": "^4.0.10", - "parse-duration": "1.0.2", + "parse-duration": "1.1.0", "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", "read-pkg": "7.1.0", diff --git a/yarn.lock b/yarn.lock index 8a9cb994..6f21520c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3905,10 +3905,10 @@ parent-module@^1.0.0: dependencies: callsites "^3.0.0" -parse-duration@1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/parse-duration/-/parse-duration-1.0.2.tgz" - integrity sha512-Dg27N6mfok+ow1a2rj/nRjtCfaKrHUZV2SJpEn/s8GaVUSlf4GGRCRP1c13Hj+wfPKVMrFDqLMLITkYKgKxyyg== +parse-duration@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/parse-duration/-/parse-duration-1.1.0.tgz#5192084c5d8f2a3fd676d04a451dbd2e05a1819c" + integrity sha512-z6t9dvSJYaPoQq7quMzdEagSFtpGu+utzHqqxmpVWNNZRIXnvqyCvn9XsTdh7c/w0Bqmdz3RB3YnRaKtpRtEXQ== parse-json@5.2.0, parse-json@^5.0.0, parse-json@^5.2.0: version "5.2.0" @@ -4972,7 +4972,7 @@ tslib@^2.6.2: version "2.8.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b" integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA== - + tsutils@^3.21.0: version "3.21.0" resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"