From 893782b7436ae06fc5be2f9317e4c5ee3daaf27a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 16:07:57 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.11.10 to 1.11.13 Snyk has created this PR to upgrade dayjs from 1.11.10 to 1.11.13. See this package in npm: dayjs See this project in Snyk: https://app.snyk.io/org/lkeff/project/f3d5f326-cdc8-493b-8f81-4b7a08bdc6c9?utm_source=github&utm_medium=referral&page=upgrade-pr --- extensions/universal-inbox/package-lock.json | 9 +++++---- extensions/universal-inbox/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/extensions/universal-inbox/package-lock.json b/extensions/universal-inbox/package-lock.json index 29a0a03ae694..eab1cbcb4547 100644 --- a/extensions/universal-inbox/package-lock.json +++ b/extensions/universal-inbox/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@raycast/api": "^1.65.1", "@raycast/utils": "^1.10.1", - "dayjs": "^1.11.10", + "dayjs": "^1.11.13", "node-fetch": "^3.3.2", "ts-pattern": "^5.0.6" }, @@ -1213,9 +1213,10 @@ } }, "node_modules/dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==", + "license": "MIT" }, "node_modules/debug": { "version": "4.3.4", diff --git a/extensions/universal-inbox/package.json b/extensions/universal-inbox/package.json index 080ea9a7dd4f..4ce4fb631456 100644 --- a/extensions/universal-inbox/package.json +++ b/extensions/universal-inbox/package.json @@ -39,7 +39,7 @@ "dependencies": { "@raycast/api": "^1.65.1", "@raycast/utils": "^1.10.1", - "dayjs": "^1.11.10", + "dayjs": "^1.11.13", "node-fetch": "^3.3.2", "ts-pattern": "^5.0.6" },