Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2025-05-17 15:49:10 +02:00
parent 278fc064eb
commit d297e44f3f
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
3 changed files with 689 additions and 747 deletions

View File

@ -96,7 +96,7 @@ const AUTOPREFIXER_CONFIG = {
const BABEL_TARGETS = ENV_TARGETS.join(", ");
const BABEL_PRESET_ENV_OPTS = Object.freeze({
corejs: "3.41.0",
corejs: "3.42.0",
exclude: ["web.structured-clone"],
shippedProposals: true,
useBuiltIns: "usage",

1402
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,29 +2,29 @@
"name": "pdf.js",
"type": "module",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.27.0",
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@babel/runtime": "^7.27.1",
"@csstools/postcss-light-dark-function": "^2.0.8",
"@fluent/bundle": "^0.19.1",
"@fluent/dom": "^0.10.1",
"@metalsmith/layouts": "^3.0.0",
"@metalsmith/markdown": "^1.10.0",
"@napi-rs/canvas": "^0.1.69",
"@types/node": "^22.15.2",
"@napi-rs/canvas": "^0.1.70",
"@types/node": "^22.15.18",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"caniuse-lite": "^1.0.30001715",
"core-js": "^3.41.0",
"eslint": "^9.25.1",
"caniuse-lite": "^1.0.30001718",
"core-js": "^3.42.0",
"eslint": "^9.27.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jasmine": "^4.2.2",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-perfectionist": "^4.12.3",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-perfectionist": "^4.13.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-unicorn": "^59.0.1",
"globals": "^16.0.0",
"globals": "^16.1.0",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-postcss": "^10.0.0",
@ -32,7 +32,7 @@
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.1.0",
"highlight.js": "^11.11.1",
"jasmine": "^5.6.0",
"jasmine": "^5.7.1",
"jsdoc": "^4.0.4",
"jstransformer-nunjucks": "^1.2.0",
"metalsmith": "^2.6.3",
@ -41,19 +41,19 @@
"pngjs": "^7.0.0",
"postcss": "^8.5.3",
"postcss-dir-pseudo-class": "^9.0.1",
"postcss-discard-comments": "^7.0.3",
"postcss-discard-comments": "^7.0.4",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.3",
"puppeteer": "^24.7.2",
"puppeteer": "^24.8.2",
"stylelint": "^16.19.1",
"stylelint-prettier": "^5.0.3",
"svglint": "^3.1.0",
"terser-webpack-plugin": "^5.3.14",
"tsc-alias": "^1.8.15",
"tsc-alias": "^1.8.16",
"ttest": "^4.0.0",
"typescript": "^5.8.3",
"vinyl": "^3.0.0",
"webpack": "^5.99.7",
"webpack": "^5.99.8",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
},