Skip to content

Commit

Permalink
chore(deps-dev): bump @wireapp/store-engine-fs from 2.5.6 to 3.1.4
Browse files Browse the repository at this point in the history
Bumps [@wireapp/store-engine-fs](https://github.com/wireapp/wire-web-packages) from 2.5.6 to 3.1.4.
- [Commits](https://github.com/wireapp/wire-web-packages/compare/@wireapp/store-engine-fs@2.5.6...@wireapp/store-engine-fs@3.1.4)

---
updated-dependencies:
- dependency-name: "@wireapp/store-engine-fs"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 6d26a36 commit 3c8c063
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cryptobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/karma": "6.3.5",
"@types/node": "14.18.63",
"@wireapp/store-engine-dexie": "1.7.6",
"@wireapp/store-engine-fs": "2.5.6",
"@wireapp/store-engine-fs": "3.1.4",
"babel-loader": "8.2.5",
"circular-dependency-plugin": "5.2.2",
"cross-env": "7.0.3",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1929,12 +1929,12 @@
dependencies:
dexie "3.2.2"

"@wireapp/store-engine-fs@2.5.6":
version "2.5.6"
resolved "https://registry.npmjs.org/@wireapp/store-engine-fs/-/store-engine-fs-2.5.6.tgz#74b5b0227d1aa8269e089eb9e77c5778178c0ec3"
integrity sha512-po0l1TDS2dVM0HEM4YDMEDjKxm3I3UDEVEJ5doY6uvoLYvSHoYd24HucuiwCVAn9HNbVzdPE9vg0qjdhdzkuYg==
"@wireapp/store-engine-fs@3.1.4":
version "3.1.4"
resolved "https://registry.npmjs.org/@wireapp/store-engine-fs/-/store-engine-fs-3.1.4.tgz#3f0ebf53197752c9b17cc2b7fb9d582ac2ee25dc"
integrity sha512-vFWBKQeO6BV57FuMefWEjjxgXDq/25aAUnhZsRL1rFBBUGyGOTpyi3DuTftBVXwQiRcI3t/Mwhy5tjz3HXEhtA==
dependencies:
fs-extra "10.0.0"
fs-extra "11.1.0"

"@wireapp/store-engine@4.10.13":
version "4.10.13"
Expand Down Expand Up @@ -4332,7 +4332,16 @@ fromentries@^1.2.0:
resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==

fs-extra@10.0.0, fs-extra@^10.0.0:
fs-extra@11.1.0:
version "11.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
Expand Down

0 comments on commit 3c8c063

Please sign in to comment.