From e1b123dd82201dffdc6513a7459d044ce6e10989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:28:51 +0000 Subject: [PATCH] chore(deps-dev): bump globals from 16.5.0 to 17.3.0 in /landing 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] --- landing/package-lock.json | 9 +++++---- landing/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/landing/package-lock.json b/landing/package-lock.json index 14addd2..8ce324d 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "landing", "version": "0.0.0", + "license": "MIT", "dependencies": { "marked": "^17.0.1", "react": "^19.2.0", @@ -22,7 +23,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "gh-pages": "^6.3.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "serve": "^14.2.5", "vite": "^7.3.1" } @@ -2690,9 +2691,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": { diff --git a/landing/package.json b/landing/package.json index 277927b..58bea27 100644 --- a/landing/package.json +++ b/landing/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "gh-pages": "^6.3.0", - "globals": "^16.5.0", + "globals": "^17.3.0", "serve": "^14.2.5", "vite": "^7.3.1" }