diff --git a/package-lock.json b/package-lock.json index 8a30c2ff..c799516d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7460,7 +7460,7 @@ "devDependencies": { "@arethetypeswrong/cli": "0.18.4", "@biomejs/biome": "2.5.2", - "@types/node": "26.1.0", + "@types/node": "26.1.1", "@types/nunjucks": "3.2.6", "@types/svg2ttf": "5.0.3", "@types/ttf2eot": "2.0.2", @@ -7485,6 +7485,15 @@ "node": ">=24.14.0" } }, + "packages/webfont/node_modules/@types/node": { + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "dev": true, + "dependencies": { + "undici-types": "~8.3.0" + } + }, "packages/webfont/node_modules/globby": { "version": "16.2.1", "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.1.tgz", @@ -9568,7 +9577,7 @@ "integrity": "sha512-DFVX5hvXuhi1Jven1tbpebYTCT9XYnvx6/Z+HFUPb7ZRMCW+pj2clU9VMhoTPgWKPhAs7JJDSk3CW1jNUvKCZQ==", "requires": { "wawoff2": "^2.0.0", - "woff2sfnt-sfnt2woff": "^1.0.0" + "woff2sfnt-sfnt2woff": "1.0.0" } }, "for-in": { @@ -9644,7 +9653,7 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "3.1.5", + "minimatch": "10.2.5", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -9666,8 +9675,7 @@ } }, "minimatch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "version": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "requires": { @@ -11422,7 +11430,7 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz", "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==", "requires": { - "minimatch": "^10.2.2", + "minimatch": "10.2.5", "minipass": "^7.1.3", "path-scurry": "^2.0.2" } @@ -11957,7 +11965,7 @@ "requires": { "@arethetypeswrong/cli": "0.18.4", "@biomejs/biome": "2.5.2", - "@types/node": "26.1.0", + "@types/node": "26.1.1", "@types/nunjucks": "3.2.6", "@types/svg2ttf": "5.0.3", "@types/ttf2eot": "2.0.2", @@ -11996,6 +12004,15 @@ "xml2js": "0.6.2" }, "dependencies": { + "@types/node": { + "version": "26.1.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", + "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "dev": true, + "requires": { + "undici-types": "~8.3.0" + } + }, "globby": { "version": "16.2.1", "resolved": "https://registry.npmjs.org/globby/-/globby-16.2.1.tgz", diff --git a/packages/webfont/package.json b/packages/webfont/package.json index a2151f4a..4ad2c925 100644 --- a/packages/webfont/package.json +++ b/packages/webfont/package.json @@ -96,7 +96,7 @@ "devDependencies": { "@arethetypeswrong/cli": "0.18.4", "@biomejs/biome": "2.5.2", - "@types/node": "26.1.0", + "@types/node": "26.1.1", "@types/nunjucks": "3.2.6", "@types/svg2ttf": "5.0.3", "@types/ttf2eot": "2.0.2",