Skip to content

Commit

Permalink
chore(deps): bump axios from 1.6.3 to 1.6.5 (#1482)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.6.3 to 1.6.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.3...v1.6.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 8, 2024
1 parent 52b7d43 commit 2b1b109
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/absence.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"@hapi/hawk": "8.0.0",
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "An absence.io API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bamboohr.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"@hapi/hawk": "8.0.0",
"axios": "1.6.3",
"axios": "1.6.5",
"qs": "6.11.2"
},
"description": "An bamboohr.com API client",
Expand Down
2 changes: 1 addition & 1 deletion packages/c3nav/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "A c3nav API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/corona-warn-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "A corona-warn-app API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crates.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "A crates.io API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icanhazdadjoke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"icanhazdadjoke": "dist/cli.js"
},
"dependencies": {
"axios": "1.6.3",
"axios": "1.6.5",
"commander": "11.1.0"
},
"description": "An icanhazdadjoke.com API client with a CLI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/imgflip.com/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3",
"axios": "1.6.5",
"qs": "6.11.2"
},
"description": "A imgflip.com API client",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "A libraries.io API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/npms.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "A npms.io API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/roman-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3",
"axios": "1.6.5",
"tough-cookie": "4.1.3"
},
"description": "An API client for Wire's Lithium proxy Roman.",
Expand Down
2 changes: 1 addition & 1 deletion packages/statuspage.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "A statuspage.io API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/updown.io/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Florian Imdahl <[email protected]>",
"dependencies": {
"axios": "1.6.3"
"axios": "1.6.5"
},
"description": "An updown.io API client",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xkcdjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"xkcdjs": "dist/cli.js"
},
"dependencies": {
"axios": "1.6.3",
"axios": "1.6.5",
"commander": "11.1.0"
},
"description": "An xkcd API client with a CLI.",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1597,12 +1597,12 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

[email protected].3, axios@^1.5.1:
version "1.6.3"
resolved "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4"
integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==
[email protected].5, axios@^1.5.1:
version "1.6.5"
resolved "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.15.4"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -2754,10 +2754,10 @@ flat@^5.0.2:
resolved "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==

follow-redirects@^1.15.0:
version "1.15.2"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
follow-redirects@^1.15.4:
version "1.15.4"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==

for-each@^0.3.3:
version "0.3.3"
Expand Down

0 comments on commit 2b1b109

Please sign in to comment.