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

Commit 1afc340

Browse files
authored
Merge pull request #5 from mskian/renovate/axios-1.x
fix(deps): update dependency axios to ^1.1.3
2 parents f7de7bf + f378e19 commit 1afc340

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.1.0",
1919
"@docusaurus/preset-classic": "2.1.0",
2020
"@mdx-js/react": "^1.6.22",
21-
"axios": "^1.1.2",
21+
"axios": "^1.1.3",
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
@@ -2611,10 +2611,10 @@ axios@^0.25.0:
26112611
dependencies:
26122612
follow-redirects "^1.14.7"
26132613

2614-
axios@^1.1.2:
2615-
version "1.1.2"
2616-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
2617-
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
2614+
axios@^1.1.3:
2615+
version "1.1.3"
2616+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35"
2617+
integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==
26182618
dependencies:
26192619
follow-redirects "^1.15.0"
26202620
form-data "^4.0.0"

0 commit comments

Comments
 (0)