diff --git a/automagicallyexecute/package-lock.json b/automagicallyexecute/package-lock.json index 3ca90e0..5979156 100644 --- a/automagicallyexecute/package-lock.json +++ b/automagicallyexecute/package-lock.json @@ -13,7 +13,7 @@ "node-fetch": "3.3.2" }, "devDependencies": { - "@types/node": "24.5.2", + "@types/node": "24.6.0", "@types/q": "1.5.8", "@typescript-eslint/eslint-plugin": "8.44.0", "@typescript-eslint/parser": "8.44.1", @@ -1068,12 +1068,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", + "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", "dev": true, "dependencies": { - "undici-types": "~7.12.0" + "undici-types": "~7.13.0" } }, "node_modules/@types/q": { @@ -6320,9 +6320,9 @@ } }, "node_modules/undici-types": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true }, "node_modules/unrs-resolver": { @@ -7406,12 +7406,12 @@ "dev": true }, "@types/node": { - "version": "24.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.5.2.tgz", - "integrity": "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ==", + "version": "24.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.0.tgz", + "integrity": "sha512-F1CBxgqwOMc4GKJ7eY22hWhBVQuMYTtqI8L0FcszYcpYX0fzfDGpez22Xau8Mgm7O9fI+zA/TYIdq3tGWfweBA==", "dev": true, "requires": { - "undici-types": "~7.12.0" + "undici-types": "~7.13.0" } }, "@types/q": { @@ -10885,9 +10885,9 @@ } }, "undici-types": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.12.0.tgz", - "integrity": "sha512-goOacqME2GYyOZZfb5Lgtu+1IDmAlAEu5xnD3+xTzS10hT0vzpf0SPjkXwAw9Jm+4n/mQGDP3LO8CPbYROeBfQ==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.13.0.tgz", + "integrity": "sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==", "dev": true }, "unrs-resolver": { diff --git a/automagicallyexecute/package.json b/automagicallyexecute/package.json index d617cad..d7eb892 100644 --- a/automagicallyexecute/package.json +++ b/automagicallyexecute/package.json @@ -25,7 +25,7 @@ "node-fetch": "3.3.2" }, "devDependencies": { - "@types/node": "24.5.2", + "@types/node": "24.6.0", "@types/q": "1.5.8", "@typescript-eslint/eslint-plugin": "8.44.0", "@typescript-eslint/parser": "8.44.1",