From c3d17b49151edff923f111c564edda43823b1972 Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Sat, 29 Jun 2024 14:50:12 -0400 Subject: [PATCH] chore(snyk): Fixed P1 issues. --- packages/dev/package.json | 6 +++--- packages/vscode/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/dev/package.json b/packages/dev/package.json index 310416cb..915e0494 100644 --- a/packages/dev/package.json +++ b/packages/dev/package.json @@ -13,10 +13,10 @@ "@patternfly/quickstarts": "*", "@patternfly/transform-adoc": "*", "@patternfly/react-core": "^5.2.1", - "asciidoctor": "^3.0.0", + "asciidoctor": "^3.0.4", "i18next": "^19.8.3", - "i18next-browser-languagedetector": "^6.0.1", - "i18next-parser": "^8.9.0", + "i18next-browser-languagedetector": "^8.0.0", + "i18next-parser": "^9.0.0", "i18next-pseudo": "^2.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 462051b8..2ebb93a1 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -65,7 +65,7 @@ "@patternfly/patternfly": "^5.0.0", "@patternfly/react-catalog-view-extension": "^5.0.0", "asciidoctor": "^3.0.0", - "i18next-parser": "^8.9.0", + "i18next-parser": "^9.0.0", "js-base64": "^3.6.0", "js-yaml": "^4.0.0", "react": "^18.2.0",