Skip to content

Commit 32157da

Browse files
authored
Merge pull request #1 from souravrax/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.0 to 0.21.2
2 parents 1dd6d28 + 56c793d commit 32157da

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"axios": "^0.21.0",
14+
"axios": "^0.21.2",
1515
"cors": "^2.8.5",
1616
"dotenv": "^8.2.0",
1717
"express": "^4.17.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ array-flatten@1.1.1:
1515
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
1616
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
1717

18-
axios@^0.21.0:
19-
version "0.21.0"
20-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.0.tgz#26df088803a2350dff2c27f96fef99fe49442aca"
21-
integrity sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==
18+
axios@^0.21.2:
19+
version "0.21.2"
20+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
21+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
2222
dependencies:
23-
follow-redirects "^1.10.0"
23+
follow-redirects "^1.14.0"
2424

2525
basic-auth@~2.0.1:
2626
version "2.0.1"
@@ -211,10 +211,10 @@ finalhandler@~1.1.2:
211211
statuses "~1.5.0"
212212
unpipe "~1.0.0"
213213

214-
follow-redirects@^1.10.0:
215-
version "1.13.0"
216-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
217-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
214+
follow-redirects@^1.14.0:
215+
version "1.15.2"
216+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
217+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
218218

219219
forwarded@~0.1.2:
220220
version "0.1.2"

0 commit comments

Comments
 (0)