Skip to content

Commit 47c345a

Browse files
committed
fix: packages/dev/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent 3268609 commit 47c345a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"dependencies": {
1212
"@patternfly/patternfly": "^6.0.0",
13-
"@patternfly/quickstarts": "^6.0.0-alpha.0",
13+
"@patternfly/quickstarts": "^0.0.0",
1414
"@patternfly/react-core": "^6.0.0",
1515
"i18next": "^24.2.3",
1616
"i18next-browser-languagedetector": "^8.0.0",
1717
"i18next-parser": "^9.3.0",
1818
"i18next-pseudo": "^2.2.0",
19-
"lodash-es": "^4.17.21",
19+
"lodash-es": "^4.17.23",
2020
"marked": "^15.0.6",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)