Browse Source

chore(deps): update all non-major dependencies (#527)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 3 years ago committed by GitHub
parent
commit
c581e0412f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml
  3. 2
      package.json
  4. 8
      yarn.lock

4
Cargo.lock generated

@ -729,9 +729,9 @@ dependencies = [ @@ -729,9 +729,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.7.2"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58019516c1403ac45b106c9fc4e8fcbd77a78e98b014c619d1506338902ccfa4"
checksum = "15226a375927344c78d39dc6b49e2d5562a5b0705e26a589093c6792e52eed8e"
dependencies = [
"backtrace",
"console",

2
Cargo.toml

@ -34,7 +34,7 @@ pretty_assertions = "0.7.2" @@ -34,7 +34,7 @@ pretty_assertions = "0.7.2"
duct = "0.13.5"
test-env-log = "0.2.7"
shell-escape = "0.1.5"
insta = { version = "1.7.2", features = ["backtrace"] }
insta = { version = "1.8.0", features = ["backtrace"] }
serial_test = "0.5.1"
[build-dependencies]

2
package.json

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
"cmd-ts": "0.7.0",
"execa": "5.1.1",
"lerna-changelog": "2.1.0",
"prettier": "2.3.2",
"prettier": "2.4.0",
"toml": "3.0.0"
}
}

8
yarn.lock

@ -815,10 +815,10 @@ path-key@^3.0.0, path-key@^3.1.0: @@ -815,10 +815,10 @@ path-key@^3.0.0, path-key@^3.1.0:
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
prettier@2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
prettier@2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.0.tgz#85bdfe0f70c3e777cf13a4ffff39713ca6f64cba"
integrity sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==
process-nextick-args@~2.0.0:
version "2.0.1"

Loading…
Cancel
Save