Update npm packages

Note that while some packages increased the *major* version, it doesn't appear to cause any breakage as far as I can tell.
This commit is contained in:
Jonas Jenwald 2023-07-15 09:08:32 +02:00
parent ee373b313b
commit 1a4bfd2fc3
2 changed files with 992 additions and 807 deletions

1763
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,20 +1,20 @@
{
"name": "pdf.js",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/core": "^7.22.9",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.9.0",
"acorn": "^8.10.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"caniuse-lite": "^1.0.30001507",
"babel-loader": "^9.1.3",
"caniuse-lite": "^1.0.30001516",
"canvas": "^2.11.2",
"core-js": "^3.31.0",
"core-js": "^3.31.1",
"cross-env": "^7.0.3",
"es-module-shims": "1.4.7",
"eslint": "^8.43.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^7.1.0",
@ -22,7 +22,7 @@
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^3.1.0",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-unicorn": "^47.0.0",
"globals": "^13.20.0",
@ -39,22 +39,22 @@
"needle": "^3.2.0",
"path2d-polyfill": "^2.0.1",
"pngjs": "^7.0.0",
"postcss": "^8.4.24",
"postcss-dir-pseudo-class": "^7.0.2",
"prettier": "^2.8.8",
"puppeteer": "^20.7.3",
"postcss": "^8.4.26",
"postcss-dir-pseudo-class": "^8.0.0",
"prettier": "^3.0.0",
"puppeteer": "^20.8.2",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^15.9.0",
"stylelint-prettier": "^3.0.0",
"terser": "^5.18.1",
"stylelint": "15.10.0",
"stylelint-prettier": "^4.0.0",
"terser": "^5.19.0",
"through2": "^4.0.2",
"ttest": "^4.0.0",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"typogr": "^0.6.8",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^5.88.0",
"webpack": "^5.88.1",
"webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0",
"yargs": "^17.7.2"