From 2be1874baac3abfd3131db096ef00169c5df4f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:00:48 +0000 Subject: [PATCH] Bump globals from 15.9.0 to 15.12.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to 15.12.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v15.12.0) --- updated-dependencies: - dependency-name: globals dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45a1520..8958bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.10.29", + "version": "2024.10.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.10.29", + "version": "2024.10.30", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", @@ -33,7 +33,7 @@ "astro-eslint-parser": "^1.0.3", "eslint": "^9.10.0", "eslint-plugin-astro": "^1.2.4", - "globals": "^15.9.0", + "globals": "^15.12.0", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6", @@ -4170,11 +4170,10 @@ } }, "node_modules/globals": { - "version": "15.9.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz", - "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==", + "version": "15.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz", + "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index 692f0c3..390bbdd 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "astro-eslint-parser": "^1.0.3", "eslint": "^9.10.0", "eslint-plugin-astro": "^1.2.4", - "globals": "^15.9.0", + "globals": "^15.12.0", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.6",