From ce010587e4a19bbecf6e120d88d02c9543d57c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 13:28:42 +0000 Subject: [PATCH] Bump globals from 15.9.0 to 16.3.0 in /integration/vscode/ada Bumps [globals](https://github.com/sindresorhus/globals) from 15.9.0 to 16.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.9.0...v16.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- integration/vscode/ada/package-lock.json | 8 ++++---- integration/vscode/ada/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/vscode/ada/package-lock.json b/integration/vscode/ada/package-lock.json index 2223309f..0dd045d7 100644 --- a/integration/vscode/ada/package-lock.json +++ b/integration/vscode/ada/package-lock.json @@ -60,7 +60,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-tsdoc": "0.3.0", "glob": "11.0.0", - "globals": "^15.9.0", + "globals": "^16.3.0", "mocha": "10.7.3", "mocha-junit-reporter": "^2.2.1", "npm-check-updates": "^17.1.0", @@ -7793,9 +7793,9 @@ } }, "node_modules/globals": { - "version": "15.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", - "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "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": { diff --git a/integration/vscode/ada/package.json b/integration/vscode/ada/package.json index d46876eb..a38083a6 100644 --- a/integration/vscode/ada/package.json +++ b/integration/vscode/ada/package.json @@ -1485,7 +1485,7 @@ "eslint-plugin-prettier": "5.2.1", "eslint-plugin-tsdoc": "0.3.0", "glob": "11.0.0", - "globals": "^15.9.0", + "globals": "^16.3.0", "mocha": "10.7.3", "mocha-junit-reporter": "^2.2.1", "npm-check-updates": "^17.1.0",