Skip to content

Commit

Permalink
chore(deps): bump axios from 1.6.5 to 1.6.7 (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent 992832f commit e54b041
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.6.5"
"axios": "1.6.7"
},
"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.5",
"axios": "1.6.7",
"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.5"
"axios": "1.6.7"
},
"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.5"
"axios": "1.6.7"
},
"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.5"
"axios": "1.6.7"
},
"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.5",
"axios": "1.6.7",
"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.5",
"axios": "1.6.7",
"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.5"
"axios": "1.6.7"
},
"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.5"
"axios": "1.6.7"
},
"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.5",
"axios": "1.6.7",
"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.5"
"axios": "1.6.7"
},
"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.5"
"axios": "1.6.7"
},
"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.5",
"axios": "1.6.7",
"commander": "11.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 @@ -1607,10 +1607,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].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==
[email protected].7, axios@^1.5.1:
version "1.6.7"
resolved "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
dependencies:
follow-redirects "^1.15.4"
form-data "^4.0.0"
Expand Down

0 comments on commit e54b041

Please sign in to comment.