From 6860917a137f4adc0087485329a7565de4161100 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2024 06:32:57 +0000 Subject: [PATCH] fix: upgrade classnames from 2.3.1 to 2.5.1 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 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cms-ghost/package.json b/examples/cms-ghost/package.json index ba4ee4cf1fefc..8f46154007ef3 100644 --- a/examples/cms-ghost/package.json +++ b/examples/cms-ghost/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@tryghost/content-api": "^1.4.13", - "classnames": "2.3.1", + "classnames": "2.5.1", "date-fns": "2.28.0", "lazysizes": "^5.3.0", "next": "latest",