Skip to content

Commit 794778b

Browse files
authored
Merge pull request #24 from ReshmiCode/dependabot/npm_and_yarn/app/axios-0.21.2
Bump axios from 0.19.2 to 0.21.2 in /app
2 parents a67e0fa + 2df7305 commit 794778b

File tree

3 files changed

+53
-31
lines changed

3 files changed

+53
-31
lines changed

app/package-lock.json

Lines changed: 40 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@testing-library/jest-dom": "^4.2.4",
88
"@testing-library/react": "^9.3.2",
99
"@testing-library/user-event": "^7.1.2",
10-
"axios": "^0.19.2",
10+
"axios": "^0.21.2",
1111
"cross-env": "^7.0.2",
1212
"electron-is-dev": "^1.2.0",
1313
"is-electron": "^2.2.0",

app/yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2435,6 +2435,13 @@ axios@^0.19.2:
24352435
dependencies:
24362436
follow-redirects "1.5.10"
24372437

2438+
axios@^0.21.2:
2439+
version "0.21.2"
2440+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2441+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
2442+
dependencies:
2443+
follow-redirects "^1.14.0"
2444+
24382445
axobject-query@^2.0.2:
24392446
version "2.1.2"
24402447
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.2.tgz#2bdffc0371e643e5f03ba99065d5179b9ca79799"
@@ -3949,7 +3956,7 @@ debug@=3.1.0:
39493956
dependencies:
39503957
ms "2.0.0"
39513958

3952-
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
3959+
debug@^3.1.1, debug@^3.2.5:
39533960
version "3.2.6"
39543961
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
39553962
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -5173,12 +5180,10 @@ [email protected]:
51735180
dependencies:
51745181
debug "=3.1.0"
51755182

5176-
follow-redirects@^1.0.0:
5177-
version "1.10.0"
5178-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb"
5179-
integrity sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==
5180-
dependencies:
5181-
debug "^3.0.0"
5183+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
5184+
version "1.14.9"
5185+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
5186+
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
51825187

51835188
for-in@^0.1.3:
51845189
version "0.1.8"

0 commit comments

Comments
 (0)