Skip to content

Commit

Permalink
Merge pull request #1883 from netdata/dependabot/npm_and_yarn/axios-1…
Browse files Browse the repository at this point in the history
….6.0
  • Loading branch information
Ancairon authored Nov 14, 2023
2 parents b462606 + 82c6ef1 commit 940ae5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mdx-js/react": "^1.6.21",
"@tailwindcss/typography": "^0.4.0",
"@types/react": "^18.0.21",
"axios": "^0.21.2",
"axios": "^1.6.0",
"clsx": "^1.1.1",
"docusaurus-tailwindcss-loader": "file:plugins/docusaurus-tailwindcss-loader",
"dotenv": "^8.2.0",
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2901,18 +2901,21 @@ axios@=1.3.4:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^0.21.2:
version "0.21.2"
resolved "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz"
dependencies:
follow-redirects "^1.14.0"

axios@^0.25.0:
version "0.25.0"
resolved "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz"
dependencies:
follow-redirects "^1.14.7"

axios@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-loader@^8.2.5:
version "8.2.5"
resolved "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz"
Expand Down Expand Up @@ -4630,15 +4633,7 @@ flux@^4.0.1:
fbemitter "^3.0.0"
fbjs "^3.0.0"

follow-redirects@^1.0.0, follow-redirects@^1.14.0:
version "1.14.8"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz"

follow-redirects@^1.14.7:
version "1.14.9"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz"

follow-redirects@^1.15.0:
follow-redirects@^1.0.0, follow-redirects@^1.14.7, follow-redirects@^1.15.0:
version "1.15.2"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
Expand Down

0 comments on commit 940ae5f

Please sign in to comment.