From f54fd281cd72ba53307d49e21e760e2a06865449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:01:04 +0000 Subject: [PATCH] bump globals from 16.5.0 to 17.3.0 Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++++++---- sophora-components/package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d63a3de8..e591d275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10703,6 +10703,19 @@ } } }, + "node_modules/eslint-plugin-svelte/node_modules/globals": { + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-scope": { "version": "8.4.0", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz", @@ -11930,9 +11943,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.3.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz", + "integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==", "dev": true, "license": "MIT", "engines": { @@ -24773,7 +24786,7 @@ "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.12.1", - "globals": "^16.2.0", + "globals": "^17.3.0", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.6", "svelte": "^5.0.0", diff --git a/sophora-components/package.json b/sophora-components/package.json index 021b01c0..6fcf3092 100644 --- a/sophora-components/package.json +++ b/sophora-components/package.json @@ -21,7 +21,7 @@ "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.12.1", - "globals": "^16.2.0", + "globals": "^17.3.0", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.6", "svelte": "^5.0.0",