update dependencies, nail down node-ical version to 0.18.0 (#3566)

- node-ical use `0.18.0` instead of `^0.18.0` in `package.json`
- cleanup `package-lock.json`
This commit is contained in:
Karsten Hassel
2024-09-28 22:33:53 +02:00
committed by GitHub
parent d9eefff066
commit 719eca49fe
6 changed files with 472 additions and 529 deletions

View File

@@ -68,9 +68,9 @@
"iconv-lite": "^0.6.3",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"node-ical": "^0.18.0",
"node-ical": "0.18.0",
"pm2": "^5.4.2",
"socket.io": "^4.7.5",
"socket.io": "^4.8.0",
"suncalc": "^1.9.0",
"systeminformation": "^5.23.5"
},
@@ -79,14 +79,14 @@
"@stylistic/eslint-plugin": "^2.8.0",
"cspell": "^8.14.4",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.2.4",
"eslint-plugin-jsdoc": "^50.3.0",
"eslint-plugin-package-json": "^0.15.3",
"express-basic-auth": "^1.2.1",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"playwright": "^1.47.1",
"playwright": "^1.47.2",
"prettier": "^3.3.3",
"sinon": "^19.0.2",
"stylelint": "^16.9.0",