Skip to content

Commit cfcd2c4

Browse files
committed
chore(deps): update
1 parent 3481e65 commit cfcd2c4

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

src/GZCTF/ClientApp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"lint": "oxlint --fix && eslint",
8+
"lint": "oxlint --fix",
99
"build": "tsc && vite build",
1010
"preview": "vite preview",
1111
"prettier": "prettier --write src --write plugins --write *.mjs --write *.mts",
@@ -75,7 +75,7 @@
7575
"eslint": "^9.21.0",
7676
"eslint-plugin-oxlint": "^0.15.12",
7777
"eslint-plugin-react": "^7.37.4",
78-
"eslint-plugin-react-hooks": "5.1.0",
78+
"eslint-plugin-react-hooks": "5.2.0",
7979
"form-data": "~4.0.2",
8080
"globals": "^16.0.0",
8181
"lodash": "^4.17.21",
@@ -88,7 +88,7 @@
8888
"rollup": "^4.34.9",
8989
"swagger-typescript-api": "^13.0.23",
9090
"tslib": "^2.8.1",
91-
"typescript": "5.7.3",
91+
"typescript": "5.8.2",
9292
"vite": "^6.2.0",
9393
"vite-plugin-banner": "^0.8.0",
9494
"vite-plugin-optimize-css-modules": "^1.2.0",
@@ -102,5 +102,5 @@
102102
"canvas": "npm:dry-uninstall"
103103
}
104104
},
105-
"packageManager": "pnpm@9.15.4"
105+
"packageManager": "pnpm@10.5.2"
106106
}

src/GZCTF/ClientApp/plugins/vite-i18n-virtual-manifest.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function i18nVirtualManifest(): Plugin {
3232
}, {})
3333

3434
const contentString = JSON.stringify(merged)
35-
const hash = crypto.createHash('md5').update(contentString).digest('hex').slice(0, 8)
35+
const hash = crypto.createHash('sha256').update(contentString).digest('hex').slice(0, 8)
3636
const outputFileName = `${lang}.${hash}.json`
3737

3838
newManifest[lang.toLowerCase()] = outputFileName

src/GZCTF/ClientApp/pnpm-lock.yaml

+49-49
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)