Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2025-07-12 20:18:26 +02:00
parent b7a0f01f40
commit 7a129f8eae
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
3 changed files with 420 additions and 368 deletions

View File

@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
const BABEL_TARGETS = ENV_TARGETS.join(", "); const BABEL_TARGETS = ENV_TARGETS.join(", ");
const BABEL_PRESET_ENV_OPTS = Object.freeze({ const BABEL_PRESET_ENV_OPTS = Object.freeze({
corejs: "3.43.0", corejs: "3.44.0",
exclude: ["web.structured-clone"], exclude: ["web.structured-clone"],
shippedProposals: true, shippedProposals: true,
useBuiltIns: "usage", useBuiltIns: "usage",
@ -2339,7 +2339,7 @@ function packageJson() {
bugs: DIST_BUGS_URL, bugs: DIST_BUGS_URL,
license: DIST_LICENSE, license: DIST_LICENSE,
optionalDependencies: { optionalDependencies: {
"@napi-rs/canvas": "^0.1.71", "@napi-rs/canvas": "^0.1.73",
}, },
browser: { browser: {
canvas: false, canvas: false,

754
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,33 +2,33 @@
"name": "pdf.js", "name": "pdf.js",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.27.4", "@babel/core": "^7.28.0",
"@babel/preset-env": "^7.27.2", "@babel/preset-env": "^7.28.0",
"@babel/runtime": "^7.27.6", "@babel/runtime": "^7.27.6",
"@csstools/postcss-light-dark-function": "^2.0.9", "@csstools/postcss-light-dark-function": "^2.0.9",
"@fluent/bundle": "^0.19.1", "@fluent/bundle": "^0.19.1",
"@fluent/dom": "^0.10.1", "@fluent/dom": "^0.10.1",
"@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.71", "@napi-rs/canvas": "^0.1.73",
"@types/node": "^24.0.3", "@types/node": "^24.0.13",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0", "babel-loader": "^10.0.0",
"caniuse-lite": "^1.0.30001724", "caniuse-lite": "^1.0.30001727",
"core-js": "^3.43.0", "core-js": "^3.44.0",
"eslint": "^9.29.0", "eslint": "^9.31.0",
"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-json": "^4.0.1", "eslint-plugin-json": "^4.0.1",
"eslint-plugin-no-unsanitized": "^4.1.2", "eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-perfectionist": "^4.15.0", "eslint-plugin-perfectionist": "^4.15.0",
"eslint-plugin-prettier": "^5.5.0", "eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-unicorn": "^59.0.1", "eslint-plugin-unicorn": "^59.0.1",
"globals": "^16.2.0", "globals": "^16.3.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",
"gulp-rename": "^2.0.0", "gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4", "gulp-replace": "^1.1.4",
"gulp-zip": "^6.1.0", "gulp-zip": "^6.1.0",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
@ -36,16 +36,16 @@
"jsdoc": "^4.0.4", "jsdoc": "^4.0.4",
"jstransformer-nunjucks": "^1.2.0", "jstransformer-nunjucks": "^1.2.0",
"metalsmith": "^2.6.3", "metalsmith": "^2.6.3",
"metalsmith-html-relative": "^2.0.6", "metalsmith-html-relative": "^2.0.7",
"ordered-read-streams": "^2.0.0", "ordered-read-streams": "^2.0.0",
"pngjs": "^7.0.0", "pngjs": "^7.0.0",
"postcss": "^8.5.6", "postcss": "^8.5.6",
"postcss-dir-pseudo-class": "^9.0.1", "postcss-dir-pseudo-class": "^9.0.1",
"postcss-discard-comments": "^7.0.4", "postcss-discard-comments": "^7.0.4",
"postcss-nesting": "^13.0.2", "postcss-nesting": "^13.0.2",
"prettier": "^3.5.3", "prettier": "^3.6.2",
"puppeteer": "^24.10.2", "puppeteer": "^24.12.1",
"stylelint": "^16.21.0", "stylelint": "^16.21.1",
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"svglint": "^4.1.0", "svglint": "^4.1.0",
"terser-webpack-plugin": "^5.3.14", "terser-webpack-plugin": "^5.3.14",
@ -53,7 +53,7 @@
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vinyl": "^3.0.1", "vinyl": "^3.0.1",
"webpack": "^5.99.9", "webpack": "^5.100.1",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
"yargs": "^18.0.0" "yargs": "^18.0.0"
}, },