Update npm packages

This commit is contained in:
Jonas Jenwald 2021-04-18 11:02:42 +02:00
parent c86e70ba08
commit fc007028a2
2 changed files with 232 additions and 1471 deletions

1673
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,31 +2,31 @@
"name": "pdf.js", "name": "pdf.js",
"version": "2.0.0", "version": "2.0.0",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.13.14", "@babel/core": "^7.13.15",
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8", "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
"@babel/plugin-transform-modules-commonjs": "^7.13.8", "@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10", "@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.12", "@babel/preset-env": "^7.13.15",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"acorn": "^8.1.0", "acorn": "^8.1.1",
"autoprefixer": "^10.2.5", "autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"canvas": "^2.7.0", "canvas": "^2.7.0",
"core-js": "^3.10.0", "core-js": "^3.10.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"es-module-shims": "^0.10.4", "es-module-shims": "^0.10.4",
"escodegen": "^2.0.0", "escodegen": "^2.0.0",
"eslint": "^7.23.0", "eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0", "eslint-config-prettier": "^8.2.0",
"eslint-plugin-fetch-options": "^0.0.5", "eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.1.2", "eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1", "eslint-plugin-import": "^2.22.1",
"eslint-plugin-mozilla": "^2.9.2", "eslint-plugin-mozilla": "^2.10.0",
"eslint-plugin-no-unsanitized": "^3.1.4", "eslint-plugin-no-unsanitized": "^3.1.5",
"eslint-plugin-prettier": "^3.3.1", "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-sort-exports": "^0.3.2", "eslint-plugin-sort-exports": "^0.3.6",
"eslint-plugin-unicorn": "^29.0.0", "eslint-plugin-unicorn": "^29.0.0",
"globals": "^13.7.0", "globals": "^13.8.0",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-postcss": "^9.0.0", "gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0", "gulp-rename": "^2.0.0",
@ -38,7 +38,7 @@
"merge-stream": "^2.0.0", "merge-stream": "^2.0.0",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"needle": "^2.6.0", "needle": "^2.6.0",
"postcss": "^8.2.9", "postcss": "^8.2.10",
"postcss-calc": "^8.0.0", "postcss-calc": "^8.0.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"puppeteer": "^8.0.0", "puppeteer": "^8.0.0",
@ -52,12 +52,12 @@
"terser": "^5.6.1", "terser": "^5.6.1",
"through2": "^4.0.2", "through2": "^4.0.2",
"ttest": "^3.0.0", "ttest": "^3.0.0",
"typescript": "^4.2.3", "typescript": "^4.2.4",
"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",
"web-streams-polyfill": "^3.0.2", "web-streams-polyfill": "^3.0.3",
"webpack": "^5.30.0", "webpack": "^5.33.2",
"webpack-stream": "^6.1.2", "webpack-stream": "^6.1.2",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^16.2.0" "yargs": "^16.2.0"