From 66cf53a4e29fbddfc5d275a81d23dac128971c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 09:02:59 +0000 Subject: [PATCH] Bump globals from 16.2.0 to 16.3.0 in /src/Elastic.Documentation.Site Bumps [globals](https://github.com/sindresorhus/globals) from 16.2.0 to 16.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.2.0...v16.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Elastic.Documentation.Site/package-lock.json | 9 ++++----- src/Elastic.Documentation.Site/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/Elastic.Documentation.Site/package-lock.json b/src/Elastic.Documentation.Site/package-lock.json index 730ae2be0..c63ab2d9f 100644 --- a/src/Elastic.Documentation.Site/package-lock.json +++ b/src/Elastic.Documentation.Site/package-lock.json @@ -30,7 +30,7 @@ "@tailwindcss/postcss": "4.1.11", "@trivago/prettier-plugin-sort-imports": "5.2.2", "eslint": "9.30.1", - "globals": "16.2.0", + "globals": "16.3.0", "moment": "2.30.1", "parcel": "2.15.4", "postcss": "8.5.6", @@ -4923,11 +4923,10 @@ } }, "node_modules/globals": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", - "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.3.0.tgz", + "integrity": "sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=18" }, diff --git a/src/Elastic.Documentation.Site/package.json b/src/Elastic.Documentation.Site/package.json index a4b92592b..9f4d0c715 100644 --- a/src/Elastic.Documentation.Site/package.json +++ b/src/Elastic.Documentation.Site/package.json @@ -37,7 +37,7 @@ "@tailwindcss/postcss": "4.1.11", "@trivago/prettier-plugin-sort-imports": "5.2.2", "eslint": "9.30.1", - "globals": "16.2.0", + "globals": "16.3.0", "moment": "2.30.1", "parcel": "2.15.4", "postcss": "8.5.6",