From 5a517cb78019b81449c279d3071831a3badb8bfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Nov 2025 08:46:15 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b493f0..7ab4b88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,10 +26,10 @@ "@patternfly/react-tokens": "^6.0.0", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", - "astro": "^5.13.4", + "astro": "5.13.4", "change-case": "5.4.4", "commander": "^13.1.0", - "glob": "^11.0.3", + "glob": "^11.1.0", "nanostores": "^0.11.4", "react": "^18.3.1", "react-docgen": "^7.1.1", @@ -11068,14 +11068,14 @@ "license": "ISC" }, "node_modules/glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", - "license": "ISC", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", + "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", + "license": "BlueOak-1.0.0", "dependencies": { "foreground-child": "^3.3.1", "jackspeak": "^4.1.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" @@ -11108,10 +11108,10 @@ "license": "BSD-2-Clause" }, "node_modules/glob/node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", - "license": "ISC", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, diff --git a/package.json b/package.json index b7d65cb..b1566b8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "astro": "5.13.4", "change-case": "5.4.4", "commander": "^13.1.0", - "glob": "^11.0.3", + "glob": "^11.1.0", "nanostores": "^0.11.4", "react": "^18.3.1", "react-docgen": "^7.1.1",