Skip to content

Commit

Permalink
chore(ironfish): update sqlite3 (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-if authored Mar 21, 2023
1 parent 6cdf05d commit 0dca24b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ironfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node-forge": "1.3.1",
"parse-json": "5.2.0",
"sqlite": "4.0.23",
"sqlite3": "5.0.4",
"sqlite3": "5.1.6",
"uuid": "8.3.2",
"ws": "8.12.1",
"yup": "0.29.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10947,10 +10947,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sqlite3@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.4.tgz#3ddff8d360dab3f17c596690d8663f353d876187"
integrity sha512-ATvAe7JutFv/d+KTbLS58KsKn/t1raL/WGn2qZfZxwsrL/oGSP+0OlbQ2tX5jISvyu6/7JuKze3WkaiP1JAH6A==
sqlite3@5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.6.tgz#1d4fbc90fe4fbd51e952e0a90fd8f6c2b9098e97"
integrity sha512-olYkWoKFVNSSSQNvxVUfjiVbz3YtBwTJj+mfV5zpHmqW3sELx2Cf4QCdirMelhM5Zh+KDVaKgQHqCxrqiWHybw==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit 0dca24b

Please sign in to comment.