From c021ca51193b9a14a0a62d0e9bd3f103181ea205 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 May 2023 08:32:58 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13eb7d2..deb7bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mui/icons-material": "^5.11.0", "@mui/lab": "^5.0.0-alpha.117", "@mui/material": "^5.11.6", - "axios": "^0.21.1", + "axios": "^0.21.3", "bcryptjs": "^2.4.3", "chart.js": "^4.2.1", "classnames": "^2.3.1", @@ -4592,11 +4592,11 @@ } }, "node_modules/axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz", + "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==", "dependencies": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "node_modules/axobject-query": { @@ -17270,7 +17270,7 @@ "integrity": "sha512-qSRyxEsrm5btPXnowDOs5jSkgT8ldAA0j6Qp+otHUh+xHzy3sXmgNfyhucZjAjkgpdAUw9rJe0QRtX/l+yaS4g==", "dev": true, "requires": { - "@types/react": "^16.9.16" + "@types/react": "^16" } }, "@types/react-is": { @@ -17278,7 +17278,7 @@ "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz", "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==", "requires": { - "@types/react": "^16.9.16" + "@types/react": "*" } }, "@types/react-router": { @@ -17288,7 +17288,7 @@ "dev": true, "requires": { "@types/history": "^4.7.11", - "@types/react": "^16.9.16" + "@types/react": "*" } }, "@types/react-router-dom": { @@ -17298,7 +17298,7 @@ "dev": true, "requires": { "@types/history": "^4.7.11", - "@types/react": "^16.9.16", + "@types/react": "*", "@types/react-router": "*" } }, @@ -17307,7 +17307,7 @@ "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz", "integrity": "sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==", "requires": { - "@types/react": "^16.9.16" + "@types/react": "*" } }, "@types/resize-observer-browser": { @@ -17766,11 +17766,11 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz", + "integrity": "sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.0" } }, "axobject-query": { diff --git a/package.json b/package.json index e3af1aa..8fa9ca1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mui/icons-material": "^5.11.0", "@mui/lab": "^5.0.0-alpha.117", "@mui/material": "^5.11.6", - "axios": "^0.21.1", + "axios": "^0.21.3", "bcryptjs": "^2.4.3", "chart.js": "^4.2.1", "classnames": "^2.3.1",