Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 0b85ce2

Browse files
authored
Merge pull request #18 from mskian/renovate/axios-1.x
fix(deps): update dependency axios to ^1.3.2
2 parents 3478381 + 2cc9674 commit 0b85ce2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@docusaurus/plugin-pwa": "^2.3.1",
1919
"@docusaurus/preset-classic": "2.3.1",
2020
"@mdx-js/react": "^1.6.22",
21-
"axios": "^1.2.6",
21+
"axios": "^1.3.2",
2222
"clsx": "^1.2.1",
2323
"file-saver": "^2.0.5",
2424
"prism-react-renderer": "^1.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,10 +2624,10 @@ axios@^0.25.0:
26242624
dependencies:
26252625
follow-redirects "^1.14.7"
26262626

2627-
axios@^1.2.6:
2628-
version "1.2.6"
2629-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.6.tgz#eacb6d065baa11bad5959e7ffa0cb6745c65f392"
2630-
integrity sha512-rC/7F08XxZwjMV4iuWv+JpD3E0Ksqg9nac4IIg6RwNuF0JTeWoCo/mBNG54+tNhhI11G3/VDRbdDQTs9hGp4pQ==
2627+
axios@^1.3.2:
2628+
version "1.3.2"
2629+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.2.tgz#7ac517f0fa3ec46e0e636223fd973713a09c72b3"
2630+
integrity sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw==
26312631
dependencies:
26322632
follow-redirects "^1.15.0"
26332633
form-data "^4.0.0"

0 commit comments

Comments
 (0)