From cf77daed6734801ebbe3646a9ea3d1338c4b5fce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 22:38:57 +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/sammytezzy/project/7480d9ab-a91b-458d-a9d3-95990d0c10ab?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 40c7347f..6381ff89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@vscode/vsce": "^2.19.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", - "dayjs": "^1.11.7", + "dayjs": "^1.11.11", "libsodium-wrappers": "^0.7.10", "path-browserify": "^1.0.1", "ssh-config": "^3.0.0", @@ -3553,9 +3553,10 @@ } }, "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/debug": { "version": "4.3.4", @@ -12994,9 +12995,9 @@ "integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==" }, "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==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index 17fa179d..a5a77888 100644 --- a/package.json +++ b/package.json @@ -567,7 +567,7 @@ "@vscode/vsce": "^2.19.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", - "dayjs": "^1.11.7", + "dayjs": "^1.11.11", "libsodium-wrappers": "^0.7.10", "path-browserify": "^1.0.1", "ssh-config": "^3.0.0",