Update npm packages

This commit is contained in:
Jonas Jenwald 2023-03-12 10:27:52 +01:00
parent 9819f1cc6b
commit 1d06523366
2 changed files with 378 additions and 342 deletions

688
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,22 +1,22 @@
{ {
"name": "pdf.js", "name": "pdf.js",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.12", "@babel/core": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.20.11", "@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.13", "@babel/runtime": "^7.21.0",
"@javascript-obfuscator/escodegen": "2.3.0", "@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.8.2", "acorn": "^8.8.2",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"caniuse-lite": "^1.0.30001451", "caniuse-lite": "^1.0.30001464",
"canvas": "^2.11.0", "canvas": "^2.11.0",
"core-js": "^3.27.2", "core-js": "^3.29.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dialog-polyfill": "^0.5.6", "dialog-polyfill": "^0.5.6",
"es-module-shims": "1.4.7", "es-module-shims": "1.4.7",
"eslint": "^8.34.0", "eslint": "^8.36.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.7.0",
"eslint-plugin-fetch-options": "^0.0.5", "eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.2", "eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-exports": "^0.8.0", "eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-unicorn": "^45.0.2", "eslint-plugin-unicorn": "^46.0.0",
"fit-curve": "^0.2.0", "fit-curve": "^0.2.0",
"globals": "^13.20.0", "globals": "^13.20.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
@ -34,10 +34,10 @@
"gulp-replace": "^1.1.4", "gulp-replace": "^1.1.4",
"gulp-zip": "^5.1.0", "gulp-zip": "^5.1.0",
"jasmine": "^4.5.0", "jasmine": "^4.5.0",
"jsdoc": "^4.0.0", "jsdoc": "^4.0.2",
"jstransformer-markdown-it": "^3.0.0", "jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0", "merge-stream": "^2.0.0",
"mkdirp": "^2.1.3", "mkdirp": "^2.1.5",
"needle": "^3.2.0", "needle": "^3.2.0",
"path2d-polyfill": "^2.0.1", "path2d-polyfill": "^2.0.1",
"postcss": "^8.4.21", "postcss": "^8.4.21",
@ -46,11 +46,11 @@
"puppeteer": "^19.0.0", "puppeteer": "^19.0.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"stylelint": "^15.1.0", "stylelint": "^15.2.0",
"stylelint-prettier": "^2.0.0", "stylelint-prettier": "^3.0.0",
"systemjs": "^0.21.6", "systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25", "systemjs-plugin-babel": "^0.0.25",
"terser": "^5.16.3", "terser": "^5.16.6",
"through2": "^4.0.2", "through2": "^4.0.2",
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^4.9.5", "typescript": "^4.9.5",
@ -58,10 +58,10 @@
"vinyl": "^3.0.0", "vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3", "vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.2.1", "web-streams-polyfill": "^3.2.1",
"webpack": "^5.75.0", "webpack": "^5.76.1",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^17.6.2" "yargs": "^17.7.1"
}, },
"scripts": { "scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js" "postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"