From 2fdf8f32f58255ad9fd0c65673d1e7de0f2f63a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:59:20 +0000 Subject: [PATCH] Bump parse-duration from 1.1.0 to 2.1.3 in /ts Bumps [parse-duration](https://github.com/jkroso/parse-duration) from 1.1.0 to 2.1.3. - [Release notes](https://github.com/jkroso/parse-duration/releases) - [Commits](https://github.com/jkroso/parse-duration/compare/v1.1.0...v2.1.3) --- updated-dependencies: - dependency-name: parse-duration dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ts/package-lock.json | 9 +++++---- ts/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ts/package-lock.json b/ts/package-lock.json index f854fb02..da172c9b 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -15,7 +15,7 @@ "axios": "^1.4.0", "body-parser": "^1.20.2", "express": "^4.18.2", - "parse-duration": "^1.1.0", + "parse-duration": "^2.1.3", "ts-dotenv": "^0.9.1", "twilio": "^4.14.1", "viber-bot": "^1.0.18", @@ -6918,9 +6918,10 @@ } }, "node_modules/parse-duration": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/parse-duration/-/parse-duration-1.1.0.tgz", - "integrity": "sha512-z6t9dvSJYaPoQq7quMzdEagSFtpGu+utzHqqxmpVWNNZRIXnvqyCvn9XsTdh7c/w0Bqmdz3RB3YnRaKtpRtEXQ==" + "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/parse-json": { "version": "5.2.0", diff --git a/ts/package.json b/ts/package.json index bbd6becb..a441cb1b 100644 --- a/ts/package.json +++ b/ts/package.json @@ -43,7 +43,7 @@ "axios": "^1.4.0", "body-parser": "^1.20.2", "express": "^4.18.2", - "parse-duration": "^1.1.0", + "parse-duration": "^2.1.3", "ts-dotenv": "^0.9.1", "twilio": "^4.14.1", "viber-bot": "^1.0.18",