From cca0189e5b1e711b8ccc2f68f75c79451cbd33c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:31:43 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 15.15.0 to 16.2.0 Bumps [globals](https://github.com/sindresorhus/globals) from 15.15.0 to 16.2.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v15.15.0...v16.2.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++------ sophora-components/package.json | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e1294a3..ce3782de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,7 @@ "components", "sophora-components", "mock-sophora", - "mock-sveltekit", - "data" + "mock-sveltekit" ] }, "components": { @@ -1589,6 +1588,20 @@ "mlly": "^1.7.4" } }, + "node_modules/@iconify/utils/node_modules/globals": { + "version": "15.15.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz", + "integrity": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==", + "dev": true, + "license": "MIT", + "peer": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -10282,9 +10295,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.2.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.2.0.tgz", + "integrity": "sha512-O+7l9tPdHCU320IigZZPj5zmRCFG9xHmx9cU8FqU2Rp+JN714seHV+2S9+JslCpY4gJwU2vOGox0wzgae/MCEg==", "dev": true, "license": "MIT", "engines": { @@ -24540,7 +24553,7 @@ "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.36.0", - "globals": "^15.0.0", + "globals": "^16.2.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 b878c55a..38394457 100644 --- a/sophora-components/package.json +++ b/sophora-components/package.json @@ -21,7 +21,7 @@ "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.36.0", - "globals": "^15.0.0", + "globals": "^16.2.0", "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.6", "svelte": "^5.0.0",