From bfef05792911eef436c9ddffa54c0fd16b4fc8cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 18:06:28 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.7 to 1.11.11 Snyk has created this PR to upgrade dayjs from 1.11.7 to 1.11.11. See this package in npm: dayjs See this project in Snyk: https://app.snyk.io/org/dgrelaud/project/ac65450c-04f9-4043-91ce-32d4ad3be522?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index efd897e0..b2f10aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.5.5", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "dayjs": "=1.11.7", + "dayjs": "^1.11.11", "dayjs-timezone-iana-plugin": "=0.1.0", "debug": "=4.3.4", "which": "=2.0.2", @@ -238,9 +238,10 @@ "dev": true }, "node_modules/dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==", + "license": "MIT" }, "node_modules/dayjs-timezone-iana-plugin": { "version": "0.1.0", @@ -1186,9 +1187,9 @@ "dev": true }, "dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "dayjs-timezone-iana-plugin": { "version": "0.1.0", diff --git a/package.json b/package.json index e423ec96..f6e6ed7c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag $PACKAGE_VERSION && git push origin $PACKAGE_VERSION && git push github-origin $PACKAGE_VERSION" }, "dependencies": { - "dayjs": "=1.11.7", + "dayjs": "1.11.11", "dayjs-timezone-iana-plugin": "=0.1.0", "debug": "=4.3.4", "which": "=2.0.2",