From 356ac99265ac1e60cb40685fefac3c772b0ab90a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 16:14:22 +0000 Subject: [PATCH] fix: packages/playground/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TMPL-1583443 --- packages/playground/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/playground/package.json b/packages/playground/package.json index a917eb55..d21f5cdb 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -9,7 +9,7 @@ "@reactour/popover": "*", "@reactour/tour": "*", "@reactour/utils": "*", - "@testing-library/jest-dom": "^5.14.1", + "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "body-scroll-lock": "4.0.0-beta.0", @@ -20,8 +20,8 @@ "react-dom": "^17.0.2", "react-modal": "3.14.3", "react-router-dom": "5.3.0", - "react-scripts": "4.0.3", - "react-styleguidist": "11.1.7", + "react-scripts": "5.0.0", + "react-styleguidist": "11.2.0", "web-vitals": "^2.1.2" }, "scripts": {