Merge pull request #584 from JohnXLivingston/dependabot/npm_and_yarn/minor-and-patch-7898c72144

Bump globals from 15.10.0 to 15.11.0 in the minor-and-patch group
This commit is contained in:
John Livingston 2024-10-10 10:07:33 +02:00 committed by GitHub
commit d217836bc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -44,7 +44,7 @@
"eslint": "^8.57.1",
"eslint-config-love": "^84.1.0",
"eslint-plugin-lit": "^1.15.0",
"globals": "^15.10.0",
"globals": "^15.11.0",
"lit": "^3.2.1",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",
@ -7895,9 +7895,9 @@
}
},
"node_modules/globals": {
"version": "15.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz",
"integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==",
"version": "15.11.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz",
"integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==",
"dev": true,
"engines": {
"node": ">=18"
@ -18596,9 +18596,9 @@
}
},
"globals": {
"version": "15.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz",
"integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==",
"version": "15.11.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz",
"integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==",
"dev": true
},
"globalthis": {

View File

@ -61,7 +61,7 @@
"eslint": "^8.57.1",
"eslint-config-love": "^84.1.0",
"eslint-plugin-lit": "^1.15.0",
"globals": "^15.10.0",
"globals": "^15.11.0",
"lit": "^3.2.1",
"lit-analyzer": "^2.0.3",
"npm-run-all": "^4.1.5",