Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent 3223f70 commit 344baba
Show file tree
Hide file tree
Showing 2 changed files with 1,048 additions and 568 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pnpm": ">=7",
"yarn": "forbidden, use pnpm"
},
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.33.7",
"scripts": {
"start": "node index",
"dev": "pnpm i && concurrently -r \"pnpm nodemon\" \"pnpm scss:watch\" \"pnpm rollup:watch\"",
Expand Down Expand Up @@ -49,70 +49,70 @@
"dependencies": {
"apng2gif-bin": "^1.7.1",
"async-retry": "^1.3.3",
"axios": "^1.6.5",
"axios": "^1.7.7",
"axios-debug-log": "^1.0.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"bowser": "^2.11.0",
"canvas": "^2.11.2",
"connect-mongo": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"css": "^3.0.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-session": "^1.18.0",
"fs-extra": "^11.2.0",
"ioredis": "^5.3.2",
"ioredis": "^5.4.1",
"lilyweight": "^2.7.2",
"lit": "^3.1.1",
"lit": "^3.2.0",
"lodash": "^4.17.21",
"micromatch": "^4.0.5",
"minecraft-data": "^3.59.3",
"micromatch": "^4.0.8",
"minecraft-data": "^3.68.0",
"moment": "^2.30.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.44",
"moment-timezone": "^0.5.45",
"mongo-sanitize": "^1.1.0",
"mongodb": "^6.3.0",
"mongodb": "^6.9.0",
"node-fetch": "^3.3.2",
"prismarine-nbt": "^2.5.0",
"progress": "^2.0.3",
"relaxed-json": "^1.0.3",
"sharp": "^0.33.2",
"sitemap": "^7.1.1",
"sharp": "^0.33.5",
"sitemap": "^7.1.2",
"skinview3d": "^3.0.1",
"skyhelper-networth": "^1.18.6",
"skyhelper-networth": "^1.24.0",
"tippy.js": "^6.3.7",
"twemoji": "^14.0.2",
"upng-js": "^2.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"benchmark": "^2.1.4",
"concurrently": "^8.2.2",
"ejs-lint": "^2.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-wc": "^2.0.4",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-wc": "^2.1.1",
"node-watch": "^0.7.4",
"nodemon": "^3.0.3",
"prettier": "3.2.4",
"rollup": "^4.9.6",
"rollup-plugin-delete": "^2.0.0",
"nodemon": "^3.1.5",
"prettier": "3.3.3",
"rollup": "^4.21.3",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"sass": "^1.70.0",
"sass": "^1.79.1",
"ts-lit-plugin": "^2.0.2",
"typescript": "^5.3.3"
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 344baba

Please sign in to comment.