Skip to content

Commit ad1e06f

Browse files
authored
Feat/upgrade dependencies (#380)
1 parent 520424e commit ad1e06f

2 files changed

Lines changed: 68 additions & 43 deletions

File tree

package-lock.json

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

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/react": "^17.0.38",
120120
"@types/react-dom": "^17.0.11",
121121
"@types/terser-webpack-plugin": "^5.0.4",
122-
"@types/uuid": "^8.3.4",
122+
"@types/uuid": "^11.0.0",
123123
"@typescript-eslint/eslint-plugin": "^6.0.0",
124124
"@typescript-eslint/parser": "^6.0.0",
125125
"@vitejs/plugin-react": "^4.7.0",
@@ -212,7 +212,17 @@
212212
"node-schedule": "^2.1.0",
213213
"reflect-metadata": "^0.2.2",
214214
"typeorm": "^0.3.26",
215-
"uuid": "^8.3.2"
215+
"uuid": "^11.1.1"
216+
},
217+
"overrides": {
218+
"@typescript-eslint/typescript-estree": {
219+
"minimatch": "9.0.6"
220+
},
221+
"typeorm": {
222+
"glob": {
223+
"minimatch": "9.0.6"
224+
}
225+
}
216226
},
217227
"engines": {
218228
"node": ">=24.0.0 <25.0.0",

0 commit comments

Comments
 (0)