chore: bump up all non-major dependencies (#106)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-14 16:13:22 +08:00 committed by GitHub
parent 479b1c02b6
commit 0309279374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 928 additions and 897 deletions

File diff suppressed because one or more lines are too long

925
.yarn/releases/yarn-4.4.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs

View File

@ -70,6 +70,6 @@
"pre-commit": "lint-staged && cargo fmt --all"
}
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"repository": "git@github.com:Brooooooklyn/Image.git"
}

View File

@ -29,7 +29,7 @@ num-complex = "0.4"
num_cpus = "1"
once_cell = "1"
png = "0.17"
resvg = "0.42"
resvg = "0.43"
rexif = "0.7"
rgb = "0.8"
svgtypes = "0.15"