From c9c319eada2626c9ffa87d4ce3953ba089e7a5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 21:36:25 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump globals from 17.4.0 to 17.5.0 Bumps [globals](https://github.com/sindresorhus/globals) from 17.4.0 to 17.5.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a4fb1d28..3589add28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "eslint-plugin-vue": "^10.8.0", "eslint-plugin-vuejs-accessibility": "^2.5.0", "eslint-plugin-yml": "^3.3.1", - "globals": "^17.4.0", + "globals": "^17.5.0", "html-webpack-plugin": "^5.6.6", "js-yaml": "^4.1.1", "json-minimizer-webpack-plugin": "^5.0.1", @@ -9639,9 +9639,9 @@ } }, "node_modules/globals": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", - "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", + "version": "17.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.5.0.tgz", + "integrity": "sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index c04b4443c..921b81f72 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-vue": "^10.8.0", "eslint-plugin-vuejs-accessibility": "^2.5.0", "eslint-plugin-yml": "^3.3.1", - "globals": "^17.4.0", + "globals": "^17.5.0", "html-webpack-plugin": "^5.6.6", "js-yaml": "^4.1.1", "json-minimizer-webpack-plugin": "^5.0.1", diff --git a/yarn.lock b/yarn.lock index ad4759d76..31ad219c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4833,10 +4833,10 @@ globals@^16.0.0: resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1" integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ== -globals@^17.4.0: - version "17.4.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-17.4.0.tgz#33d7d297ed1536b388a0e2f4bcd0ff19c8ff91b5" - integrity sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw== +globals@^17.4.0, globals@^17.5.0: + version "17.5.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-17.5.0.tgz#a82c641d898f8dfbe0e81f66fdff7d0de43f88c6" + integrity sha512-qoV+HK2yFl/366t2/Cb3+xxPUo5BuMynomoDmiaZBIdbs+0pYbjfZU+twLhGKp4uCZ/+NbtpVepH5bGCxRyy2g== globalthis@^1.0.1: version "1.0.4" From b54f1f5a5e85a3c4a8a076fcdd6c5e0d85f107d4 Mon Sep 17 00:00:00 2001 From: countgitmick Date: Sun, 19 Apr 2026 15:31:22 -0700 Subject: [PATCH 2/2] fix(nix): update npmDepsHash for globals 17.5.0 bump --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f87763426..6b39e5358 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ src = ./.; - npmDepsHash = "sha256-BFCngfBbPEw4M17soUMSHzG2rGvFZoEHU3qrdar0tAg="; + npmDepsHash = "sha256-MEqMVXJ2X62DpDpB1XoFFSBowAZOuY/t8D6ZboZdKaw="; npmDepsFetcherVersion = 2; npmFlags = [ "--legacy-peer-deps" ]; makeCacheWritable = true;