Skip to content

Commit d45b5f7

Browse files
authored
Merge pull request #254 from primer/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.19.2 to 0.21.2
2 parents 07601d7 + 43a78eb commit d45b5f7

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.changeset/moody-cars-dress.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/gatsby-theme-doctocat": patch
3+
---
4+
5+
Bump axios from 0.19.2 to 0.21.2

theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@styled-system/theme-get": "^5.0.12",
3939
"@testing-library/jest-dom": "^4.1.0",
4040
"@testing-library/react": "^9.1.3",
41-
"axios": "^0.19.0",
41+
"axios": "^0.21.2",
4242
"babel-jest": "^24.9.0",
4343
"copy-to-clipboard": "^3.2.0",
4444
"date-fns": "^2.0.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3292,6 +3292,13 @@ axios@^0.19.0, axios@^0.19.2:
32923292
dependencies:
32933293
follow-redirects "1.5.10"
32943294

3295+
axios@^0.21.2:
3296+
version "0.21.2"
3297+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
3298+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
3299+
dependencies:
3300+
follow-redirects "^1.14.0"
3301+
32953302
axobject-query@^2.1.2, axobject-query@^2.2.0:
32963303
version "2.2.0"
32973304
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
@@ -7067,10 +7074,10 @@ [email protected]:
70677074
dependencies:
70687075
debug "=3.1.0"
70697076

7070-
follow-redirects@^1.0.0:
7071-
version "1.13.0"
7072-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
7073-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
7077+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
7078+
version "1.14.4"
7079+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
7080+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
70747081

70757082
for-in@^1.0.2:
70767083
version "1.0.2"

0 commit comments

Comments
 (0)