From 0886bec633b6ef55b88c880ee018e6bc7a801aa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Jan 2026 00:59:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 92d746efc464..cae51eb3637c 100644 --- a/package.json +++ b/package.json @@ -249,7 +249,7 @@ "@primer/live-region-element": "^0.7.0", "@primer/octicons": "^19.14.0", "@primer/octicons-react": "^19.14.0", - "@primer/react": "36.27.0", + "@primer/react": "37.0.0", "accept-language-parser": "^1.5.0", "ajv": "^8.17.1", "ajv-errors": "^3.0.0", @@ -289,8 +289,8 @@ "js-cookie": "^3.0.1", "js-yaml": "^4.1.0", "liquidjs": "^10.16.1", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21", + "lodash": "^4.17.23", + "lodash-es": "^4.17.23", "lowdb": "7.0.1", "lowlight": "3.1.0", "markdownlint-rule-helpers": "^0.25.0",