Skip to content

Commit

Permalink
chore: bump fast-copy from 3.0.1 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [fast-copy](https://github.com/planttheidea/fast-copy) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/planttheidea/fast-copy/releases)
- [Changelog](https://github.com/planttheidea/fast-copy/blob/master/CHANGELOG.md)
- [Commits](planttheidea/fast-copy@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: fast-copy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 23, 2024
1 parent 64a76c3 commit b56ff14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"release": "release-it --disable-metrics"
},
"dependencies": {
"fast-copy": "^3.0.1",
"fast-copy": "^3.0.2",
"fast-equals": "^5.0.1",
"ohash": "^1.1.3",
"type-fest": "^4.10.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3495,10 +3495,10 @@ external-editor@^3.1.0:
iconv-lite "^0.4.24"
tmp "^0.0.33"

fast-copy@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.1.tgz#9e89ef498b8c04c1cd76b33b8e14271658a732aa"
integrity sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==
fast-copy@^3.0.1, fast-copy@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.2.tgz#59c68f59ccbcac82050ba992e0d5c389097c9d35"
integrity sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==

fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
Expand Down

0 comments on commit b56ff14

Please sign in to comment.