Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2025-06-08 18:00:50 +02:00
parent 18d7aafc94
commit 003cffe6cb
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 392 additions and 429 deletions

789
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,58 +2,58 @@
"name": "pdf.js", "name": "pdf.js",
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.27.1", "@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2", "@babel/preset-env": "^7.27.2",
"@babel/runtime": "^7.27.1", "@babel/runtime": "^7.27.6",
"@csstools/postcss-light-dark-function": "^2.0.8", "@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.70", "@napi-rs/canvas": "^0.1.70",
"@types/node": "^22.15.18", "@types/node": "^22.15.30",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0", "babel-loader": "^10.0.0",
"caniuse-lite": "^1.0.30001718", "caniuse-lite": "^1.0.30001721",
"core-js": "^3.42.0", "core-js": "^3.42.0",
"eslint": "^9.27.0", "eslint": "^9.28.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.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.13.0", "eslint-plugin-perfectionist": "^4.14.0",
"eslint-plugin-prettier": "^5.4.0", "eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-unicorn": "^59.0.1", "eslint-plugin-unicorn": "^59.0.1",
"globals": "^16.1.0", "globals": "^16.2.0",
"gulp": "^5.0.0", "gulp": "^5.0.1",
"gulp-cli": "^3.0.0", "gulp-cli": "^3.1.0",
"gulp-postcss": "^10.0.0", "gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.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",
"jasmine": "^5.7.1", "jasmine": "^5.8.0",
"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.6",
"ordered-read-streams": "^2.0.0", "ordered-read-streams": "^2.0.0",
"pngjs": "^7.0.0", "pngjs": "^7.0.0",
"postcss": "^8.5.3", "postcss": "^8.5.4",
"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.1", "postcss-nesting": "^13.0.1",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"puppeteer": "^24.10.0", "puppeteer": "^24.10.0",
"stylelint": "^16.19.1", "stylelint": "^16.20.0",
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"svglint": "^3.1.0", "svglint": "^3.1.0",
"terser-webpack-plugin": "^5.3.14", "terser-webpack-plugin": "^5.3.14",
"tsc-alias": "^1.8.16", "tsc-alias": "^1.8.16",
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^5.8.3", "typescript": "^5.8.3",
"vinyl": "^3.0.0", "vinyl": "^3.0.1",
"webpack": "^5.99.8", "webpack": "^5.99.9",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
"yargs": "^17.7.2" "yargs": "^17.7.2"
}, },