Skip to content

Commit

Permalink
Merge pull request #168 from NVombat/dependabot/npm_and_yarn/client/a…
Browse files Browse the repository at this point in the history
…xios-1.6.0

⬆️ Bump axios from 0.23.0 to 1.6.0 in /client
  • Loading branch information
NVombat authored Nov 10, 2023
2 parents 6f731b2 + a057e5e commit 0cff704
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 23 deletions.
69 changes: 54 additions & 15 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"axios": "^0.23.0",
"axios": "^1.6.0",
"emailjs": "^3.7.0",
"emailjs-com": "^3.2.0",
"firebase": "^9.6.7",
Expand Down
28 changes: 21 additions & 7 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3541,11 +3541,13 @@ axe-core@^4.4.3:
version "4.5.2"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.2.tgz#823fdf491ff717ac3c58a52631d4206930c1d9f7"

axios@^0.23.0:
version "0.23.0"
resolved "https://registry.npmjs.org/axios/-/axios-0.23.0.tgz"
axios@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
dependencies:
follow-redirects "^1.14.4"
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axobject-query@^2.2.0:
version "2.2.0"
Expand Down Expand Up @@ -5265,9 +5267,9 @@ flatted@^3.1.0:
version "3.2.5"
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz"

follow-redirects@^1.0.0, follow-redirects@^1.14.4:
version "1.14.9"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.9.tgz"
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
version "1.15.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"

fork-ts-checker-webpack-plugin@^6.5.0:
version "6.5.2"
Expand Down Expand Up @@ -5295,6 +5297,14 @@ form-data@^3.0.0:
combined-stream "^1.0.8"
mime-types "^2.1.12"

form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
mime-types "^2.1.12"

forwarded@0.2.0:
version "0.2.0"
resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz"
Expand Down Expand Up @@ -7974,6 +7984,10 @@ proxy-addr@~2.0.7:
forwarded "0.2.0"
ipaddr.js "1.9.1"

proxy-from-env@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"

psl@^1.1.33:
version "1.8.0"
resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz"
Expand Down

0 comments on commit 0cff704

Please sign in to comment.