Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2026-03-01 20:40:45 +01:00
parent 5cbb8413cb
commit 4cb0d504b0
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
3 changed files with 321 additions and 414 deletions

View File

@ -2369,7 +2369,7 @@ function packageJson() {
bugs: DIST_BUGS_URL,
license: DIST_LICENSE,
optionalDependencies: {
"@napi-rs/canvas": "^0.1.92",
"@napi-rs/canvas": "^0.1.95",
"node-readable-to-web-readable-stream": "^0.4.2",
},
browser: {

709
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,25 +11,25 @@
"@fluent/dom": "^0.10.2",
"@metalsmith/layouts": "^3.0.0",
"@metalsmith/markdown": "^1.10.0",
"@napi-rs/canvas": "^0.1.92",
"@types/node": "^25.2.3",
"autoprefixer": "^10.4.24",
"@napi-rs/canvas": "^0.1.95",
"@types/node": "^25.3.3",
"autoprefixer": "^10.4.27",
"babel-loader": "^10.0.0",
"babel-plugin-add-header-comment": "^1.0.3",
"babel-plugin-istanbul": "^7.0.1",
"c8": "^10.1.3",
"cached-iterable": "^0.3.0",
"caniuse-lite": "^1.0.30001769",
"caniuse-lite": "^1.0.30001775",
"core-js": "^3.48.0",
"eslint": "^9.39.2",
"eslint": "^9.39.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-no-unsanitized": "^4.1.4",
"eslint-plugin-perfectionist": "^5.5.0",
"eslint-plugin-no-unsanitized": "^4.1.5",
"eslint-plugin-perfectionist": "^5.6.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.3.0",
"globals": "^17.4.0",
"gulp": "^5.0.1",
"gulp-cli": "^3.1.0",
"gulp-postcss": "^10.0.0",
@ -55,16 +55,16 @@
"postcss-nesting": "^14.0.0",
"postcss-values-parser": "^7.0.0",
"prettier": "^3.8.1",
"puppeteer": "^24.37.3",
"stylelint": "^17.3.0",
"puppeteer": "^24.37.5",
"stylelint": "^17.4.0",
"stylelint-prettier": "^5.0.3",
"svglint": "^4.2.0",
"svglint": "^4.2.1",
"terser-webpack-plugin": "^5.3.16",
"tsc-alias": "^1.8.16",
"ttest": "^4.0.0",
"typescript": "^5.9.3",
"vinyl": "^3.0.1",
"webpack": "^5.105.2",
"webpack": "^5.105.3",
"webpack-stream": "^7.0.0"
},
"repository": {