Skip to content

Commit

Permalink
build(deps): bump sqlite3
Browse files Browse the repository at this point in the history
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.8 to 5.1.5.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](TryGhost/node-sqlite3@v5.0.8...v5.1.5)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com>

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
dependabot[bot] authored and petermetz committed Mar 4, 2024
1 parent daf2793 commit c2b6ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/cactus-example-cbdc-bridging-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"kubo-rpc-client": "3.0.1",
"nyc": "13.1.0",
"openapi-types": "9.1.0",
"sqlite3": "5.0.8",
"sqlite3": "5.1.5",
"typescript-optional": "2.0.1",
"uuid": "8.3.2",
"web3-core": "1.5.2",
Expand Down
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7937,7 +7937,7 @@ __metadata:
nyc: 13.1.0
openapi-types: 9.1.0
remix-tests: 0.1.34
sqlite3: 5.0.8
sqlite3: 5.1.5
ts-node: 7.0.1
typescript-optional: 2.0.1
uuid: 8.3.2
Expand Down Expand Up @@ -47120,26 +47120,6 @@ __metadata:
languageName: node
linkType: hard

"sqlite3@npm:5.0.8":
version: 5.0.8
resolution: "sqlite3@npm:5.0.8"
dependencies:
"@mapbox/node-pre-gyp": ^1.0.0
node-addon-api: ^4.2.0
node-gyp: 8.x
tar: ^6.1.11
peerDependencies:
node-gyp: 8.x
dependenciesMeta:
node-gyp:
optional: true
peerDependenciesMeta:
node-gyp:
optional: true
checksum: 6b19d4cad0f53e3df9745aa4b743b0f9388b9ca857e69e851a24336b8fe174381b84d7867bdbf4bc0b572c7e84ef1bb962d8bdc10b0aa18810bf9078536f3d49
languageName: node
linkType: hard

"sqlite3@npm:5.1.5":
version: 5.1.5
resolution: "sqlite3@npm:5.1.5"
Expand Down

0 comments on commit c2b6ef7

Please sign in to comment.