From 97442457f6b1f326f40c30031843e058120b2246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:01:56 +0000 Subject: [PATCH] build(deps-dev): bump globals from 16.3.0 to 17.0.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 17.0.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.3.0...v17.0.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a83b4df6a..3d8c79846b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-tsdoc": "^0.5.0", "expect": "^30.2.0", - "globals": "^16.3.0", + "globals": "^17.2.0", "jest": "^29.3.1", "jest-mock": "^30.2.0", "lerna": "^8.2.3", @@ -8600,7 +8600,9 @@ } }, "node_modules/globals": { - "version": "16.3.0", + "version": "17.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.2.0.tgz", + "integrity": "sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 8a29a3c5e0..44338ab6ea 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "xrpl": "file:packages/xrpl" }, "devDependencies": { - "globals": "^16.3.0", + "globals": "^17.2.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0", "@eslint/js": "^9.32.0", "@xrplf/eslint-config": "^3.0.0",