Skip to content

Commit

Permalink
Merge pull request #277 from jpuzz0/snyk-vulnerability-fixes
Browse files Browse the repository at this point in the history
Fix snyk reported vulnerabilities
  • Loading branch information
dlabaj authored Dec 14, 2023
2 parents 8839f76 + af5a965 commit 96d9f8c
Show file tree
Hide file tree
Showing 5 changed files with 4,195 additions and 364 deletions.
4 changes: 2 additions & 2 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@patternfly/quickstarts": "*",
"@patternfly/transform-adoc": "*",
"@patternfly/react-core": "^5.0.0",
"asciidoctor": "^2.2.1",
"asciidoctor": "^2.2.6",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-parser": "^3.3.0",
"i18next-parser": "^8.9.0",
"i18next-pseudo": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/transform-adoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rollup/plugin-node-resolve": "^11.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"asciidoctor": "^2.2.1",
"asciidoctor": "^2.2.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.37.0",
Expand All @@ -47,7 +47,7 @@
"rollup-plugin-visualizer": "^5.5.0"
},
"peerDependencies": {
"asciidoctor": ">=2.2.1",
"asciidoctor": ">=2.2.6",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
Expand Down
8 changes: 6 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@
"webpack-cli": "^5.1.1"
},
"dependencies": {
"@cloudmosaic/quickstarts": "0.0.6",
"@cloudmosaic/quickstarts": "^0.0.24",
"@patternfly/patternfly": "^5.0.0",
"@patternfly/react-catalog-view-extension": "^5.0.0",
"asciidoctor": "^2.2.1",
"asciidoctor": "^2.2.6",
"i18next-parser": "^8.9.0",
"js-base64": "^3.6.0",
"js-yaml": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"i18next-parser": "^8.9.0"
}
}
Loading

0 comments on commit 96d9f8c

Please sign in to comment.