|
10 | 10 | "pnpm": ">=7", |
11 | 11 | "yarn": "forbidden, use pnpm" |
12 | 12 | }, |
13 | | - "packageManager": "pnpm@7.27.0", |
| 13 | + "packageManager": "pnpm@7.30.5", |
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.0.0", |
| 52 | + "axios": "^1.3.4", |
53 | 53 | "axios-debug-log": "^1.0.0", |
54 | | - "body-parser": "^1.20.0", |
| 54 | + "body-parser": "^1.20.2", |
55 | 55 | "bowser": "^2.11.0", |
56 | 56 | "canvas": "^2.11.0", |
57 | 57 | "connect-mongo": "^4.6.0", |
58 | 58 | "cookie-parser": "^1.4.6", |
59 | 59 | "cors": "^2.8.5", |
60 | 60 | "css": "^3.0.0", |
61 | | - "ejs": "^3.1.8", |
| 61 | + "ejs": "^3.1.9", |
62 | 62 | "express": "^4.18.2", |
63 | 63 | "express-session": "^1.17.3", |
64 | | - "fs-extra": "^11.1.0", |
65 | | - "ioredis": "^5.2.3", |
| 64 | + "fs-extra": "^11.1.1", |
| 65 | + "ioredis": "^5.3.1", |
66 | 66 | "lilyweight": "^2.7.0", |
67 | | - "lit": "^2.6.1", |
68 | | - "lodash": "^4.17.20", |
| 67 | + "lit": "^2.7.0", |
| 68 | + "lodash": "^4.17.21", |
69 | 69 | "micromatch": "^4.0.5", |
70 | | - "minecraft-data": "^3.27.0", |
| 70 | + "minecraft-data": "^3.31.0", |
71 | 71 | "moment": "^2.29.4", |
72 | 72 | "moment-duration-format": "^2.3.2", |
73 | | - "moment-timezone": "^0.5.37", |
| 73 | + "moment-timezone": "^0.5.43", |
74 | 74 | "mongo-sanitize": "^1.1.0", |
75 | | - "mongodb": "^5.0.1", |
76 | | - "node-fetch": "^3.2.10", |
| 75 | + "mongodb": "^5.1.0", |
| 76 | + "node-fetch": "^3.3.1", |
77 | 77 | "prismarine-nbt": "^2.2.1", |
78 | 78 | "progress": "^2.0.3", |
79 | 79 | "relaxed-json": "^1.0.3", |
80 | | - "sharp": "^0.30.7", |
| 80 | + "sharp": "^0.32.0", |
81 | 81 | "sitemap": "^7.1.1", |
82 | 82 | "skinview3d": "^2.2.1", |
83 | | - "skyhelper-networth": "^1.11.8", |
| 83 | + "skyhelper-networth": "^1.12.3", |
84 | 84 | "tippy.js": "^6.3.7", |
85 | 85 | "twemoji": "^14.0.2", |
86 | 86 | "upng-js": "^2.1.0", |
87 | 87 | "uuid": "^9.0.0" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@rollup/plugin-commonjs": "^24.0.0", |
91 | | - "@rollup/plugin-node-resolve": "^15.0.0", |
92 | | - "@rollup/plugin-replace": "^5.0.0", |
| 90 | + "@rollup/plugin-commonjs": "^24.0.1", |
| 91 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 92 | + "@rollup/plugin-replace": "^5.0.2", |
93 | 93 | "@rollup/plugin-terser": "^0.4.0", |
94 | 94 | "@rollup/plugin-typescript": "^11.0.0", |
95 | | - "@typescript-eslint/eslint-plugin": "^5.36.1", |
96 | | - "@typescript-eslint/parser": "^5.33.1", |
| 95 | + "@typescript-eslint/eslint-plugin": "^5.57.0", |
| 96 | + "@typescript-eslint/parser": "^5.57.0", |
97 | 97 | "benchmark": "^2.1.4", |
98 | | - "concurrently": "^7.3.0", |
| 98 | + "concurrently": "^7.6.0", |
99 | 99 | "ejs-lint": "^2.0.0", |
100 | | - "eslint": "^8.23.0", |
101 | | - "eslint-config-prettier": "^8.5.0", |
102 | | - "eslint-plugin-deprecation": "^1.3.2", |
103 | | - "eslint-plugin-import": "^2.26.0", |
104 | | - "eslint-plugin-lit": "^1.6.1", |
105 | | - "eslint-plugin-wc": "^1.3.2", |
| 100 | + "eslint": "^8.37.0", |
| 101 | + "eslint-config-prettier": "^8.8.0", |
| 102 | + "eslint-plugin-deprecation": "^1.3.3", |
| 103 | + "eslint-plugin-import": "^2.27.5", |
| 104 | + "eslint-plugin-lit": "^1.8.2", |
| 105 | + "eslint-plugin-wc": "^1.4.0", |
106 | 106 | "node-watch": "^0.7.3", |
107 | | - "nodemon": "^2.0.19", |
108 | | - "prettier": "2.8.4", |
109 | | - "rollup": "^3.0.0", |
| 107 | + "nodemon": "^2.0.22", |
| 108 | + "prettier": "2.8.7", |
| 109 | + "rollup": "^3.20.2", |
110 | 110 | "rollup-plugin-delete": "^2.0.0", |
111 | 111 | "rollup-plugin-minify-html-literals": "^1.2.6", |
112 | | - "sass": "^1.54.8", |
| 112 | + "sass": "^1.60.0", |
113 | 113 | "ts-lit-plugin": "^1.2.1", |
114 | | - "typescript": "^4.7.4" |
| 114 | + "typescript": "^4.9.5" |
115 | 115 | } |
116 | 116 | } |
0 commit comments