Skip to content

Commit 1fa33bb

Browse files
authored
chore: update some dependencies for clean security alert (#471)
Signed-off-by: Bob Du <[email protected]>
1 parent 81a9c97 commit 1fa33bb

File tree

4 files changed

+2288
-1553
lines changed

4 files changed

+2288
-1553
lines changed

package.json

+26-30
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.13.3",
44
"private": false,
55
"description": "ChatGPT Web",
6-
"author": "ChenZhaoYu <[email protected]>",
6+
"author": "ChatGPT Web Contributors <[email protected]>",
77
"keywords": [
88
"chatgpt-web",
99
"chatgpt",
@@ -22,52 +22,48 @@
2222
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
2323
"common:prepare": "husky install"
2424
},
25-
"dependencies": {
26-
"@traptitech/markdown-it-katex": "^3.6.0",
27-
"@vueuse/core": "^9.13.0",
28-
"chart.js": "^4.3.0",
29-
"dayjs": "^1.11.7",
30-
"highlight.js": "^11.7.0",
31-
"html2canvas": "^1.4.1",
32-
"jwt-decode": "^3.1.2",
33-
"katex": "^0.16.4",
34-
"markdown-it": "^13.0.1",
35-
"naive-ui": "^2.34.3",
36-
"pinia": "^2.0.33",
37-
"qrcode.vue": "^3.4.1",
38-
"vue": "^3.2.47",
39-
"vue-chartjs": "^5.2.0",
40-
"vue-i18n": "^9.2.2",
41-
"vue-router": "^4.1.6"
42-
},
4325
"devDependencies": {
4426
"@antfu/eslint-config": "^0.43.1",
4527
"@commitlint/cli": "^17.4.4",
4628
"@commitlint/config-conventional": "^17.4.4",
4729
"@iconify/vue": "^4.1.0",
30+
"@traptitech/markdown-it-katex": "^3.6.0",
4831
"@types/chart.js": "^2.9.37",
49-
"@types/crypto-js": "^4.1.1",
5032
"@types/katex": "^0.16.0",
5133
"@types/markdown-it": "^12.2.3",
5234
"@types/markdown-it-link-attributes": "^3.0.1",
5335
"@types/node": "^18.14.6",
54-
"@vitejs/plugin-vue": "^4.0.0",
36+
"@vitejs/plugin-vue": "^5.0.4",
37+
"@vueuse/core": "^10.9.0",
5538
"autoprefixer": "^10.4.13",
56-
"axios": "^1.3.4",
57-
"crypto-js": "^4.1.1",
39+
"axios": "^1.6.7",
40+
"chart.js": "^4.3.0",
41+
"dayjs": "^1.11.7",
5842
"eslint": "^8.56.0",
43+
"highlight.js": "^11.7.0",
44+
"html2canvas": "^1.4.1",
5945
"husky": "^8.0.3",
46+
"jwt-decode": "^3.1.2",
47+
"katex": "^0.16.4",
6048
"less": "^4.1.3",
6149
"lint-staged": "^13.1.2",
50+
"markdown-it": "^13.0.1",
6251
"markdown-it-link-attributes": "^4.0.1",
52+
"naive-ui": "^2.38.1",
6353
"npm-run-all": "^4.1.5",
64-
"postcss": "^8.4.21",
65-
"rimraf": "^4.2.0",
66-
"tailwindcss": "^3.2.7",
67-
"typescript": "~4.9.5",
68-
"vite": "^4.2.0",
69-
"vite-plugin-pwa": "^0.14.4",
70-
"vue-tsc": "^1.2.0"
54+
"pinia": "^2.0.33",
55+
"postcss": "^8.4.35",
56+
"qrcode.vue": "^3.4.1",
57+
"rimraf": "^4.3.0",
58+
"tailwindcss": "^3.4.1",
59+
"typescript": "5.3.3",
60+
"vite": "^5.1.5",
61+
"vite-plugin-pwa": "^0.19.2",
62+
"vue": "^3.4.21",
63+
"vue-chartjs": "^5.2.0",
64+
"vue-i18n": "^9.10.1",
65+
"vue-router": "^4.3.0",
66+
"vue-tsc": "^2.0.6"
7167
},
7268
"lint-staged": {
7369
"*.{ts,tsx,vue}": [

0 commit comments

Comments
 (0)