From 218391eee0ca4ed4d4d8e8e4874c0f9ff238e916 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 22 Apr 2023 19:15:26 +0800 Subject: [PATCH] [Snyk] Upgrade moment-timezone from 0.5.42 to 0.5.43 (#2638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Snyk has created this PR to upgrade moment-timezone from 0.5.42 to 0.5.43.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-03-31.
Release notes
Package name: moment-timezone
  • 0.5.43 - 2023-03-31
    • Updated data to IANA TZDB 2023c
  • 0.5.42 - 2023-03-24
    • Updated data to IANA TZDB 2023b
from moment-timezone GitHub release notes
Commit messages
Package name: moment-timezone
  • 2448cdc Build moment-timezone 0.5.43
  • 682aa63 Bump version to 0.5.43
  • e565ae4 Merge pull request #1053 from moment/data/2023c
  • 8506787 data: Add 2023c
Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4/settings/integration?pkg=moment-timezone&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) --- gui/velociraptor/package-lock.json | 14 +++++++------- gui/velociraptor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index 2652cfcd32..f4f08a8971 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -33,7 +33,7 @@ "is-svg": "^4.4.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "moment-timezone": "0.5.42", + "moment-timezone": "^0.5.43", "npm-watch": "^0.11.0", "prop-types": "^15.8.1", "qs": "^6.11.1", @@ -6520,9 +6520,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.42", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.42.tgz", - "integrity": "sha512-tjI9goqwzkflKSTxJo+jC/W8riTFwEjjunssmFvAWlvNVApjbkJM7UHggyKO0q1Fd/kZVKY77H7C9A0XKhhAFw==", + "version": "0.5.43", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", + "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", "dependencies": { "moment": "^2.29.4" }, @@ -16085,9 +16085,9 @@ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { - "version": "0.5.42", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.42.tgz", - "integrity": "sha512-tjI9goqwzkflKSTxJo+jC/W8riTFwEjjunssmFvAWlvNVApjbkJM7UHggyKO0q1Fd/kZVKY77H7C9A0XKhhAFw==", + "version": "0.5.43", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", + "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", "requires": { "moment": "^2.29.4" } diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index 82398afb1e..2f02d18e7b 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -29,7 +29,7 @@ "is-svg": "^4.4.0", "lodash": "^4.17.21", "moment": "^2.29.4", - "moment-timezone": "0.5.42", + "moment-timezone": "0.5.43", "npm-watch": "^0.11.0", "prop-types": "^15.8.1", "qs": "^6.11.1",