Skip to content

Commit 3aa7fcc

Browse files
dependabot[bot]BYK
andauthored
chore(deps): bump axios from 0.20.0 to 0.21.1 (#2832)
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.20.0...v0.21.1) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Burak Yigit Kaya <[email protected]>
1 parent 63f16d2 commit 3aa7fcc

File tree

2 files changed

+49
-194
lines changed

2 files changed

+49
-194
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/react-select": "^3.0.19",
2929
"add": "^2.0.6",
3030
"algoliasearch": "^4.2.0",
31-
"axios": "^0.20.0",
31+
"axios": "^0.21.1",
3232
"babel-preset-gatsby": "^0.5.8",
3333
"bootstrap": "4.3.1",
3434
"copy-to-clipboard": "^3.3.1",
@@ -77,6 +77,9 @@
7777
"ts-node": "^9.0.0",
7878
"typescript": "^3.9.7"
7979
},
80+
"resolutions": {
81+
"**/axios": ">=0.21.1"
82+
},
8083
"scripts": {
8184
"clean": "gatsby clean",
8285
"build": "gatsby build --log-pages",

0 commit comments

Comments
 (0)