Skip to content

Commit

Permalink
chore(deps): bump axios from 1.7.0 to 1.7.2 (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 29, 2024
1 parent 86675af commit 2019596
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 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.7.0"
"axios": "1.7.2"
},
"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.7.0",
"axios": "1.7.2",
"qs": "6.12.1"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0",
"axios": "1.7.2",
"commander": "12.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.7.0",
"axios": "1.7.2",
"qs": "6.12.1"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0",
"axios": "1.7.2",
"tough-cookie": "4.1.4"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0"
"axios": "1.7.2"
},
"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.7.0",
"axios": "1.7.2",
"commander": "12.1.0"
},
"description": "An xkcd API client with a CLI.",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1635,10 +1635,10 @@ 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].0, axios@^1.6.0:
version "1.7.0"
resolved "https://registry.npmjs.org/axios/-/axios-1.7.0.tgz#b48f715325457ededfcb3f0a44a3fb9d5742acb6"
integrity sha512-IiB0wQeKyPRdsFVhBgIo31FbzOyf2M6wYl7/NVutFwFBRMiAbjNiydJIHKeLmPugF4kJLfA1uWZ82Is2QzqqFA==
[email protected].2, axios@^1.6.0:
version "1.7.2"
resolved "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit 2019596

Please sign in to comment.