Merge pull request #11317 from Snuffleupagus/update-npm-packages

Update npm packages
This commit is contained in:
Tim van der Meij 2019-11-12 00:14:00 +01:00 committed by GitHub
commit f7aafcb218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 838 additions and 377 deletions

1193
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,19 +2,19 @@
"name": "pdf.js", "name": "pdf.js",
"version": "2.0.0", "version": "2.0.0",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.6.4", "@babel/core": "^7.7.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0", "@babel/plugin-transform-modules-commonjs": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2", "@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3", "@babel/preset-env": "^7.7.1",
"@babel/runtime": "^7.6.3", "@babel/runtime": "^7.7.2",
"acorn": "^6.3.0", "acorn": "^6.3.0",
"autoprefixer": "^9.6.5", "autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6", "babel-loader": "^8.0.6",
"canvas": "^2.6.0", "canvas": "^2.6.0",
"core-js": "^3.3.2", "core-js": "^3.4.0",
"escodegen": "^1.12.0", "escodegen": "^1.12.0",
"eslint": "^6.5.1", "eslint": "^6.6.0",
"eslint-config-prettier": "^6.4.0", "eslint-config-prettier": "^6.5.0",
"eslint-plugin-fetch-options": "^0.0.5", "eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.0.0", "eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
@ -37,17 +37,17 @@
"merge-stream": "^1.0.1", "merge-stream": "^1.0.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"node-ensure": "^0.0.0", "node-ensure": "^0.0.0",
"prettier": "^1.18.2", "prettier": "^1.19.1",
"rimraf": "^2.7.1", "rimraf": "^2.7.1",
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"systemjs": "^0.21.6", "systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25", "systemjs-plugin-babel": "^0.0.25",
"terser": "^4.3.9", "terser": "^4.4.0",
"ttest": "^2.1.0", "ttest": "^2.1.0",
"typogr": "^0.6.8", "typogr": "^0.6.8",
"vinyl": "^2.2.0", "vinyl": "^2.2.0",
"vinyl-fs": "^3.0.3", "vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^2.0.5", "web-streams-polyfill": "^2.0.6",
"webpack": "^4.41.2", "webpack": "^4.41.2",
"webpack-stream": "^4.0.3", "webpack-stream": "^4.0.3",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",