|
10 | 10 | "pnpm": ">=7", |
11 | 11 | "yarn": "forbidden, use pnpm" |
12 | 12 | }, |
13 | | - "packageManager": "pnpm@7.27.0", |
| 13 | + "packageManager": "pnpm@7.33.7", |
14 | 14 | "scripts": { |
15 | 15 | "start": "node index", |
16 | 16 | "dev": "pnpm i && concurrently -r \"pnpm nodemon\" \"pnpm scss:watch\" \"pnpm rollup:watch\"", |
|
49 | 49 | "dependencies": { |
50 | 50 | "apng2gif-bin": "^1.7.1", |
51 | 51 | "async-retry": "^1.3.3", |
52 | | - "axios": "^1.6.5", |
| 52 | + "axios": "^1.8.4", |
53 | 53 | "axios-debug-log": "^1.0.0", |
54 | 54 | "bcrypt": "^5.1.1", |
55 | 55 | "bcryptjs": "^2.4.3", |
56 | | - "body-parser": "^1.20.2", |
| 56 | + "body-parser": "^1.20.3", |
57 | 57 | "bowser": "^2.11.0", |
58 | 58 | "canvas": "^2.11.2", |
59 | 59 | "connect-mongo": "^5.1.0", |
60 | | - "cookie-parser": "^1.4.6", |
| 60 | + "cookie-parser": "^1.4.7", |
61 | 61 | "cors": "^2.8.5", |
62 | 62 | "css": "^3.0.0", |
63 | | - "ejs": "^3.1.9", |
64 | | - "express": "^4.18.2", |
65 | | - "express-session": "^1.17.3", |
66 | | - "fs-extra": "^11.2.0", |
67 | | - "ioredis": "^5.3.2", |
68 | | - "lit": "^3.1.1", |
| 63 | + "ejs": "^3.1.10", |
| 64 | + "express": "^4.21.2", |
| 65 | + "express-session": "^1.18.1", |
| 66 | + "fs-extra": "^11.3.0", |
| 67 | + "ioredis": "^5.6.1", |
| 68 | + "lit": "^3.3.0", |
69 | 69 | "lodash": "^4.17.21", |
70 | | - "micromatch": "^4.0.5", |
71 | | - "minecraft-data": "^3.59.3", |
| 70 | + "micromatch": "^4.0.8", |
| 71 | + "minecraft-data": "^3.85.0", |
72 | 72 | "moment": "^2.30.1", |
73 | 73 | "moment-duration-format": "^2.3.2", |
74 | | - "moment-timezone": "^0.5.44", |
| 74 | + "moment-timezone": "^0.5.48", |
75 | 75 | "mongo-sanitize": "^1.1.0", |
76 | | - "mongodb": "^6.3.0", |
| 76 | + "mongodb": "^6.15.0", |
77 | 77 | "node-fetch": "^3.3.2", |
78 | | - "prismarine-nbt": "^2.5.0", |
| 78 | + "prismarine-nbt": "^2.7.0", |
79 | 79 | "progress": "^2.0.3", |
80 | 80 | "relaxed-json": "^1.0.3", |
81 | | - "sharp": "^0.33.2", |
82 | | - "sitemap": "^7.1.1", |
83 | | - "skinview3d": "^3.0.1", |
84 | | - "skyhelper-networth": "^1.25.0", |
| 81 | + "sharp": "^0.34.1", |
| 82 | + "sitemap": "^7.1.2", |
| 83 | + "skinview3d": "^3.1.0", |
| 84 | + "skyhelper-networth": "^1.27.3", |
85 | 85 | "tippy.js": "^6.3.7", |
86 | 86 | "twemoji": "^14.0.2", |
87 | 87 | "upng-js": "^2.1.0", |
88 | 88 | "uuid": "^9.0.1" |
89 | 89 | }, |
90 | 90 | "devDependencies": { |
91 | | - "@rollup/plugin-commonjs": "^25.0.7", |
92 | | - "@rollup/plugin-node-resolve": "^15.2.3", |
93 | | - "@rollup/plugin-replace": "^5.0.5", |
| 91 | + "@rollup/plugin-commonjs": "^25.0.8", |
| 92 | + "@rollup/plugin-node-resolve": "^15.3.1", |
| 93 | + "@rollup/plugin-replace": "^5.0.7", |
94 | 94 | "@rollup/plugin-terser": "^0.4.4", |
95 | 95 | "@rollup/plugin-typescript": "^11.1.6", |
96 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
97 | | - "@typescript-eslint/parser": "^6.19.1", |
| 96 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 97 | + "@typescript-eslint/parser": "^6.21.0", |
98 | 98 | "benchmark": "^2.1.4", |
99 | 99 | "concurrently": "^8.2.2", |
100 | | - "ejs-lint": "^2.0.0", |
101 | | - "eslint": "^8.56.0", |
| 100 | + "ejs-lint": "^2.0.1", |
| 101 | + "eslint": "^8.57.1", |
102 | 102 | "eslint-config-prettier": "^9.1.0", |
103 | 103 | "eslint-plugin-deprecation": "^2.0.0", |
104 | | - "eslint-plugin-import": "^2.29.1", |
105 | | - "eslint-plugin-lit": "^1.11.0", |
106 | | - "eslint-plugin-wc": "^2.0.4", |
| 104 | + "eslint-plugin-import": "^2.31.0", |
| 105 | + "eslint-plugin-lit": "^1.15.0", |
| 106 | + "eslint-plugin-wc": "^2.2.1", |
107 | 107 | "node-watch": "^0.7.4", |
108 | | - "nodemon": "^3.0.3", |
109 | | - "prettier": "3.2.4", |
110 | | - "rollup": "^4.9.6", |
111 | | - "rollup-plugin-delete": "^2.0.0", |
| 108 | + "nodemon": "^3.1.9", |
| 109 | + "prettier": "3.5.3", |
| 110 | + "rollup": "^4.40.0", |
| 111 | + "rollup-plugin-delete": "^2.2.0", |
112 | 112 | "rollup-plugin-minify-html-literals": "^1.2.6", |
113 | | - "sass": "^1.70.0", |
| 113 | + "sass": "^1.86.3", |
114 | 114 | "ts-lit-plugin": "^2.0.2", |
115 | | - "typescript": "^5.3.3" |
| 115 | + "typescript": "^5.8.3" |
116 | 116 | } |
117 | 117 | } |
0 commit comments