Skip to content

Commit 8796d0a

Browse files
authored
chore: update dependencies for dependabot alerts (#3119)
* chore: update dependencies for dependabot alerts * chore: bump main deps instead * release: bump versions * chore: bump gem * chore: update hatchet-sdk to version 0.1.1 in Gemfile.lock
1 parent 5f9351f commit 8796d0a

File tree

18 files changed

+619
-544
lines changed

18 files changed

+619
-544
lines changed

cmd/hatchet-cli/cli/templates/python/poetry/poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/hatchet-cli/cli/templates/typescript/pnpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"pnpm": {
2222
"overrides": {
23-
"qs": "6.14.1"
23+
"qs": ">=6.14.2"
2424
}
2525
}
2626
}

cmd/hatchet-cli/cli/templates/typescript/pnpm/pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/python/quickstart/poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/app/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@tanstack/react-router-devtools": "^1.141.0",
5555
"@tanstack/react-table": "^8.21.2",
5656
"@types/lodash": "^4.17.20",
57-
"axios": "^1.12.0",
57+
"axios": "^1.13.5",
5858
"better-emitter": "^4.0.1",
5959
"class-variance-authority": "^0.7.1",
6060
"clsx": "^2.1.1",
@@ -69,7 +69,7 @@
6969
"lucide-react": "^0.446.0",
7070
"monaco-themes": "^0.4.4",
7171
"posthog-js": "^1.298.1",
72-
"qs": "^6.14.1",
72+
"qs": "^6.14.2",
7373
"react": "^18.3.1",
7474
"react-day-picker": "^8.10.1",
7575
"react-dom": "^18.3.1",
@@ -94,13 +94,13 @@
9494
"@types/react": "^18.3.20",
9595
"@types/react-dom": "^18.3.5",
9696
"@types/react-syntax-highlighter": "^15.5.13",
97-
"@typescript-eslint/eslint-plugin": "^6.21.0",
98-
"@typescript-eslint/parser": "^6.21.0",
97+
"@typescript-eslint/eslint-plugin": "^7.0.0",
98+
"@typescript-eslint/parser": "^7.0.0",
9999
"@vitejs/plugin-react": "^4.3.4",
100100
"autoprefixer": "^10.4.21",
101101
"cypress": "^13.17.0",
102102
"eslint": "^8.57.1",
103-
"eslint-config-airbnb-typescript": "^17.1.0",
103+
"eslint-config-airbnb-typescript": "^18.0.0",
104104
"eslint-config-prettier": "^9.1.0",
105105
"eslint-plugin-import": "^2.31.0",
106106
"eslint-plugin-prettier": "^5.2.5",
@@ -114,18 +114,18 @@
114114
"tailwindcss": "^3.4.17",
115115
"tsx": "^4.19.3",
116116
"typescript": "^5.8.2",
117-
"vite": "^6.3.6"
117+
"vite": "^6.4.1"
118118
},
119119
"pnpm": {
120120
"overrides": {
121121
"preact": "10.28.2",
122122
"prismjs": "^1.30.0",
123-
"qs": "6.14.1",
123+
"qs": ">=6.14.2",
124124
"js-yaml": "^4.1.1",
125125
"seroval": "1.4.1",
126126
"lodash": "^4.17.23",
127127
"lodash-es": "^4.17.23",
128-
"tar": "^7.5.7"
128+
"tar": "^7.5.8"
129129
}
130130
}
131131
}

0 commit comments

Comments
 (0)