From 149278d7868ac59ce123a8d290c4666efab0b939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:52:02 +0000 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /dev/Experimental/CellEditor Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [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.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev/Experimental/CellEditor/package-lock.json | 14 +++++++------- dev/Experimental/CellEditor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/Experimental/CellEditor/package-lock.json b/dev/Experimental/CellEditor/package-lock.json index 033b836fc..5408c563f 100644 --- a/dev/Experimental/CellEditor/package-lock.json +++ b/dev/Experimental/CellEditor/package-lock.json @@ -1979,11 +1979,11 @@ } }, "axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", + "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", "requires": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -4004,9 +4004,9 @@ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" }, "form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "requires": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", diff --git a/dev/Experimental/CellEditor/package.json b/dev/Experimental/CellEditor/package.json index 80934ca8c..03b451e9c 100644 --- a/dev/Experimental/CellEditor/package.json +++ b/dev/Experimental/CellEditor/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "ajv": "^6.12.3", - "axios": "^1.6.0", + "axios": "^1.7.4", "gsap": "^3.6.0", "vue": "^2.5.17", "vue-router": "^3.0.1",