|
10 | 10 | "pnpm": ">=7", |
11 | 11 | "yarn": "forbidden, use pnpm" |
12 | 12 | }, |
13 | | - "packageManager": "pnpm@7.27.0", |
| 13 | + "packageManager": "pnpm@7.29.1", |
14 | 14 | "scripts": { |
15 | 15 | "start": "node index", |
16 | 16 | "dev": "pnpm i && concurrently -r \"pnpm nodemon\" \"pnpm scss:watch\" \"pnpm rollup:watch\"", |
|
48 | 48 | "dependencies": { |
49 | 49 | "apng2gif-bin": "^1.7.1", |
50 | 50 | "async-retry": "^1.3.3", |
51 | | - "axios": "^1.0.0", |
| 51 | + "axios": "^1.3.4", |
52 | 52 | "axios-debug-log": "^1.0.0", |
53 | | - "body-parser": "^1.20.0", |
| 53 | + "body-parser": "^1.20.2", |
54 | 54 | "bowser": "^2.11.0", |
55 | 55 | "canvas": "^2.11.0", |
56 | 56 | "connect-mongo": "^4.6.0", |
|
61 | 61 | "express": "^4.18.2", |
62 | 62 | "express-session": "^1.17.3", |
63 | 63 | "fs-extra": "^11.1.0", |
64 | | - "ioredis": "^5.2.3", |
| 64 | + "ioredis": "^5.3.1", |
65 | 65 | "lilyweight": "^2.7.0", |
66 | 66 | "lit": "^2.6.1", |
67 | | - "lodash": "^4.17.20", |
| 67 | + "lodash": "^4.17.21", |
68 | 68 | "micromatch": "^4.0.5", |
69 | | - "minecraft-data": "^3.27.0", |
| 69 | + "minecraft-data": "^3.30.0", |
70 | 70 | "moment": "^2.29.4", |
71 | 71 | "moment-duration-format": "^2.3.2", |
72 | | - "moment-timezone": "^0.5.37", |
| 72 | + "moment-timezone": "^0.5.41", |
73 | 73 | "mongo-sanitize": "^1.1.0", |
74 | | - "mongodb": "^5.0.1", |
75 | | - "node-fetch": "^3.2.10", |
| 74 | + "mongodb": "^5.1.0", |
| 75 | + "node-fetch": "^3.3.1", |
76 | 76 | "prismarine-nbt": "^2.2.1", |
77 | 77 | "progress": "^2.0.3", |
78 | 78 | "relaxed-json": "^1.0.3", |
79 | | - "sharp": "^0.30.7", |
| 79 | + "sharp": "^0.31.3", |
80 | 80 | "sitemap": "^7.1.1", |
81 | 81 | "skinview3d": "^2.2.1", |
82 | | - "skyhelper-networth": "^1.11.0", |
| 82 | + "skyhelper-networth": "^1.11.7", |
83 | 83 | "tippy.js": "^6.3.7", |
84 | 84 | "twemoji": "^14.0.2", |
85 | 85 | "upng-js": "^2.1.0", |
86 | 86 | "uuid": "^9.0.0" |
87 | 87 | }, |
88 | 88 | "devDependencies": { |
89 | | - "@rollup/plugin-commonjs": "^24.0.0", |
90 | | - "@rollup/plugin-node-resolve": "^15.0.0", |
91 | | - "@rollup/plugin-replace": "^5.0.0", |
| 89 | + "@rollup/plugin-commonjs": "^24.0.1", |
| 90 | + "@rollup/plugin-node-resolve": "^15.0.1", |
| 91 | + "@rollup/plugin-replace": "^5.0.2", |
92 | 92 | "@rollup/plugin-terser": "^0.4.0", |
93 | 93 | "@rollup/plugin-typescript": "^11.0.0", |
94 | | - "@typescript-eslint/eslint-plugin": "^5.36.1", |
95 | | - "@typescript-eslint/parser": "^5.33.1", |
96 | | - "concurrently": "^7.3.0", |
| 94 | + "@typescript-eslint/eslint-plugin": "^5.54.1", |
| 95 | + "@typescript-eslint/parser": "^5.54.1", |
| 96 | + "concurrently": "^7.6.0", |
97 | 97 | "ejs-lint": "^2.0.0", |
98 | | - "eslint": "^8.23.0", |
99 | | - "eslint-config-prettier": "^8.5.0", |
100 | | - "eslint-plugin-deprecation": "^1.3.2", |
101 | | - "eslint-plugin-import": "^2.26.0", |
102 | | - "eslint-plugin-lit": "^1.6.1", |
103 | | - "eslint-plugin-wc": "^1.3.2", |
| 98 | + "eslint": "^8.36.0", |
| 99 | + "eslint-config-prettier": "^8.7.0", |
| 100 | + "eslint-plugin-deprecation": "^1.3.3", |
| 101 | + "eslint-plugin-import": "^2.27.5", |
| 102 | + "eslint-plugin-lit": "^1.8.2", |
| 103 | + "eslint-plugin-wc": "^1.4.0", |
104 | 104 | "node-watch": "^0.7.3", |
105 | | - "nodemon": "^2.0.19", |
| 105 | + "nodemon": "^2.0.21", |
106 | 106 | "prettier": "2.8.4", |
107 | | - "rollup": "^3.0.0", |
| 107 | + "rollup": "^3.19.1", |
108 | 108 | "rollup-plugin-delete": "^2.0.0", |
109 | 109 | "rollup-plugin-minify-html-literals": "^1.2.6", |
110 | | - "sass": "^1.54.8", |
| 110 | + "sass": "^1.59.2", |
111 | 111 | "ts-lit-plugin": "^1.2.1", |
112 | | - "typescript": "^4.7.4" |
| 112 | + "typescript": "^4.9.5" |
113 | 113 | } |
114 | 114 | } |
0 commit comments