Skip to content

Commit

Permalink
Merge pull request #345 from GeoWerkstatt/security-update
Browse files Browse the repository at this point in the history
Bump ws to 7.5.10
  • Loading branch information
danjov authored Aug 9, 2024
2 parents e1cead3 + 6ae3655 commit 39bbb80
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Start db
run: docker-compose up -d db
run: docker compose up -d db

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down
29 changes: 15 additions & 14 deletions src/ClientApp/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 src/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"react-hook-form": "^7.50.0",
"react-router-dom": "^6.21.3",
"react-scripts": "^5.0.0",
"rimraf": "^5.0.5"
"rimraf": "^5.0.5",
"ws": "^7.5.10"
},
"devDependencies": {
"ajv": "^8.12.0",
Expand Down

0 comments on commit 39bbb80

Please sign in to comment.