Browse Source

Merge pull request #7160 from nextcloud/dependabot/npm_and_yarn/jest-mock-axios-4.6.1

Bump jest-mock-axios from 4.5.0 to 4.6.1
pull/7572/head
Marco 3 years ago
committed by GitHub
parent
commit
eaff404d4f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      package-lock.json
  2. 2
      package.json

18
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",
@ -15975,11 +15975,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"
}
},
@ -37204,11 +37206,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"
}
},

2
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",

Loading…
Cancel
Save