Update dependencies to the most recent versions

This commit is contained in:
Tim van der Meij 2022-10-01 18:02:00 +02:00
parent a93c01ae6a
commit b0725e75c6
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762
2 changed files with 602 additions and 350 deletions

924
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +1,21 @@
{
"name": "pdf.js",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.19.3",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-env": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/runtime": "^7.19.0",
"@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.8.0",
"autoprefixer": "^10.4.11",
"autoprefixer": "^10.4.12",
"babel-loader": "^8.2.5",
"caniuse-lite": "^1.0.30001402",
"caniuse-lite": "^1.0.30001414",
"canvas": "^2.10.1",
"core-js": "^3.25.1",
"core-js": "^3.25.3",
"cross-env": "^7.0.3",
"dialog-polyfill": "^0.5.6",
"es-module-shims": "1.4.7",
"eslint": "^8.23.1",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^7.1.0",
@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-exports": "^0.7.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-unicorn": "^44.0.0",
"fit-curve": "^0.2.0",
"globals": "^13.17.0",
"gulp": "^4.0.2",
@ -35,18 +35,18 @@
"gulp-zip": "^5.1.0",
"jasmine": "^4.4.0",
"jsdoc": "^3.6.11",
"jstransformer-markdown-it": "^2.1.0",
"jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0",
"mkdirp": "^1.0.4",
"needle": "^3.1.0",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"postcss-dir-pseudo-class": "^6.0.5",
"postcss-logical": "^5.0.4",
"prettier": "^2.7.1",
"puppeteer": "^17.1.3",
"puppeteer": "^18.0.5",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^14.11.0",
"stylelint": "^14.13.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0",
"systemjs": "^0.21.6",
@ -54,15 +54,15 @@
"terser": "^5.15.0",
"through2": "^4.0.2",
"ttest": "^4.0.0",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"typogr": "^0.6.8",
"vinyl": "^2.2.1",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.2.1",
"webpack": "^5.74.0",
"webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0",
"yargs": "^17.5.1"
"yargs": "^17.6.0"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"