Skip to content

Commit d638434

Browse files
chore(deps-dev): bump axios-mock-adapter from 1.22.0 to 2.1.0
Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.22.0 to 2.1.0. - [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases) - [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md) - [Commits](ctimmerm/axios-mock-adapter@v1.22.0...v2.1.0) --- updated-dependencies: - dependency-name: axios-mock-adapter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3867d5 commit d638434

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@typescript-eslint/parser": "^5.62.0",
5959
"@vitest/coverage-v8": "^1.6.0",
6060
"@vue/test-utils": "^1.3.6",
61-
"axios-mock-adapter": "^1.22.0",
61+
"axios-mock-adapter": "^2.1.0",
6262
"eslint": "^9.2.0",
6363
"eslint-plugin-vue": "^9.25.0",
6464
"globals": "^15.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3688,10 +3688,10 @@ available-typed-arrays@^1.0.5:
36883688
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
36893689
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
36903690

3691-
axios-mock-adapter@^1.22.0:
3692-
version "1.22.0"
3693-
resolved "https://registry.yarnpkg.com/axios-mock-adapter/-/axios-mock-adapter-1.22.0.tgz#0f3e6be0fc9b55baab06f2d49c0b71157e7c053d"
3694-
integrity sha512-dmI0KbkyAhntUR05YY96qg2H6gg0XMl2+qTW0xmYg6Up+BFBAJYRLROMXRdDEL06/Wqwa0TJThAYvFtSFdRCZw==
3691+
axios-mock-adapter@^2.1.0:
3692+
version "2.1.0"
3693+
resolved "https://registry.yarnpkg.com/axios-mock-adapter/-/axios-mock-adapter-2.1.0.tgz#25ab2d7558f915e391744a40bbeb7374ad5985a4"
3694+
integrity sha512-AZUe4OjECGCNNssH8SOdtneiQELsqTsat3SQQCWLPjN436/H+L9AjWfV7bF+Zg/YL9cgbhrz5671hoh+Tbn98w==
36953695
dependencies:
36963696
fast-deep-equal "^3.1.3"
36973697
is-buffer "^2.0.5"

0 commit comments

Comments
 (0)