Merge pull request #20769 from timvandermeij/updates

Update dependencies to the most recent versions
This commit is contained in:
Tim van der Meij 2026-03-01 20:55:40 +01:00 committed by GitHub
commit 62ceac6e97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 411 additions and 532 deletions

View File

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

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