From a67703435356b95b34b45255454363f34b36407a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:29:20 +0000 Subject: [PATCH] Bump axios from 1.7.2 to 1.7.3 Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.3. - [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.7.2...v1.7.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee60948..6cd2b0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "@wordpress/widgets": "^3.28.8", "@wordpress/wordcount": "^3.51.1", "array-move": "^4.0.0", - "axios": "^1.7.2", + "axios": "^1.7.3", "classnames": "^2.5.1", "cross-spawn": "^7.0.3", "dompurify": "^3.1.6", @@ -12365,9 +12365,9 @@ } }, "node_modules/axios": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", - "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", + "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 9e01da2..f950d87 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@wordpress/widgets": "^3.28.8", "@wordpress/wordcount": "^3.51.1", "array-move": "^4.0.0", - "axios": "^1.7.2", + "axios": "^1.7.3", "classnames": "^2.5.1", "cross-spawn": "^7.0.3", "dompurify": "^3.1.6",