From 8003d509447eddffb929adc8828b1a4ed773be15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:51:17 +0100 Subject: [PATCH] Bump globals from 15.11.0 to 15.12.0 (#158) Bumps [globals](https://github.com/sindresorhus/globals) from 15.11.0 to 15.12.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 008de3ba..4eb8079b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.37.2", "fork-ts-checker-webpack-plugin": "^9.0.2", - "globals": "^15.11.0", + "globals": "^15.12.0", "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.1", "npm-run-all": "^4.1.5", @@ -7896,9 +7896,9 @@ } }, "node_modules/globals": { - "version": "15.11.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", - "integrity": "sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, "engines": { "node": ">=18" diff --git a/package.json b/package.json index ac76e084..03c73d5f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.37.2", "fork-ts-checker-webpack-plugin": "^9.0.2", - "globals": "^15.11.0", + "globals": "^15.12.0", "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.1", "npm-run-all": "^4.1.5",