1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Upgrade globals to version 15.0.0

This is a major version bump, but the changelog at
https://github.com/sindresorhus/globals/releases/tag/v15.0.0 doesn't
indicate any breaking changes that should impact us.
This commit is contained in:
Tim van der Meij 2024-03-26 16:26:46 +01:00
parent 3f7ea67f68
commit 8f3deedafa
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -32,7 +32,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-unicorn": "^51.0.1",
"globals": "^14.0.0",
"globals": "^15.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-postcss": "^10.0.0",
@ -8005,9 +8005,9 @@
}
},
"node_modules/globals": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.0.0.tgz",
"integrity": "sha512-m/C/yR4mjO6pXDTm9/R/SpYTAIyaUB4EOzcaaMEl7mds7Mshct9GfejiJNQGjHHbdMPey13Kpu4TMbYi9ex1pw==",
"dev": true,
"engines": {
"node": ">=18"

View file

@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-unicorn": "^51.0.1",
"globals": "^14.0.0",
"globals": "^15.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-postcss": "^10.0.0",