From 0e6b54f674c44ffeae4d6c499a4ef9af7fe1cbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 14:14:54 +0000 Subject: [PATCH] Bump jest-mock-axios from 4.5.0 to 4.6.1 Bumps [jest-mock-axios](https://github.com/knee-cola/jest-mock-axios) from 4.5.0 to 4.6.1. - [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/v4.5.0...v4.6.1) --- updated-dependencies: - dependency-name: jest-mock-axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++++------- package.json | 2 +- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b73bf2f3e1..8865bf712e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -73,7 +73,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "babel-plugin-add-module-exports": "^1.0.4", "jest-localstorage-mock": "^2.4.21", - "jest-mock-axios": "^4.5.0", + "jest-mock-axios": "^4.6.1", "jest-mock-console": "^2.0.0", "jest-transform-stub": "^2.0.0", "regenerator-runtime": "^0.13.9", @@ -13539,11 +13539,13 @@ } }, "node_modules/jest-mock-axios": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.5.0.tgz", - "integrity": "sha512-AVrXkFS4psXtuR63J3SFOIpn6VQJHb3khuWJG+yKmSOAvY3jltAkBivV99QTWE+BA6kBYGGUojk6AGE177F8Gw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.6.1.tgz", + "integrity": "sha512-ygTAaOc8N/DGodoJ+JJKP0QLLx12lvYDYgIhrLjFXVGWp5qtQDgtyGq+VciVC2ySdYH8W04y+CTY10qM6BpsjQ==", "dev": true, "dependencies": { + "@jest/globals": "^27.5.1", + "jest": "^27.5.1", "synchronous-promise": "^2.0.15" } }, @@ -32619,11 +32621,13 @@ } }, "jest-mock-axios": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.5.0.tgz", - "integrity": "sha512-AVrXkFS4psXtuR63J3SFOIpn6VQJHb3khuWJG+yKmSOAvY3jltAkBivV99QTWE+BA6kBYGGUojk6AGE177F8Gw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/jest-mock-axios/-/jest-mock-axios-4.6.1.tgz", + "integrity": "sha512-ygTAaOc8N/DGodoJ+JJKP0QLLx12lvYDYgIhrLjFXVGWp5qtQDgtyGq+VciVC2ySdYH8W04y+CTY10qM6BpsjQ==", "dev": true, "requires": { + "@jest/globals": "^27.5.1", + "jest": "^27.5.1", "synchronous-promise": "^2.0.15" } }, diff --git a/package.json b/package.json index 327950db20d..a9eed9f54d7 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "babel-plugin-add-module-exports": "^1.0.4", "jest-localstorage-mock": "^2.4.21", - "jest-mock-axios": "^4.5.0", + "jest-mock-axios": "^4.6.1", "jest-mock-console": "^2.0.0", "jest-transform-stub": "^2.0.0", "regenerator-runtime": "^0.13.9",