Update npm packages

This commit is contained in:
Jonas Jenwald 2022-02-20 10:08:23 +01:00
parent fbed707592
commit 55b78bb240
3 changed files with 311 additions and 318 deletions

View File

@ -20,7 +20,7 @@
"env": { "env": {
"browser": true, "browser": true,
"es2021": true, "es2022": true,
"worker": true, "worker": true,
"amd": true, "amd": true,
}, },

605
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.17.0", "@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8", "@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.17.0", "@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
"@babel/runtime": "^7.17.0", "@babel/runtime": "^7.17.2",
"@javascript-obfuscator/escodegen": "2.3.0", "@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.7.0", "acorn": "^8.7.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"canvas": "^2.9.0", "canvas": "^2.9.0",
"core-js": "^3.21.0", "core-js": "^3.21.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dommatrix": "^0.0.24", "dommatrix": "^0.0.24",
"es-module-shims": "^1.4.4", "es-module-shims": "^1.4.6",
"eslint": "^8.8.0", "eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.4.0",
"eslint-plugin-fetch-options": "^0.0.5", "eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^6.2.0", "eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.25.4",
@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.1", "eslint-plugin-no-unsanitized": "^4.0.1",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-exports": "^0.6.0", "eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-unicorn": "^40.1.0", "eslint-plugin-unicorn": "^41.0.0",
"globals": "^13.12.1", "globals": "^13.12.1",
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-postcss": "^9.0.1", "gulp-postcss": "^9.0.1",
@ -39,12 +39,12 @@
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"needle": "^3.0.0", "needle": "^3.0.0",
"postcss": "^8.4.6", "postcss": "^8.4.6",
"postcss-calc": "^8.2.3", "postcss-calc": "^8.2.4",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"puppeteer": "^13.1.3", "puppeteer": "^13.3.2",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"streamqueue": "^1.1.2", "streamqueue": "^1.1.2",
"stylelint": "^14.3.0", "stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3", "stylelint-config-prettier": "^9.0.3",
"stylelint-prettier": "^2.0.0", "stylelint-prettier": "^2.0.0",
"systemjs": "^0.21.6", "systemjs": "^0.21.6",
@ -57,7 +57,7 @@
"vinyl": "^2.2.1", "vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3", "vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.2.0", "web-streams-polyfill": "^3.2.0",
"webpack": "^5.68.0", "webpack": "^5.69.1",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^17.3.1" "yargs": "^17.3.1"