From 8d1740ffb154c6347cdbecad234b809694543fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:43:01 +0000 Subject: [PATCH] chore:(deps): bump iso8601-duration from 2.1.1 to 2.1.2 Bumps [iso8601-duration](https://github.com/tolu/ISO8601-duration) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/tolu/ISO8601-duration/releases) - [Commits](https://github.com/tolu/ISO8601-duration/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: iso8601-duration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3cf38e79..99d5d0c67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "graphql": "^15.8.0", "graphql-tag": "^2.12.6", "highlight.js": "^11.9.0", - "iso8601-duration": "^2.1.1", + "iso8601-duration": "^2.1.2", "lodash-es": "^4.17.21", "mixpanel-browser": "^2.47.0", "ngx-color": "9.0.0", @@ -18370,8 +18370,9 @@ "license": "ISC" }, "node_modules/iso8601-duration": { - "version": "2.1.1", - "license": "MIT" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/iso8601-duration/-/iso8601-duration-2.1.2.tgz", + "integrity": "sha512-yXteYUiKv6x8seaDzyBwnZtPpmx766KfvQuaVNyPifYOjmPdOo3ajd4phDNa7Y5mTQGnXsNEcXFtVun1FjYXxQ==" }, "node_modules/isobject": { "version": "3.0.1", diff --git a/package.json b/package.json index aca7a37fe..1e40f7569 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "graphql": "^15.8.0", "graphql-tag": "^2.12.6", "highlight.js": "^11.9.0", - "iso8601-duration": "^2.1.1", + "iso8601-duration": "^2.1.2", "lodash-es": "^4.17.21", "mixpanel-browser": "^2.47.0", "ngx-color": "9.0.0",