Skip to content

Commit

Permalink
Chore: upgrade dependencies (#280)
Browse files Browse the repository at this point in the history
* chore: upgrade node-fetch to 3.2.5

* chore: upgrade ws to 8.7.9 and @types/ws to 8.5.3

* chore: upgrade jest-websocket-mock to 2.3.0

* chore: remove unneeded development dependencies

* chore: remove unused websocket mock

We weren't using this mock, and it also didn't work when I attempted to use it, we probably need to change our approach to making this more testable

* chore: fix tests to work with upgraded ws library

* chore: upgrade @inrupt/solid-client-authn-browser

* chore: upgrade codeql action to v2
  • Loading branch information
ThisIsMissEm authored Jun 6, 2022
1 parent 95e27c4 commit 185d4c9
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 788 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -70,4 +70,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
20 changes: 7 additions & 13 deletions e2e/browser/testApp/package-lock.json

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

Loading

1 comment on commit 185d4c9

@vercel
Copy link

@vercel vercel bot commented on 185d4c9 Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.