Skip to content

Commit f8e88d2

Browse files
committed
fix: packages/site/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASTRO-14235580
1 parent e26f52f commit f8e88d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"init:docs": "patternfly-doc-core init"
1414
},
1515
"dependencies": {
16-
"@patternfly/patternfly-doc-core": "^1.15.3",
17-
"astro": "^5.15.9"
16+
"@patternfly/patternfly-doc-core": "^1.15.5",
17+
"astro": "^5.16.3"
1818
},
1919
"devDependencies": {
2020
"tsx": "^4.19.0"

0 commit comments

Comments
 (0)