diff --git a/package-lock.json b/package-lock.json index f89361c..ee63c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,20 +18,20 @@ "devDependencies": { "@types/jest": "^29.5.14", "@types/lz4": "^0.6.4", - "@types/node": "^22.13.5", + "@types/node": "^22.13.8", "@types/whatwg-url": "^13.0.0", "dotenv": "^16.4.7", "dotenv-cli": "^8.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-html-reporter": "^4.0.1", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "sqlite3": "^5.1.7", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "^4.4.2", - "typescript": "^5.7.3", + "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" }, @@ -8345,9 +8345,9 @@ } }, "node_modules/@types/node": { - "version": "22.13.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz", - "integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==", + "version": "22.13.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.8.tgz", + "integrity": "sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" @@ -13858,9 +13858,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { @@ -15556,9 +15556,9 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index f98b8cb..311524b 100644 --- a/package.json +++ b/package.json @@ -57,20 +57,20 @@ "devDependencies": { "@types/jest": "^29.5.14", "@types/lz4": "^0.6.4", - "@types/node": "^22.13.5", + "@types/node": "^22.13.8", "@types/whatwg-url": "^13.0.0", "dotenv": "^16.4.7", "dotenv-cli": "^8.0.0", "husky": "^9.1.7", "jest": "^29.7.0", "jest-html-reporter": "^4.0.1", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "sqlite3": "^5.1.7", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "typedoc": "^0.27.9", "typedoc-plugin-markdown": "^4.4.2", - "typescript": "^5.7.3", + "typescript": "^5.8.2", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" },