mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Update dependencies to the most recent versions
This commit is contained in:
parent
1c3195b86f
commit
e40e95faf4
2 changed files with 19 additions and 16 deletions
29
package-lock.json
generated
29
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@jazzer.js/core": "^2.1.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001618",
|
||||
"caniuse-lite": "^1.0.30001621",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.37.1",
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -27,12 +27,12 @@
|
|||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jasmine": "^4.1.3",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^3.7.3",
|
||||
"eslint-plugin-mozilla": "^3.7.4",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-sort-exports": "^0.9.1",
|
||||
"eslint-plugin-unicorn": "^53.0.0",
|
||||
"globals": "^15.2.0",
|
||||
"globals": "^15.3.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-cli": "^3.0.0",
|
||||
"gulp-postcss": "^10.0.0",
|
||||
|
@ -4245,9 +4245,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/caniuse-lite": {
|
||||
"version": "1.0.30001618",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz",
|
||||
"integrity": "sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg==",
|
||||
"version": "1.0.30001621",
|
||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz",
|
||||
"integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
|
@ -4262,7 +4262,8 @@
|
|||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
]
|
||||
],
|
||||
"license": "CC-BY-4.0"
|
||||
},
|
||||
"node_modules/canvas": {
|
||||
"version": "2.11.2",
|
||||
|
@ -6172,10 +6173,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-mozilla": {
|
||||
"version": "3.7.3",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-3.7.3.tgz",
|
||||
"integrity": "sha512-faH1kspZ/PBbXIGngPvwZEBopL9Q/VkS7p+7RKNUVY+6jBMzRWzLMUhUsfhpGOWg9DAKJhoTBaOjV/HrkItUVw==",
|
||||
"version": "3.7.4",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-mozilla/-/eslint-plugin-mozilla-3.7.4.tgz",
|
||||
"integrity": "sha512-cYVwBG/9Ddei05DJs+1CMbE8W5PrJuZ7lLdnuA11LwuNhEjowrRYaQHEWB3FCKS5n6DR3Wt+kWOceYCvATQW1Q==",
|
||||
"dev": true,
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
"eslint-scope": "^7.2.2",
|
||||
"eslint-visitor-keys": "^3.4.3",
|
||||
|
@ -8278,10 +8280,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/globals": {
|
||||
"version": "15.2.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.2.0.tgz",
|
||||
"integrity": "sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==",
|
||||
"version": "15.3.0",
|
||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz",
|
||||
"integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"@jazzer.js/core": "^2.1.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"babel-loader": "^9.1.3",
|
||||
"caniuse-lite": "^1.0.30001618",
|
||||
"caniuse-lite": "^1.0.30001621",
|
||||
"canvas": "^2.11.2",
|
||||
"core-js": "^3.37.1",
|
||||
"cross-env": "^7.0.3",
|
||||
|
@ -21,12 +21,12 @@
|
|||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jasmine": "^4.1.3",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-mozilla": "^3.7.3",
|
||||
"eslint-plugin-mozilla": "^3.7.4",
|
||||
"eslint-plugin-no-unsanitized": "^4.0.2",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-sort-exports": "^0.9.1",
|
||||
"eslint-plugin-unicorn": "^53.0.0",
|
||||
"globals": "^15.2.0",
|
||||
"globals": "^15.3.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-cli": "^3.0.0",
|
||||
"gulp-postcss": "^10.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue