Skip to content

Commit

Permalink
Update Pipfile.lock (#561)
Browse files Browse the repository at this point in the history
### Public-Facing Changes

None

### Description

Created by removing `certifi` from the lockfile and running `pipenv lock
--keep-outdated`.
Resolves https://github.com/foxglove/ws-protocol/security/dependabot/17
Supersedes #559
Also updated vscode config for newer versions of prettier.
  • Loading branch information
jtbandes authored Oct 23, 2023
1 parent e6ac4f2 commit 8eadeb5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"editor.formatOnSave": true,

"typescript.tsdk": "node_modules/typescript/lib",
"prettier.prettierPath": "./node_modules/prettier",
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
"eslint.packageManager": "yarn",
"eslint.options": {
"reportUnusedDisableDirectives": "error"
Expand Down
22 changes: 19 additions & 3 deletions Pipfile.lock

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

0 comments on commit 8eadeb5

Please sign in to comment.