Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
020df2aa0f
Bump sqlite3 from 5.0.2 to 5.0.3
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 16:25:42 +00:00
2 changed files with 1528 additions and 979 deletions

2505
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@
"multer": "^1.4.3",
"node-schedule": "^2.0.0",
"sequelize": "^6.9.0",
"sqlite3": "^5.0.2",
"sqlite3": "^5.0.3",
"umzug": "^2.3.0",
"ws": "^8.2.3"
},