From 8712b3f8d6c1638965382ad1ad6e7bf5530935c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:24:51 +0000 Subject: [PATCH] fix: 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-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-ES5EXT-6095076 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-UAPARSERJS-1072471 - https://snyk.io/vuln/SNYK-JS-BROWSERIFYSIGN-6037026 - https://snyk.io/vuln/SNYK-JS-COLORSTRING-1082939 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NANOID-2332193 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index c3b1bdf1..ad3d7211 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ }, "dependencies": { "@chakra-ui/core": "^0.8.0", - "@emotion/core": "^10.0.28", - "@emotion/styled": "^10.0.27", + "@emotion/core": "^11.0.0", + "@emotion/styled": "^11.0.0", "@metomic/react": "^0.1.2", - "@polkadot/api": "^3.0.1", - "@polkadot/extension-dapp": "^0.35.1", - "@polkadot/react-identicon": "^0.58.1", - "@polkadot/ui-keyring": "^0.63.1", - "@polkadot/util-crypto": "^5.0.1", + "@polkadot/api": "^10.0.1", + "@polkadot/extension-dapp": "^0.42.1", + "@polkadot/react-identicon": "^0.84.2", + "@polkadot/ui-keyring": "^0.87.4", + "@polkadot/util-crypto": "^8.1.1", "@sentry/browser": "^5.24.1", "@sentry/node": "^5.24.1", - "@sentry/webpack-plugin": "^1.11.1", + "@sentry/webpack-plugin": "^2.0.0", "@zeit/next-source-maps": "0.0.4-canary.1", - "amplitude-js": "^7.1.1", + "amplitude-js": "^8.21.4", "axios": "^0.20.0", "bn.js": "^5.1.3", "bn.js-typings": "^1.0.1", @@ -33,11 +33,11 @@ "konva": "^7.1.3", "lodash": "^4.17.19", "millify": "^3.3.0", - "next": "^10.0.3", + "next": "^12.2.3", "nookies": "^2.4.0", "react": "^17.0.1", "react-countup": "^4.3.3", - "react-device-detect": "^1.13.1", + "react-device-detect": "^1.16.0", "react-dom": "^17.0.1", "react-feather": "^2.0.8", "react-icons": "^4.1.0", @@ -47,7 +47,7 @@ "react-scroll": "^1.8.1", "rifm": "^0.12.0", "sass": "^1.26.11", - "styled-components": "^5.2.0", + "styled-components": "^6.1.0", "tawkto-react": "^1.0.11", "zustand": "^3.1.2" },