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" },