Browse Source

fix(deps): update all non-major dependencies (#894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
1abd736bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .node-version
  2. 4
      Cargo.lock
  3. 8
      Cargo.toml
  4. 2
      package.json

2
.node-version

@ -1 +1 @@ @@ -1 +1 @@
18.12.1
18.16.1

4
Cargo.lock generated

@ -1683,9 +1683,9 @@ dependencies = [ @@ -1683,9 +1683,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.27.8"
version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
checksum = "5bcd0346f90b6bc83526c7b180039a8acd26a5c848cc556d457f6472eb148122"
dependencies = [
"cfg-if",
"core-foundation-sys",

8
Cargo.toml

@ -19,15 +19,15 @@ node-semver = "2.1.0" @@ -19,15 +19,15 @@ node-semver = "2.1.0"
dirs = "4.0.0"
colored = "2.0.0"
zip = "0.6.3"
tempfile = "3.3.0"
tempfile = "3.6.0"
indoc = "1.0.8"
log = "0.4.17"
env_logger = "0.10.0"
atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.13", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.3.1"
sysinfo = "0.27.1"
url = "2.4.0"
sysinfo = "0.29.3"
thiserror = "1.0.37"
clap_complete = "3.2.5"
anyhow = "1.0.66"
@ -41,7 +41,7 @@ test-log = "0.2.12" @@ -41,7 +41,7 @@ test-log = "0.2.12"
embed-resource = "1.8.0"
[target.'cfg(windows)'.dependencies]
csv = "1.1.6"
csv = "1.2.2"
junction = "0.2.0"
[features]

2
package.json

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",
"type": "module",
"packageManager": "pnpm@7.18.2",
"packageManager": "pnpm@7.33.2",
"license": "GPLv3",
"scripts": {
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest",

Loading…
Cancel
Save