Skip to content

Commit

Permalink
Update dependencies to resolve dependabot (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Jan 10, 2023
1 parent a6b1752 commit 4dbe004
Show file tree
Hide file tree
Showing 3 changed files with 1,508 additions and 1,755 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "^26.0.1",
"jsdom": "^16.3.0",
"jsdom": "^16.5.0",
"prettier": "^2.6.2",
"source-map-loader": "3.0.1",
"ts-jest": "^26.0.0",
Expand Down
2 changes: 1 addition & 1 deletion stork-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = "1.0.68"
stork-lib = { path = "../stork-lib", version = "1.5.0", default-features = false }
textwrap = { version = "0.14.2", features = ["terminal_size"] }
thiserror = "1.0.29"
tokio = { version = "1.17.0", optional = true, features = ["signal"] }
tokio = { version = "1.18.4", optional = true, features = ["signal"] }

[dev-dependencies]
pretty_assertions = "1.0.0"
Expand Down

0 comments on commit 4dbe004

Please sign in to comment.