diff --git a/package-lock.json b/package-lock.json index c062ed0..3390aa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@code-pushup/js-packages-plugin": "^0.64.0", "@code-pushup/portal-client": "^0.11.0", "@types/jest": "^29.5.14", - "@types/node": "^22.13.5", + "@types/node": "^22.13.8", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.3", @@ -43,11 +43,11 @@ "make-coverage-badge": "^1.2.0", "memfs": "^4.17.0", "npm-check-updates": "^17.1.15", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.6", - "type-fest": "^4.35.0", - "typescript": "^5.7.3" + "type-fest": "^4.36.0", + "typescript": "^5.8.2" }, "engines": { "node": ">=22" @@ -2929,9 +2929,9 @@ "license": "MIT" }, "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" @@ -9047,9 +9047,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": { @@ -10428,9 +10428,9 @@ } }, "node_modules/type-fest": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz", - "integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==", + "version": "4.36.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.36.0.tgz", + "integrity": "sha512-3T/PUdKTCnkUmhQU6FFJEHsLwadsRegktX3TNHk+2JJB9HlA8gp1/VXblXVDI93kSnXF2rdPx0GMbHtJIV2LPg==", "dev": true, "license": "(MIT OR CC0-1.0)", "engines": { @@ -10519,9 +10519,10 @@ } }, "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==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index c5472a6..0bceb54 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "@code-pushup/js-packages-plugin": "^0.64.0", "@code-pushup/portal-client": "^0.11.0", "@types/jest": "^29.5.14", - "@types/node": "^22.13.5", + "@types/node": "^22.13.8", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "@vercel/ncc": "^0.38.3", @@ -110,10 +110,10 @@ "make-coverage-badge": "^1.2.0", "memfs": "^4.17.0", "npm-check-updates": "^17.1.15", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "prettier-eslint": "^16.3.0", "ts-jest": "^29.2.6", - "type-fest": "^4.35.0", - "typescript": "^5.7.3" + "type-fest": "^4.36.0", + "typescript": "^5.8.2" } }