Skip to content

Commit

Permalink
Merge pull request #2966 from alexcreasy/RHOAIENG-9094
Browse files Browse the repository at this point in the history
Override version of transitive dependency 'ws' (RHOAIENG-9094)
  • Loading branch information
openshift-merge-bot[bot] authored Jul 9, 2024
2 parents c29e3f0 + eefffb0 commit dc5de07
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 70 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock

# snyk cache file
.dccache
52 changes: 6 additions & 46 deletions backend/package-lock.json

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

5 changes: 3 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@fastify/accepts": "^4.3.0",
"@fastify/autoload": "^5.7.1",
"@fastify/http-proxy": "^9.4.0",
"@fastify/http-proxy": "^9.5.0",
"@fastify/sensible": "^5.2.0",
"@fastify/static": "^6.10.2",
"@fastify/websocket": "^8.2.0",
Expand Down Expand Up @@ -85,6 +85,7 @@
"ts-jest": "^29.1.1"
},
"overrides": {
"tough-cookie": "^4.1.3"
"tough-cookie": "^4.1.3",
"ws": "^8.17.1"
}
}
21 changes: 0 additions & 21 deletions 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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
},
"@patternfly/react-topology": {
"react": "^18.2.0"
}
},
"ws": "^8.17.1"
}
}

0 comments on commit dc5de07

Please sign in to comment.