From 2a89b70dfb4437f118c2575f7f97e44a85a8f8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 17:03:06 +0200 Subject: [PATCH] Bump @js-temporal/polyfill from 0.4.1 to 0.4.2 in /ui/changes (#3008) Bumps [@js-temporal/polyfill](https://github.com/js-temporal/temporal-polyfill) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/js-temporal/temporal-polyfill/releases) - [Changelog](https://github.com/js-temporal/temporal-polyfill/blob/main/CHANGELOG.md) - [Commits](https://github.com/js-temporal/temporal-polyfill/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: "@js-temporal/polyfill" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/changes/package-lock.json | 14 +++++++------- ui/changes/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 459b76ab..6fc88c3a 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@js-temporal/polyfill": "^0.4.1", + "@js-temporal/polyfill": "^0.4.2", "apexcharts": "^3.35.3", "localforage": "^1.10.0" }, @@ -60,9 +60,9 @@ "dev": true }, "node_modules/@js-temporal/polyfill": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.1.tgz", - "integrity": "sha512-q45ecIocpa2TLem2jNOsCrDwP/sgKZdSkt+C1Rx07OkdKsdbvVfHcD1iDiK9scxBZrBQ38uJ8VQISXBS70ql1w==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.2.tgz", + "integrity": "sha512-c85vRxyqnJaXKyf4tvYij8jwiVIZhNLYDI9C4LLuOwVEHf4HUqGg07BBn70Le71W193QT/vmKg3jPUyQxJRHKQ==", "dependencies": { "jsbi": "^4.1.0", "tslib": "^2.3.1" @@ -4574,9 +4574,9 @@ "dev": true }, "@js-temporal/polyfill": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.1.tgz", - "integrity": "sha512-q45ecIocpa2TLem2jNOsCrDwP/sgKZdSkt+C1Rx07OkdKsdbvVfHcD1iDiK9scxBZrBQ38uJ8VQISXBS70ql1w==", + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/@js-temporal/polyfill/-/polyfill-0.4.2.tgz", + "integrity": "sha512-c85vRxyqnJaXKyf4tvYij8jwiVIZhNLYDI9C4LLuOwVEHf4HUqGg07BBn70Le71W193QT/vmKg3jPUyQxJRHKQ==", "requires": { "jsbi": "^4.1.0", "tslib": "^2.3.1" diff --git a/ui/changes/package.json b/ui/changes/package.json index 7fc11c9a..93595935 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -16,7 +16,7 @@ "snowpack": "^3.8.8" }, "dependencies": { - "@js-temporal/polyfill": "^0.4.1", + "@js-temporal/polyfill": "^0.4.2", "apexcharts": "^3.35.3", "localforage": "^1.10.0" }