Skip to content

Commit 8fc49d1

Browse files
Chore: address dependabot alerts (#1757)
* chore: update tailwindcss to remove tar dependency Closes dependabot issues 81 and 93 * chore: update axios Closes dependabot issue 94 * chore: update sqlparse Closes dependabot issue 91
1 parent 25e2434 commit 8fc49d1

4 files changed

Lines changed: 301 additions & 334 deletions

File tree

backend/poetry.lock

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

dashboard/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export default [{
138138
"src/stories/**",
139139
"**/*.stories*",
140140
"playwright.config.ts",
141+
"vite.config.ts",
141142
],
142143
}],
143144

dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@tanstack/react-virtual": "^3.13.12",
5252
"@tanstack/router-devtools": "^1.154.4",
5353
"@vitejs/plugin-react": "^4.7.0",
54-
"axios": "^1.12.0",
54+
"axios": "^1.13.5",
5555
"class-variance-authority": "^0.7.1",
5656
"classnames": "^2.5.1",
5757
"clsx": "^2.1.1",
@@ -88,7 +88,7 @@
8888
"@storybook/react": "^8.6.14",
8989
"@storybook/react-vite": "^8.6.14",
9090
"@storybook/test": "^8.6.14",
91-
"@tailwindcss/vite": "^4.1.12",
91+
"@tailwindcss/vite": "^4.2.1",
9292
"@tanstack/eslint-plugin-query": "^5.83.1",
9393
"@tanstack/router-plugin": "^1.154.4",
9494
"@types/lodash-es": "^4.17.12",
@@ -114,7 +114,7 @@
114114
"prettier": "3.3.2",
115115
"prettier-plugin-tailwindcss": "^0.6.14",
116116
"storybook": "^8.6.15",
117-
"tailwindcss": "^4.1.12",
117+
"tailwindcss": "^4.2.1",
118118
"typescript": "^5.9.2",
119119
"vitest": "^3.2.4"
120120
}

0 commit comments

Comments
 (0)