From 190c26caec307b601dcbb15767ba1acbdad742dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 22:31:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de69413..bc4e314 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@contentstack/utils": "^1.1.1", "@popperjs/core": "^2.11.8", "bootstrap": "^5.1.3", - "contentstack": "^3.19.0", + "contentstack": "^3.19.2", "dotenv": "^16.3.1", "gatsby": "^5.12.5", "gatsby-plugin-env-variables": "^2.3.0",