Bump globals from 15.3.0 to 15.4.0 (#1183)

Bumps [globals](https://github.com/sindresorhus/globals) from 15.3.0 to 15.4.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.3.0...v15.4.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-10 14:19:12 +01:00
committed by GitHub
parent f564550775
commit e931247da7
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.3.0",
"globals": "15.4.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.3.1"
@@ -1062,9 +1062,9 @@
}
},
"node_modules/globals": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz",
"integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==",
"version": "15.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.4.0.tgz",
"integrity": "sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==",
"dev": true,
"engines": {
"node": ">=18"
@@ -2893,9 +2893,9 @@
}
},
"globals": {
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.3.0.tgz",
"integrity": "sha512-cCdyVjIUVTtX8ZsPkq1oCsOsLmGIswqnjZYMJJTGaNApj1yHtLSymKhwH51ttirREn75z3p4k051clwg7rvNKA==",
"version": "15.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.4.0.tgz",
"integrity": "sha512-unnwvMZpv0eDUyjNyh9DH/yxUaRYrEjW/qK4QcdrHg3oO11igUQrCSgODHEqxlKg8v2CD2Sd7UkqqEBoz5U7TQ==",
"dev": true
},
"globby": {

View File

@@ -27,7 +27,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.3.0",
"globals": "15.4.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"prettier": "3.3.1"