Skip to content

Commit 0886bec

Browse files
committed
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
1 parent dffc1c1 commit 0886bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"@primer/live-region-element": "^0.7.0",
250250
"@primer/octicons": "^19.14.0",
251251
"@primer/octicons-react": "^19.14.0",
252-
"@primer/react": "36.27.0",
252+
"@primer/react": "37.0.0",
253253
"accept-language-parser": "^1.5.0",
254254
"ajv": "^8.17.1",
255255
"ajv-errors": "^3.0.0",
@@ -289,8 +289,8 @@
289289
"js-cookie": "^3.0.1",
290290
"js-yaml": "^4.1.0",
291291
"liquidjs": "^10.16.1",
292-
"lodash": "^4.17.21",
293-
"lodash-es": "^4.17.21",
292+
"lodash": "^4.17.23",
293+
"lodash-es": "^4.17.23",
294294
"lowdb": "7.0.1",
295295
"lowlight": "3.1.0",
296296
"markdownlint-rule-helpers": "^0.25.0",

0 commit comments

Comments
 (0)