From 61aa7ae7b45621027310019d994c080d71bf3a73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Nov 2024 06:27:55 +0000 Subject: [PATCH] fix: examples/lattice-ssr/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- examples/lattice-ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lattice-ssr/package.json b/examples/lattice-ssr/package.json index 8daff6186..fb4acf4c2 100644 --- a/examples/lattice-ssr/package.json +++ b/examples/lattice-ssr/package.json @@ -22,7 +22,7 @@ "classnames": "^2.2.0", "express": "^4.17.0", "file-loader": "^4.2.0", - "nodemon": "^1.19.0", + "nodemon": "^2.0.3", "react": "^16.13.1", "react-dom": "^16.13.1", "recharts": "^1.8.5",