Skip to content

Commit

Permalink
Update dependency axios to v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 5168845 commit 3d01ca2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@blueprintjs/table": "4.9.3",
"@blueprintjs/timezone": "4.5.43",
"@emotion/core": "10.3.1",
"axios": "1.6.0",
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@blueprintjs/table": "4.9.3",
"@blueprintjs/timezone": "4.5.43",
"@redux-saga/core": "1.2.3",
"axios": "1.6.0",
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@blueprintjs/table": "4.9.3",
"@blueprintjs/timezone": "4.5.43",
"@redux-saga/core": "1.2.3",
"axios": "1.6.0",
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@blueprintjs/table": "4.9.3",
"@blueprintjs/timezone": "4.5.43",
"@redux-saga/core": "1.2.3",
"axios": "1.6.0",
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@misk/prettier": "0.6.3",
"@misk/test": "0.6.3",
"axios": "1.6.0",
"axios": "1.6.8",
"fs-extra": "10.1.0",
"klaw": "4.1.0",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@blueprintjs/table": "4.9.3",
"@blueprintjs/timezone": "4.5.43",
"@redux-saga/core": "1.2.3",
"axios": "1.6.0",
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@blueprintjs/datetime": "4.4.37",
"@blueprintjs/icons": "4.9.0",
"@blueprintjs/select": "4.9.24",
"axios": "1.6.0",
"axios": "1.6.8",
"immutable": "4.3.0",
"normalize.css": "8.0.1",
"re-reselect": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@emotion/core": "10.3.1",
"@emotion/styled": "10.3.0",
"@misk/simpleredux": "0.6.3",
"axios": "1.6.0",
"axios": "1.6.8",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"updateDevCache": "cd ..; ./updateLocalCache.sh"
},
"dependencies": {
"axios": "1.6.0",
"axios": "1.6.8",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"lodash": "4.17.21",
Expand Down

0 comments on commit 3d01ca2

Please sign in to comment.