From 86f85a34b5cca39828f7fe9770edf2cdd255cddd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 May 2025 06:53:15 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- docs/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/package.json b/docs/package.json index b49cf9049ad061..290fcca26e07da 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,8 +23,8 @@ "@babel/runtime-corejs2": "^7.10.2", "@date-io/core": "^1.3.9", "@emotion/cache": "^10.0.27", - "@emotion/core": "^10.0.27", - "@emotion/styled": "^10.0.27", + "@emotion/core": "^11.0.0", + "@emotion/styled": "^11.0.0", "@fortawesome/fontawesome-svg-core": "^1.2.30", "@fortawesome/free-solid-svg-icons": "^5.14.0", "@fortawesome/react-fontawesome": "^0.1.11", @@ -71,7 +71,7 @@ "date-fns": "^2.15.0", "docsearch.js": "^2.6.3", "doctrine": "^3.0.0", - "emotion-theming": "^10.0.27", + "emotion-theming": "^11.0.0", "express": "^4.17.1", "fg-loadcss": "^2.0.1", "final-form": "^4.18.5", @@ -86,7 +86,7 @@ "markdown-to-jsx": "^7.0.0", "marked": "^1.0.0", "material-ui-popup-state": "^1.4.1", - "next": "^9.5.0", + "next": "^12.0.8", "notistack": "^1.0.0", "nprogress": "^0.2.0", "postcss": "^8.0.6", @@ -94,16 +94,16 @@ "prop-types": "^15.7.2", "raw-loader": "^1.0.0", "react": "^16.13.0", - "react-docgen": "^5.0.0-beta.1", + "react-docgen": "^6.0.0", "react-dom": "^16.13.0", "react-draggable": "^4.0.3", "react-final-form": "^6.3.0", "react-is": "^16.13.0", "react-number-format": "^4.0.8", - "react-redux": "^7.1.1", - "react-router": "^5.0.0", - "react-router-dom": "^5.0.1", - "react-spring": "^8.0.27", + "react-redux": "^9.0.0", + "react-router": "^6.0.0", + "react-router-dom": "^6.0.0", + "react-spring": "^9.0.0", "react-swipeable-views": "^0.13.9", "react-text-mask": "^5.0.2", "react-virtualized": "^9.21.1",