From 2a8aa8e170a60c346da864f55fbfa3508ee0358e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jul 2021 06:52:25 +0000 Subject: [PATCH] fix: packages/react/examples/custom-data-table-state-manager/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- .../examples/custom-data-table-state-manager/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/examples/custom-data-table-state-manager/package.json b/packages/react/examples/custom-data-table-state-manager/package.json index 1dffe2050b49..83357987e077 100644 --- a/packages/react/examples/custom-data-table-state-manager/package.json +++ b/packages/react/examples/custom-data-table-state-manager/package.json @@ -8,11 +8,11 @@ "carbon-components-react": "latest", "carbon-icons": "latest", "lodash-es": "^4.17.0", - "node-sass": "^4.14.1", + "node-sass": "^6.0.1", "prop-types": "^15.7.0", "react": "^16.10.2", "react-dom": "^16.10.2", - "react-scripts": "^3.2.0", + "react-scripts": "^4.0.0", "use-debounce": "^3.3.0" }, "scripts": {