Skip to content

Commit 614371b

Browse files
Bump sqlite3 from 5.0.3 to 5.1.5
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.3 to 5.1.5. - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](TryGhost/node-sqlite3@v5.0.3...v5.1.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9401508 commit 614371b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"reflect-metadata": "^0.1.13",
4040
"rimraf": "^3.0.2",
4141
"rxjs": "^6.6.3",
42-
"sqlite3": "^5.0.3",
42+
"sqlite3": "^5.1.5",
4343
"typeorm": "^0.2.31"
4444
},
4545
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6128,10 +6128,10 @@ sprintf-js@~1.0.2:
61286128
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
61296129
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
61306130

6131-
sqlite3@^5.0.3:
6132-
version "5.0.3"
6133-
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.3.tgz#0c8303bcb8fbd6198a9f9645e7f363c191091483"
6134-
integrity sha512-/cDwes7XtTOtKH5zYeJSuiavuaJ6jXxPjebw9lDFxBAwR/DvP0tnJ5MPZQ3zpnNzJBa1G6mPTpB+5O1T+AoSdQ==
6131+
sqlite3@^5.1.5:
6132+
version "5.1.5"
6133+
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.5.tgz#cf5a753c98914f3aa44b7bd057702fdca6abceb6"
6134+
integrity sha512-7sP16i4wI+yKnGOO2q2ijze7EjQ9US+Vw7DYYwxfFtqNZDGgBcEw0oeDaDvUTq66uJOzVd/z6MkIg+c9erSJKg==
61356135
dependencies:
61366136
"@mapbox/node-pre-gyp" "^1.0.0"
61376137
node-addon-api "^4.2.0"

0 commit comments

Comments
 (0)