Update npm packages

This commit is contained in:
Jonas Jenwald 2023-05-14 10:12:06 +02:00
parent e738e15aa3
commit d25994e85d
2 changed files with 481 additions and 394 deletions

849
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.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/core": "^7.21.8",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/preset-env": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.8.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"caniuse-lite": "^1.0.30001481",
"caniuse-lite": "^1.0.30001487",
"canvas": "^2.11.2",
"core-js": "^3.30.1",
"core-js": "^3.30.2",
"cross-env": "^7.0.3",
"es-module-shims": "1.4.7",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^7.1.0",
@ -24,7 +24,7 @@
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unicorn": "^47.0.0",
"fit-curve": "^0.2.0",
"globals": "^13.20.0",
"gulp": "^4.0.2",
@ -36,7 +36,7 @@
"jsdoc": "^4.0.2",
"jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0",
"mkdirp": "^3.0.0",
"mkdirp": "^3.0.1",
"needle": "^3.2.0",
"path2d-polyfill": "^2.0.1",
"postcss": "^8.4.23",
@ -45,19 +45,19 @@
"puppeteer": "^19.0.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^15.6.0",
"stylelint": "^15.6.1",
"stylelint-prettier": "^3.0.0",
"terser": "^5.17.1",
"terser": "^5.17.3",
"through2": "^4.0.2",
"ttest": "^4.0.0",
"typescript": "^5.0.4",
"typogr": "^0.6.8",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"webpack": "^5.80.0",
"webpack": "^5.82.1",
"webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0",
"yargs": "^17.7.1"
"yargs": "^17.7.2"
},
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"