Bump globals from 15.1.0 to 15.2.0 (#1163)

Bumps [globals](https://github.com/sindresorhus/globals) from 15.1.0 to 15.2.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.1.0...v15.2.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-05-13 14:40:04 +01:00
committed by GitHub
parent c04f62a33d
commit c93c4a8cec
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.5.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.1.0",
"globals": "15.2.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5"
@@ -1074,9 +1074,9 @@
}
},
"node_modules/globals": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.1.0.tgz",
"integrity": "sha512-926gJqg+4mkxwYKiFvoomM4J0kWESfk3qfTvRL2/oc/tK/eTDBbrfcKnSa2KtfdxB5onoL7D3A3qIHQFpd4+UA==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.2.0.tgz",
"integrity": "sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==",
"dev": true,
"engines": {
"node": ">=18"
@@ -2910,9 +2910,9 @@
}
},
"globals": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.1.0.tgz",
"integrity": "sha512-926gJqg+4mkxwYKiFvoomM4J0kWESfk3qfTvRL2/oc/tK/eTDBbrfcKnSa2KtfdxB5onoL7D3A3qIHQFpd4+UA==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.2.0.tgz",
"integrity": "sha512-FQ5YwCHZM3nCmtb5FzEWwdUc9K5d3V/w9mzcz8iGD1gC/aOTHc6PouYu0kkKipNJqHAT7m51sqzQjEjIP+cK0A==",
"dev": true
},
"globby": {

View File

@@ -27,7 +27,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.1.0",
"globals": "15.2.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5"