mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-03-12 17:51:41 +08:00
Update deps as requested by dependabot (#4008)
This commit is contained in:
26
package-lock.json
generated
26
package-lock.json
generated
@@ -32,8 +32,8 @@
|
||||
"pm2": "^6.0.14",
|
||||
"socket.io": "^4.8.3",
|
||||
"suncalc": "^1.9.0",
|
||||
"systeminformation": "^5.28.8",
|
||||
"undici": "^7.16.0",
|
||||
"systeminformation": "^5.30.1",
|
||||
"undici": "^7.18.2",
|
||||
"weathericons": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -43,7 +43,7 @@
|
||||
"cspell": "^9.4.0",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jsdoc": "^61.5.0",
|
||||
"eslint-plugin-package-json": "^0.87.1",
|
||||
"eslint-plugin-package-json": "^0.88.1",
|
||||
"eslint-plugin-playwright": "^2.4.0",
|
||||
"eslint-plugin-vitest": "^0.5.4",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
@@ -5797,9 +5797,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-package-json": {
|
||||
"version": "0.87.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-package-json/-/eslint-plugin-package-json-0.87.1.tgz",
|
||||
"integrity": "sha512-aHOUGdpHrPDji64xwAsspXvfjwgeksARxM2SqzhusSEUCyLr0GX0oNe9hDDPMQ2CKPlKjTPKFhzmsQNIO0aWiQ==",
|
||||
"version": "0.88.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-package-json/-/eslint-plugin-package-json-0.88.1.tgz",
|
||||
"integrity": "sha512-azVaiYwKOZBA4I8q7kxZ8pJ64pihQdAh7MWKQveoZeF/4dDWPxehqkbS3psl3yWvz3Etea9oxALEXso0MUi/Wg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -5808,7 +5808,7 @@
|
||||
"detect-indent": "^7.0.2",
|
||||
"detect-newline": "^4.0.1",
|
||||
"eslint-fix-utils": "~0.4.0",
|
||||
"package-json-validator": "~0.59.0",
|
||||
"package-json-validator": "~0.59.1",
|
||||
"semver": "^7.7.3",
|
||||
"sort-object-keys": "^2.0.0",
|
||||
"sort-package-json": "^3.4.0",
|
||||
@@ -11907,9 +11907,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/systeminformation": {
|
||||
"version": "5.28.8",
|
||||
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.28.8.tgz",
|
||||
"integrity": "sha512-W2rXK+tTIoa1svfOEfhKPzJTw2OnoJ2XS57CftQkzvwt9Hj7RC2pfHKFAk8cHH+UkDAlGMW9Sf31kdOu5PZNIA==",
|
||||
"version": "5.30.1",
|
||||
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.30.1.tgz",
|
||||
"integrity": "sha512-5zK8Sqqn71b0AoYKnj8nurrugOVogo4hBxAeQR9N0lbC5V+Fkw1hRBRWLaKxBmuvX8v4xH3cxifOJjlhQQW1lQ==",
|
||||
"license": "MIT",
|
||||
"os": [
|
||||
"darwin",
|
||||
@@ -12374,9 +12374,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/undici": {
|
||||
"version": "7.16.0",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-7.16.0.tgz",
|
||||
"integrity": "sha512-QEg3HPMll0o3t2ourKwOeUAZ159Kn9mx5pnzHRQO8+Wixmh88YdZRiIwat0iNzNNXn0yoEtXJqFpyW7eM8BV7g==",
|
||||
"version": "7.18.2",
|
||||
"resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz",
|
||||
"integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=20.18.1"
|
||||
|
||||
@@ -97,8 +97,8 @@
|
||||
"pm2": "^6.0.14",
|
||||
"socket.io": "^4.8.3",
|
||||
"suncalc": "^1.9.0",
|
||||
"systeminformation": "^5.28.8",
|
||||
"undici": "^7.16.0",
|
||||
"systeminformation": "^5.30.1",
|
||||
"undici": "^7.18.2",
|
||||
"weathericons": "^2.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -108,7 +108,7 @@
|
||||
"cspell": "^9.4.0",
|
||||
"eslint-plugin-import-x": "^4.16.1",
|
||||
"eslint-plugin-jsdoc": "^61.5.0",
|
||||
"eslint-plugin-package-json": "^0.87.1",
|
||||
"eslint-plugin-package-json": "^0.88.1",
|
||||
"eslint-plugin-playwright": "^2.4.0",
|
||||
"eslint-plugin-vitest": "^0.5.4",
|
||||
"express-basic-auth": "^1.2.1",
|
||||
|
||||
Reference in New Issue
Block a user