Compare commits

..

No commits in common. "05da55b2bb8a5a759d1c4732095044bd9018c050" and "d6adfd48d36c17a0e5bf8e46a9264478074ca152" have entirely different histories.

3 changed files with 14 additions and 14 deletions

View File

@ -248,7 +248,7 @@ This project is licensed under the MIT License.
SPDX-License-Identifier: MIT SPDX-License-Identifier: MIT
Copyright © 2026 hoverkraft Copyright © 2025 hoverkraft
For more details, see the [license](http://choosealicense.com/licenses/mit/). For more details, see the [license](http://choosealicense.com/licenses/mit/).

24
package-lock.json generated
View File

@ -16,7 +16,7 @@
"docker-compose": "^1.3.0" "docker-compose": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@ts-dev-tools/core": "^1.9.14", "@ts-dev-tools/core": "^1.9.11",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0", "eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^2.21.0" "eslint-plugin-jsonc": "^2.21.0"
@ -2730,9 +2730,9 @@
} }
}, },
"node_modules/@ts-dev-tools/core": { "node_modules/@ts-dev-tools/core": {
"version": "1.9.14", "version": "1.9.11",
"resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.9.14.tgz", "resolved": "https://registry.npmjs.org/@ts-dev-tools/core/-/core-1.9.11.tgz",
"integrity": "sha512-YNjVj2VoqqLPzydiRbs5QkyeLZO8kVCT9xZk8xkZNdyJVlPwKrxDk6xFuXF2ZGWLYY1JzY+5YgrUyMPPMD4dDA==", "integrity": "sha512-JZFSA1AHN8ASG2myAegk7ovElWpTrkNqz4ZVD0JfQkz4nphjF+PbYhso6HBsBtixvPtxpGX0s7mUBMR1ITm4Gw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -2741,7 +2741,7 @@
"@eslint/js": "^9.25.0", "@eslint/js": "^9.25.0",
"@prettier/plugin-oxc": "^0.1.1", "@prettier/plugin-oxc": "^0.1.1",
"@types/jest": "^30.0.0", "@types/jest": "^30.0.0",
"@types/node": "^25.0.1", "@types/node": "^24.0.1",
"eslint": "^9.25.0", "eslint": "^9.25.0",
"eslint-config-prettier": "^10.1.2", "eslint-config-prettier": "^10.1.2",
"eslint-plugin-jest": "^29.0.1", "eslint-plugin-jest": "^29.0.1",
@ -4219,14 +4219,14 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "25.0.3", "version": "24.3.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz",
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "integrity": "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"undici-types": "~7.16.0" "undici-types": "~7.10.0"
} }
}, },
"node_modules/@types/stack-utils": { "node_modules/@types/stack-utils": {
@ -11502,9 +11502,9 @@
} }
}, },
"node_modules/undici-types": { "node_modules/undici-types": {
"version": "7.16.0", "version": "7.10.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View File

@ -31,7 +31,7 @@
"docker-compose": "^1.3.0" "docker-compose": "^1.3.0"
}, },
"devDependencies": { "devDependencies": {
"@ts-dev-tools/core": "^1.9.14", "@ts-dev-tools/core": "^1.9.11",
"@vercel/ncc": "^0.38.4", "@vercel/ncc": "^0.38.4",
"eslint-plugin-github": "^6.0.0", "eslint-plugin-github": "^6.0.0",
"eslint-plugin-jsonc": "^2.21.0" "eslint-plugin-jsonc": "^2.21.0"