Update npm packages

This commit is contained in:
Jonas Jenwald 2023-04-15 22:08:58 +02:00
parent 92baf14531
commit 877c867a92
3 changed files with 632 additions and 655 deletions

View File

@ -2195,7 +2195,7 @@ function packageJson() {
bugs: DIST_BUGS_URL, bugs: DIST_BUGS_URL,
license: DIST_LICENSE, license: DIST_LICENSE,
optionalDependencies: { optionalDependencies: {
canvas: "^2.11.0", canvas: "^2.11.2",
}, },
dependencies: { dependencies: {
"path2d-polyfill": "^2.0.1", "path2d-polyfill": "^2.0.1",

1267
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +1,21 @@
{ {
"name": "pdf.js", "name": "pdf.js",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.21.3", "@babel/core": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2", "@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.21.0", "@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.14", "autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2", "babel-loader": "^9.1.2",
"caniuse-lite": "^1.0.30001469", "caniuse-lite": "^1.0.30001478",
"canvas": "^2.11.0", "canvas": "^2.11.2",
"core-js": "^3.29.1", "core-js": "^3.30.1",
"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.36.0", "eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.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",
@ -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.3.0", "stylelint": "^15.4.0",
"stylelint-prettier": "^3.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.8", "terser": "^5.16.9",
"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,7 +58,7 @@
"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.76.3", "webpack": "^5.79.0",
"webpack-stream": "^7.0.0", "webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0", "wintersmith": "^2.5.0",
"yargs": "^17.7.1" "yargs": "^17.7.1"