From 884f503f5aa4abd55f6af7751243def711310948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:27:56 +0000 Subject: [PATCH] chore(deps): bump moment-timezone in /assets in the npm-patches group Bumps the npm-patches group in /assets with 1 update: [moment-timezone](https://github.com/moment/moment-timezone). Updates `moment-timezone` from 0.5.45 to 0.5.46 - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.45...0.5.46) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-patches ... Signed-off-by: dependabot[bot] --- assets/package-lock.json | 8 ++++---- assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index a2f7be06..d717c2c1 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -16,7 +16,7 @@ "date-fns": "^3.6.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.5.46", "pluralize": "^8.0.0", "react": "^18.3.1", "react-bootstrap": "^2.10.5", @@ -10223,9 +10223,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.45", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.45.tgz", - "integrity": "sha512-HIWmqA86KcmCAhnMAN0wuDOARV/525R2+lOLotuGFzn4HO+FH+/645z2wx0Dt3iDv6/p61SIvKnDstISainhLQ==", + "version": "0.5.46", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.46.tgz", + "integrity": "sha512-ZXm9b36esbe7OmdABqIWJuBBiLLwAjrN7CE+7sYdCCx82Nabt1wHDj8TVseS59QIlfFPbOoiBPm6ca9BioG4hw==", "dependencies": { "moment": "^2.29.4" }, diff --git a/assets/package.json b/assets/package.json index a46cd33f..255c2254 100644 --- a/assets/package.json +++ b/assets/package.json @@ -23,7 +23,7 @@ "date-fns": "^3.6.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "moment-timezone": "^0.5.45", + "moment-timezone": "^0.5.46", "pluralize": "^8.0.0", "react": "^18.3.1", "react-bootstrap": "^2.10.5",