diff --git a/package-lock.json b/package-lock.json index 3581d07..122e462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.28.3", "@playwright/test": "^1.48.1", "@splidejs/splide": "^4.1.4", - "@types/node": "^22.7.9", + "@types/node": "^22.8.1", "@vtbag/cam-shaft": "^1.0.1", "@vtbag/element-crossing": "^1.0.2", "@vtbag/inspection-chamber": "^1.0.17", @@ -2108,13 +2108,12 @@ } }, "node_modules/@types/node": { - "version": "22.7.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz", - "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==", + "version": "22.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz", + "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==", "dev": true, - "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@types/sax": { @@ -7254,9 +7253,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", - "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true }, "node_modules/unified": { diff --git a/package.json b/package.json index e860d44..322ace1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/starlight": "^0.28.3", "@playwright/test": "^1.48.1", "@splidejs/splide": "^4.1.4", - "@types/node": "^22.7.9", + "@types/node": "^22.8.1", "@vtbag/cam-shaft": "^1.0.1", "@vtbag/element-crossing": "^1.0.2", "@vtbag/inspection-chamber": "^1.0.17",