diff --git a/package-lock.json b/package-lock.json index 370ed6f0..b8fcf394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,11 +17,11 @@ "@emotion/serialize": "1.3.0", "@emotion/styled": "^11.13.0", "@reduxjs/toolkit": "^2.2.7", - "axios": "1.13.5", + "axios": "1.15.0", "classnames": "2.5.1", - "dompurify": "3.3.0", + "dompurify": "3.3.2", "license-checker": "25.0.1", - "lodash": "^4.17.21", + "lodash": "4.18.1", "moment": "^2.29.4", "react-hot-toast": "^2.4.1", "react-markdown": "^9.0.3", @@ -5337,14 +5337,14 @@ } }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/babel-loader": { @@ -7127,10 +7127,13 @@ } }, "node_modules/dompurify": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.0.tgz", - "integrity": "sha512-r+f6MYR1gGN1eJv0TVQbhA7if/U7P87cdPl3HN5rikqaBSBxLiCb/b9O+2eG0cxz0ghyU+mU1QkbsOwERMYlWQ==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", + "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", "license": "(MPL-2.0 OR Apache-2.0)", + "engines": { + "node": ">=20" + }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } @@ -10913,9 +10916,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash.debounce": { @@ -13310,10 +13313,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/pump": { "version": "3.0.3", diff --git a/package.json b/package.json index cc949747..b3c513fb 100644 --- a/package.json +++ b/package.json @@ -61,11 +61,11 @@ "@emotion/serialize": "1.3.0", "@emotion/styled": "^11.13.0", "@reduxjs/toolkit": "^2.2.7", - "axios": "1.13.5", + "axios": "1.15.0", "classnames": "2.5.1", - "dompurify": "3.3.0", + "dompurify": "3.3.2", "license-checker": "25.0.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "moment": "^2.29.4", "react-hot-toast": "^2.4.1", "react-markdown": "^9.0.3", @@ -95,6 +95,8 @@ "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@babel/runtime": "^7.16.7", + "@eslint/js": "^9.0.0", + "@redux-devtools/extension": "^3.3.0", "@svgr/webpack": "8.1.0", "@types/dom-speech-recognition": "0.0.4", "@types/dompurify": "^2.0.0", @@ -107,7 +109,6 @@ "@types/tinycolor2": "^1.4.3", "@types/uuid": "^3.4.6", "@types/whatwg-fetch": "0.0.33", - "@eslint/js": "^9.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "babel-loader": "^8.2.3", @@ -126,7 +127,6 @@ "prettier": "^3.5.3", "react": "^18.3.0", "react-dom": "^18.3.0", - "@redux-devtools/extension": "^3.3.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.0", "typesafe-actions": "^3.0.0",