Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
No change to logic. This only updates dependencies and commits
package-lock.json.

The update was performed with:

```
nvm use v16 --delete-prefix
npm install -g npm-check-updates
"$(npm config get prefix)/bin/ncu" -u --enginesNode
```
  • Loading branch information
nfischer committed Aug 10, 2022
1 parent a599466 commit 20c24df
Show file tree
Hide file tree
Showing 3 changed files with 7,696 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
node_modules/
coverage/
.nyc_output/
package-lock.json
Loading

0 comments on commit 20c24df

Please sign in to comment.