From 35ce28c9b58bbd4eae92bf0eb6f26e48d6d50628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:13:06 +0000 Subject: [PATCH] (chore): Bump jest-mock-axios in the test-dependencies group Bumps the test-dependencies group with 1 update: [jest-mock-axios](https://github.com/knee-cola/jest-mock-axios). Updates `jest-mock-axios` from 4.7.3 to 4.8.0 - [Release notes](https://github.com/knee-cola/jest-mock-axios/releases) - [Changelog](https://github.com/knee-cola/jest-mock-axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/knee-cola/jest-mock-axios/compare/4.7.3...4.8.0) --- updated-dependencies: - dependency-name: jest-mock-axios dependency-type: direct:development update-type: version-update:semver-minor dependency-group: test-dependencies ... 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 248b8ccc..1ca558e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "jest-mock-axios": "^4.7.3", + "jest-mock-axios": "^4.8.0", "jest-transform-stub": "^2.0.0", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", @@ -13562,9 +13562,9 @@ } }, "node_modules/jest-mock-axios": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.7.3.tgz", - "integrity": "sha512-RHHdCZWreeX1EAl77u46yqYJG5aKX9l4zsCwf6wsIb3uy3w/XaEC5n4wbyluNujXQSZfNH1ir8OXinoewYQkUw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.8.0.tgz", + "integrity": "sha512-rYObNIi5EMy/kKq6dY77vw+nh/G6bwK6qpfNogekH+l2wcYBDSQYJPaBinpANjG1nqoQS9z/iWMLYlc+3ZDKtQ==", "dev": true, "dependencies": { "@jest/globals": "^29.7.0", diff --git a/package.json b/package.json index d8e49d51..29638014 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", - "jest-mock-axios": "^4.7.3", + "jest-mock-axios": "^4.8.0", "jest-transform-stub": "^2.0.0", "npm-run-all": "^4.1.5", "prettier": "^3.3.3",