Skip to content

Commit ff50221

Browse files
authored
Merge pull request #15 from newerton/dependabot/npm_and_yarn/axios-mock-adapter-1.19.0
Bump axios-mock-adapter from 1.18.1 to 1.19.0
2 parents 93063ea + 125dabe commit ff50221

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@testing-library/jest-native": "^3.1.0",
1414
"@types/jest": "^26.0.20",
1515
"axios": "^0.21.1",
16-
"axios-mock-adapter": "^1.18.1",
16+
"axios-mock-adapter": "^1.19.0",
1717
"react": "16.11.0",
1818
"react-native": "0.62.2"
1919
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,12 +1771,12 @@ aws4@^1.8.0:
17711771
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
17721772
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
17731773

1774-
axios-mock-adapter@^1.18.1:
1775-
version "1.18.1"
1776-
resolved "https://registry.yarnpkg.com/axios-mock-adapter/-/axios-mock-adapter-1.18.1.tgz#a2ba2638ef513d954793f96bde3e26bd4a1b7940"
1777-
integrity sha512-kFBZsG1Ma5yxjRGHq5KuuL55mPb7WzFULhypquEhzPg8SH5CXICb+qwC2CCA5u+GQVpiqGPwKSRkd3mBCs6gdw==
1774+
axios-mock-adapter@^1.19.0:
1775+
version "1.19.0"
1776+
resolved "https://registry.yarnpkg.com/axios-mock-adapter/-/axios-mock-adapter-1.19.0.tgz#9d72e321a6c5418e1eff067aa99761a86c5188a4"
1777+
integrity sha512-D+0U4LNPr7WroiBDvWilzTMYPYTuZlbo6BI8YHZtj7wYQS8NkARlP9KBt8IWWHTQJ0q/8oZ0ClPBtKCCkx8cQg==
17781778
dependencies:
1779-
fast-deep-equal "^3.1.1"
1779+
fast-deep-equal "^3.1.3"
17801780
is-buffer "^2.0.3"
17811781

17821782
axios@^0.21.1:
@@ -3051,10 +3051,10 @@ fancy-log@^1.3.2:
30513051
parse-node-version "^1.0.0"
30523052
time-stamp "^1.0.0"
30533053

3054-
fast-deep-equal@^3.1.1:
3055-
version "3.1.1"
3056-
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
3057-
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
3054+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
3055+
version "3.1.3"
3056+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
3057+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
30583058

30593059
fast-diff@^1.1.2:
30603060
version "1.2.0"

0 commit comments

Comments
 (0)