diff --git a/html/themes/custom/iasc_common_design/package-lock.json b/html/themes/custom/iasc_common_design/package-lock.json index e74d3c2f..9af91e94 100644 --- a/html/themes/custom/iasc_common_design/package-lock.json +++ b/html/themes/custom/iasc_common_design/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@babel/preset-env": "^7.20.2", "@xmldom/xmldom": "^0.8.6", - "axios": ">=1.2.1", + "axios": ">=1.6.0", "babel-jest": "^29.3.1", "core-js": "^3.26.1", "css-what": ">=6.1.0", @@ -3251,9 +3251,9 @@ } }, "node_modules/axios": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.1.tgz", - "integrity": "sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dev": true, "dependencies": { "follow-redirects": "^1.15.0", @@ -14760,9 +14760,9 @@ } }, "axios": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.2.1.tgz", - "integrity": "sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", "dev": true, "requires": { "follow-redirects": "^1.15.0", diff --git a/html/themes/custom/iasc_common_design/package.json b/html/themes/custom/iasc_common_design/package.json index 69c59c85..28402277 100644 --- a/html/themes/custom/iasc_common_design/package.json +++ b/html/themes/custom/iasc_common_design/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@babel/preset-env": "^7.20.2", "@xmldom/xmldom": "^0.8.6", - "axios": ">=1.2.1", + "axios": ">=1.6.0", "babel-jest": "^29.3.1", "core-js": "^3.26.1", "css-what": ">=6.1.0",