Skip to content

Commit

Permalink
fix security vulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: sj895092 <shobhackm9@gmail.com>
  • Loading branch information
Shobhajayanna committed Sep 24, 2024
1 parent 51c5a58 commit a39dc78
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions api-catalog-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion api-catalog-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"swagger-ui-react": {
"react": "$react",
"react": "$react-dom",
"react-redux": "^5.1.1"
"react-redux": "^5.1.1",
"axios": "1.7.4"
},
"@babel/traverse": "7.24.7"
},
Expand Down
6 changes: 3 additions & 3 deletions discoverable-client/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Discoverable Client Hello World!</title>

<!-- Bootstrap core CSS -->
<link rel="stylesheet" type="text/css" href="webjars/bootstrap/4.3.1/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"/>

<!-- Custom styles for this template -->
<link href="css/hello.css" rel="stylesheet">
Expand Down Expand Up @@ -82,8 +82,8 @@ <h2>WebSockets</h2>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="webjars/jquery/3.4.1/jquery.min.js"></script>
<script type="text/javascript" src="webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/hello.js"></script>
</body>
</html>
2 changes: 0 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ext {
awaitilityVersion = '4.2.2'
awsSdkVersion = '1.12.772'
bouncyCastleVersion = '1.78.1'
bootstrapVersion = '4.3.1'
commonsCodecVersion = '1.17.1'
commonsLang3Version = '3.14.0'
commonsTextVersion = '1.12.0'
Expand Down Expand Up @@ -137,7 +136,6 @@ ext {
aws_sdk_core : "com.amazonaws:aws-java-sdk-core:${awsSdkVersion}",
bcprov : "org.bouncycastle:bcprov-jdk18on:${bouncyCastleVersion}",
bcpkix : "org.bouncycastle:bcpkix-jdk18on:${bouncyCastleVersion}",
bootstrap : "org.webjars:bootstrap:${bootstrapVersion}",
commons_io : "commons-io:commons-io:${commonsIoVersion}",
eh_cache : "org.ehcache:ehcache:${ehCacheVersion}",
eureka_client : "com.netflix.eureka:eureka-client:${eurekaVersion}",
Expand Down
14 changes: 7 additions & 7 deletions metrics-service-ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metrics-service-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.7",
"axios": "1.6.8",
"axios": "1.7.4",
"history": "4.10.1",
"lodash": "4.17.21",
"loglevel": "1.7.1",
Expand Down

0 comments on commit a39dc78

Please sign in to comment.