From 8e0615edb4944a114e83748c3772545e6e934378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:03:14 +0000 Subject: [PATCH] fix(deps): bump iso8601-duration from 2.1.3 to 2.1.4 Bumps [iso8601-duration](https://github.com/tolu/ISO8601-duration) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/tolu/ISO8601-duration/releases) - [Commits](https://github.com/tolu/ISO8601-duration/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: iso8601-duration dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64d191d..f6a7fe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4883,9 +4883,9 @@ "license": "ISC" }, "node_modules/iso8601-duration": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-2.1.3.tgz", - "integrity": "sha512-OwkROKDXYhqKTl9uyB+/+lQ/Tx+L9LVb9tNRcsO4LtCSBDrmYbzyJLg9rGjYKAPDabD6IVdjMyUnnULHpejrCg==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-2.1.4.tgz", + "integrity": "sha512-2TuWcuR6W0OhFZQDAY+jDUp9FC2fVTDgxTtbN0nFBfwmUA6HTqXc0wx2tIBVd/FhRp4CnJbDgCv3sCeTPMQbew==", "license": "MIT" }, "node_modules/istanbul-lib-coverage": {