From 4d671dee9952d000a8c894279ee002e1ef217e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:14:35 +0000 Subject: [PATCH] Bump globals from 16.5.0 to 17.1.0 in /openlap-indicatoreditor Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.1.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.1.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- openlap-indicatoreditor/package-lock.json | 23 ++++------------------- openlap-indicatoreditor/package.json | 2 +- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/openlap-indicatoreditor/package-lock.json b/openlap-indicatoreditor/package-lock.json index b8c8fd8a..6c74131c 100644 --- a/openlap-indicatoreditor/package-lock.json +++ b/openlap-indicatoreditor/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.26", - "globals": "^16.5.0", + "globals": "^17.1.0", "rollup": "^4.55.1", "vite": "^7.3.1" } @@ -3718,9 +3718,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.1.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.1.0.tgz", + "integrity": "sha512-8HoIcWI5fCvG5NADj4bDav+er9B9JMj2vyL2pI8D0eismKyUvPLTSs+Ln3wqhwcp306i73iyVnEKx3F6T47TGw==", "dev": true, "license": "MIT", "engines": { @@ -6080,21 +6080,6 @@ "node": ">=0.10.0" } }, - "node_modules/yaml": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz", - "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/openlap-indicatoreditor/package.json b/openlap-indicatoreditor/package.json index 466557b8..f3bec502 100644 --- a/openlap-indicatoreditor/package.json +++ b/openlap-indicatoreditor/package.json @@ -44,7 +44,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.26", - "globals": "^16.5.0", + "globals": "^17.1.0", "rollup": "^4.55.1", "vite": "^7.3.1" }