From 89f8e4a2737b1f8b419754706567ed16360b77ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:10:45 +0000 Subject: [PATCH] chore(deps-dev): bump axios in /html/themes/custom/iasc_common_design Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.2.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../custom/iasc_common_design/package-lock.json | 14 +++++++------- html/themes/custom/iasc_common_design/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",