From 5083508d3f44c09c306c5cd37644bd725b166ccb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 00:17:22 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - classnames from 2.3.1 to 2.5.1. See this package in npm: https://www.npmjs.com/package/classnames - date-fns from 2.28.0 to 2.30.0. See this package in npm: https://www.npmjs.com/package/date-fns See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/33e3a212-a8a9-48d6-9a7e-b770dfdeb673?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/cms-ghost/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cms-ghost/package.json b/examples/cms-ghost/package.json index ba4ee4cf1fefc..1bd1bc44bc12a 100644 --- a/examples/cms-ghost/package.json +++ b/examples/cms-ghost/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "@tryghost/content-api": "^1.4.13", - "classnames": "2.3.1", - "date-fns": "2.28.0", + "classnames": "2.5.1", + "date-fns": "2.30.0", "lazysizes": "^5.3.0", "next": "latest", "react": "^18.2.0",