chore: update dependencies in package.json

- axios: ^1.11.0 -> ^1.12.2
- commander: ^14.0.0 -> ^14.0.1
- config: ^4.1.0 -> ^4.1.1
- fastify: ^5.4.0 -> ^5.6.1
- fs-extra: ^11.3.0 -> ^11.3.2
- influx: ^5.10.0 -> ^5.11.0
- luxon: ^3.7.1 -> ^3.7.2
- mqtt: ^5.13.3 -> ^5.14.1
- posthog-node: ^5.6.0 -> ^5.9.1
- systeminformation: ^5.27.7 -> ^5.27.10
- ua-parser-js: ^2.0.4 -> ^2.0.5
- uuid: ^11.1.0 -> ^13.0.0
- @babel/eslint-parser: ^7.28.0 -> ^7.28.4
- @eslint/js: ^9.32.0 -> ^9.36.0
- esbuild: ^0.25.8 -> ^0.25.10
- eslint-plugin-jsdoc: ^52.0.1 -> ^60.3.0
- eslint-plugin-prettier: ^5.5.3 -> ^5.5.4
- globals: ^16.3.0 -> ^16.4.0
- jest: ^30.0.5 -> ^30.1.3
- npm-check-updates: ^18.0.2 -> ^18.3.0
- snyk: ^1.1298.2 -> ^1.1299.1
This commit is contained in:
Göran Sander
2025-09-24 20:23:15 +02:00
parent 4375db4131
commit d48e98d1a2
2 changed files with 523 additions and 517 deletions

998
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -55,45 +55,45 @@
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"async-mutex": "^0.5.0",
"axios": "^1.11.0",
"commander": "^14.0.0",
"config": "^4.1.0",
"fastify": "^5.4.0",
"axios": "^1.12.2",
"commander": "^14.0.1",
"config": "^4.1.1",
"fastify": "^5.6.1",
"fastify-healthcheck": "^5.1.0",
"fastify-metrics": "^12.1.0",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.2",
"handlebars": "^4.7.8",
"influx": "^5.10.0",
"influx": "^5.11.0",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"luxon": "^3.7.1",
"mqtt": "^5.13.3",
"posthog-node": "^5.6.0",
"luxon": "^3.7.2",
"mqtt": "^5.14.1",
"posthog-node": "^5.9.1",
"prom-client": "^15.1.3",
"qrs-interact": "^6.3.1",
"systeminformation": "^5.27.7",
"ua-parser-js": "^2.0.4",
"uuid": "^11.1.0",
"systeminformation": "^5.27.10",
"ua-parser-js": "^2.0.5",
"uuid": "^13.0.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.0",
"@babel/eslint-parser": "^7.28.4",
"@babel/plugin-syntax-import-assertions": "^7.27.1",
"@eslint/js": "^9.32.0",
"@eslint/js": "^9.36.0",
"audit-ci": "^7.1.0",
"esbuild": "^0.25.8",
"esbuild": "^0.25.10",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-jsdoc": "^52.0.1",
"eslint-plugin-prettier": "^5.5.3",
"globals": "^16.3.0",
"jest": "^30.0.5",
"eslint-plugin-jsdoc": "^60.3.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.4.0",
"jest": "^30.1.3",
"jsdoc-to-markdown": "^9.1.2",
"license-checker-rseidelsohn": "^4.4.2",
"lockfile-lint": "^4.14.1",
"npm-check-updates": "^18.0.2",
"npm-check-updates": "^18.3.0",
"prettier": "^3.6.2",
"snyk": "^1.1298.2"
"snyk": "^1.1299.1"
}
}