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

Commit 077aa41

Browse files
authored
Merge pull request #9 from mskian/renovate/axios-1.x
fix(deps): update dependency axios to ^1.2.1
2 parents 715fc61 + 8170179 commit 077aa41

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.2.0",
1919
"@docusaurus/preset-classic": "2.2.0",
2020
"@mdx-js/react": "^1.6.22",
21-
"axios": "^1.2.0",
21+
"axios": "^1.2.1",
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.2.0:
2615-
version "1.2.0"
2616-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.0.tgz#1cb65bd75162c70e9f8d118a905126c4a201d383"
2617-
integrity sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==
2614+
axios@^1.2.1:
2615+
version "1.2.1"
2616+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
2617+
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
26182618
dependencies:
26192619
follow-redirects "^1.15.0"
26202620
form-data "^4.0.0"

0 commit comments

Comments
 (0)