Skip to content

Commit 6404ccc

Browse files
Bump axios from 1.7.9 to 1.13.5
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26a181a commit 6404ccc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/admin-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@sinclair/typebox": "0.34.37",
1616
"@temporalio/client": "1.11.6",
17-
"axios": "^1.2.2",
17+
"axios": "^1.13.5",
1818
"backend-lib": "0.0.3",
1919
"cross-spawn": "^7.0.3",
2020
"drizzle-kit": "^0.30.1",

packages/backend-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@temporalio/common": "1.11.6",
4040
"@temporalio/worker": "1.11.6",
4141
"@temporalio/workflow": "1.11.6",
42-
"axios": "^1.4.0",
42+
"axios": "^1.13.5",
4343
"change-case": "^4.1.2",
4444
"cross-spawn": "^7.0.3",
4545
"csv-parser": "^3.2.0",

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@tanstack/react-table": "^8.20.6",
4646
"@uiw/react-codemirror": "^4.19.5",
4747
"@xyflow/react": "^12.3.4",
48-
"axios": "^1.2.2",
48+
"axios": "^1.13.5",
4949
"backend-lib": "0.0.3",
5050
"clsx": "^2.1.1",
5151
"cmdk": "^1.1.1",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12802,7 +12802,7 @@ __metadata:
1280212802
"@types/yargs": "npm:^17.0.24"
1280312803
"@typescript-eslint/eslint-plugin": "npm:^5.60.0"
1280412804
"@typescript-eslint/parser": "npm:^5.60.0"
12805-
axios: "npm:^1.2.2"
12805+
axios: "npm:^1.13.5"
1280612806
backend-lib: "npm:0.0.3"
1280712807
cross-spawn: "npm:^7.0.3"
1280812808
drizzle-kit: "npm:^0.30.1"
@@ -13577,7 +13577,7 @@ __metadata:
1357713577
"@types/uuid": "npm:^9.0.1"
1357813578
"@typescript-eslint/eslint-plugin": "npm:^5.60.0"
1357913579
"@typescript-eslint/parser": "npm:^5.60.0"
13580-
axios: "npm:^1.4.0"
13580+
axios: "npm:^1.13.5"
1358113581
change-case: "npm:^4.1.2"
1358213582
cross-spawn: "npm:^7.0.3"
1358313583
csv-parser: "npm:^3.2.0"
@@ -15187,7 +15187,7 @@ __metadata:
1518715187
"@typescript-eslint/parser": "npm:^5.60.0"
1518815188
"@uiw/react-codemirror": "npm:^4.19.5"
1518915189
"@xyflow/react": "npm:^12.3.4"
15190-
axios: "npm:^1.2.2"
15190+
axios: "npm:^1.13.5"
1519115191
backend-lib: "npm:0.0.3"
1519215192
clsx: "npm:^2.1.1"
1519315193
cmdk: "npm:^1.1.1"

0 commit comments

Comments
 (0)