From 6aacc47c9fbc36e6027437fde872a45c1b203c8f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 08:00:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CHARTJS-1018716 - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 - https://snyk.io/vuln/SNYK-JS-PRISMJS-1585202 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 - https://snyk.io/vuln/SNYK-JS-I18NEXT-1065979 - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 - https://snyk.io/vuln/SNYK-JS-PRISMJS-1314893 - https://snyk.io/vuln/SNYK-JS-HTMLPARSESTRINGIFY2-1079307 - https://snyk.io/vuln/SNYK-JS-I18NEXT-585930 - https://snyk.io/vuln/SNYK-JS-PRISMJS-2404333 - https://snyk.io/vuln/SNYK-JS-I18NEXT-575536 - https://snyk.io/vuln/SNYK-JS-PRISMJS-9055448 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0137632..151a513 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,15 @@ "private": true, "dependencies": { "@sentry/browser": "^5.15.4", - "chart.js": "^2.5.0", + "chart.js": "^2.9.4", "connected-react-router": "^6.8.0", "dayjs": "^1.10.4", - "i18next": "^19.4.2", + "i18next": "^19.8.5", "markdown-to-jsx": "^6.11.4", - "moment": "^2.24.0", + "moment": "^2.29.4", "pigeon-maps": "^0.15.0", "pigeon-marker": "^0.3.4", - "prismjs": "^1.20.0", + "prismjs": "^1.30.0", "promise-polyfill": "8.1.3", "qrcode.react": "^0.9.3", "query-string": "^6.12.1", @@ -22,12 +22,12 @@ "react-dom": "^16.13.1", "react-ga": "^2.7.0", "react-hot-loader": "^4.12.20", - "react-i18next": "^11.3.3", + "react-i18next": "^11.8.13", "react-icons": "^3.11.0", "react-loadable": "^5.5.0", "react-moment": "^0.9.7", "react-redux": "^7.2.0", - "react-router-dom": "^5.1.2", + "react-router-dom": "^5.2.0", "react-simple-code-editor": "^0.11.0", "react-vis-network": "^1.0.0", "redux": "^4.0.5",