Update npm packages

This commit is contained in:
Jonas Jenwald 2022-09-18 10:31:32 +02:00
parent bcdf161967
commit 6a9e584215
2 changed files with 1922 additions and 862 deletions

2762
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +1,28 @@
{ {
"name": "pdf.js", "name": "pdf.js",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.18.13", "@babel/core": "^7.19.1",
"@babel/plugin-transform-modules-commonjs": "^7.18.6", "@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-env": "^7.18.10", "@babel/preset-env": "^7.19.1",
"@babel/runtime": "^7.18.9", "@babel/runtime": "^7.19.0",
"@javascript-obfuscator/escodegen": "2.3.0", "@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.8.0", "acorn": "^8.8.0",
"autoprefixer": "^10.4.8", "autoprefixer": "^10.4.11",
"babel-loader": "^8.2.5", "babel-loader": "^8.2.5",
"caniuse-lite": "^1.0.30001388", "caniuse-lite": "^1.0.30001402",
"canvas": "^2.10.0", "canvas": "^2.10.1",
"core-js": "^3.25.0", "core-js": "^3.25.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dialog-polyfill": "^0.5.6", "dialog-polyfill": "^0.5.6",
"dommatrix": "^1.0.3", "dommatrix": "^1.0.3",
"es-module-shims": "1.4.7", "es-module-shims": "1.4.7",
"eslint": "^8.23.0", "eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.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.26.0", "eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0", "eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^2.12.4", "eslint-plugin-mozilla": "^2.12.5",
"eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-exports": "^0.7.0", "eslint-plugin-sort-exports": "^0.7.0",
@ -44,7 +44,7 @@
"postcss-dir-pseudo-class": "^6.0.5", "postcss-dir-pseudo-class": "^6.0.5",
"postcss-logical": "^5.0.4", "postcss-logical": "^5.0.4",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"puppeteer": "^17.1.0", "puppeteer": "^17.1.3",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"stylelint": "^14.11.0", "stylelint": "^14.11.0",
@ -55,7 +55,7 @@
"terser": "^5.15.0", "terser": "^5.15.0",
"through2": "^4.0.2", "through2": "^4.0.2",
"ttest": "^4.0.0", "ttest": "^4.0.0",
"typescript": "^4.8.2", "typescript": "^4.8.3",
"typogr": "^0.6.8", "typogr": "^0.6.8",
"vinyl": "^2.2.1", "vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3", "vinyl-fs": "^3.0.3",