diff --git a/package-lock.json b/package-lock.json index 9ca6936..a7b15dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "clipboardy": "^5.2.1" }, "devDependencies": { - "@types/node": "^25.2.2", + "@types/node": "^25.6.2", "copyfiles": "^2.4.1", "typescript": "^5.9.3" } @@ -36,13 +36,13 @@ } }, "node_modules/@types/node": { - "version": "25.2.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.2.2.tgz", - "integrity": "sha512-BkmoP5/FhRYek5izySdkOneRyXYN35I860MFAGupTdebyE66uZaR+bXLHq8k4DirE5DwQi3NuhvRU1jqTVwUrQ==", + "version": "25.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", + "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.19.0" } }, "node_modules/ansi-regex": { @@ -1028,9 +1028,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b0978d0..6b1b1b0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "description": "Flow Launcher plugin to easily format text for multiples purposes.", "devDependencies": { - "@types/node": "^25.2.2", + "@types/node": "^25.6.2", "copyfiles": "^2.4.1", "typescript": "^5.9.3" },