Bump nedb-promises from 5.0.1 to 5.0.3 (#126)

Bumps [nedb-promises](https://github.com/bajankristof/nedb-promises) from 5.0.1 to 5.0.3.
- [Release notes](https://github.com/bajankristof/nedb-promises/releases)
- [Changelog](https://github.com/bajankristof/nedb-promises/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bajankristof/nedb-promises/commits)

---
updated-dependencies:
- dependency-name: nedb-promises
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-12-31 12:56:17 +01:00
committed by GitHub
parent 96f0ed8401
commit ead6baab83
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -13,7 +13,7 @@
"dotenv": "^10.0.0",
"got": "^11.8.2",
"module-alias": "^2.2.2",
"nedb-promises": "^5.0.1"
"nedb-promises": "^5.0.3"
},
"devDependencies": {
"@types/jest": "^27.4.0",
@ -914,9 +914,9 @@
"integrity": "sha512-+pYGvPFAk7wUR+ONMOlc6A+LUN4kOCFwyPLjyaeS7wVibADPHWYJNYsNtyIAwjF1AXQkuaXElnIc4XjKt55QZA=="
},
"node_modules/@seald-io/nedb": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@seald-io/nedb/-/nedb-2.0.4.tgz",
"integrity": "sha512-QMSMJemcCIVhbcwVg/oASV74Qudl6ex6c1U8IwckxIvFub1TwRQcchMva30qBUIrNGrLgKXM3c+lgwfdlGa55w==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@seald-io/nedb/-/nedb-2.2.0.tgz",
"integrity": "sha512-whkcx3hpcowNhoSEbIsrfe8TXxDwyj8SJJut2EqF7DSX2GGqQlL7Ix/vzwwOo4FJolzDhZD2DaUTVKmTQS3Rog==",
"dependencies": {
"@seald-io/binary-search-tree": "^1.0.2",
"async": "0.2.10",
@ -4752,11 +4752,11 @@
"dev": true
},
"node_modules/nedb-promises": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.1.tgz",
"integrity": "sha512-dIE0C3crV9yeiXGWnseW4v4NIXHdcWjrmQHQuKAq2jJeqNGGMrLWJGmunPoapu5CO5btTY76hDt5FwsDRGioRw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.3.tgz",
"integrity": "sha512-hqQZi/T3dMJXQraFohVdatNX1uPDTGuVrqMiEnwA0dJxlC90xctOFG+jeUzPy9hYQGqCV+CpkSBkvUvTJdUApQ==",
"dependencies": {
"@seald-io/nedb": "^2.0.4"
"@seald-io/nedb": "^2.2.0"
}
},
"node_modules/node-fetch": {
@ -6908,9 +6908,9 @@
"integrity": "sha512-+pYGvPFAk7wUR+ONMOlc6A+LUN4kOCFwyPLjyaeS7wVibADPHWYJNYsNtyIAwjF1AXQkuaXElnIc4XjKt55QZA=="
},
"@seald-io/nedb": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/@seald-io/nedb/-/nedb-2.0.4.tgz",
"integrity": "sha512-QMSMJemcCIVhbcwVg/oASV74Qudl6ex6c1U8IwckxIvFub1TwRQcchMva30qBUIrNGrLgKXM3c+lgwfdlGa55w==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@seald-io/nedb/-/nedb-2.2.0.tgz",
"integrity": "sha512-whkcx3hpcowNhoSEbIsrfe8TXxDwyj8SJJut2EqF7DSX2GGqQlL7Ix/vzwwOo4FJolzDhZD2DaUTVKmTQS3Rog==",
"requires": {
"@seald-io/binary-search-tree": "^1.0.2",
"async": "0.2.10",
@ -9869,11 +9869,11 @@
"dev": true
},
"nedb-promises": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.1.tgz",
"integrity": "sha512-dIE0C3crV9yeiXGWnseW4v4NIXHdcWjrmQHQuKAq2jJeqNGGMrLWJGmunPoapu5CO5btTY76hDt5FwsDRGioRw==",
"version": "5.0.3",
"resolved": "https://registry.npmjs.org/nedb-promises/-/nedb-promises-5.0.3.tgz",
"integrity": "sha512-hqQZi/T3dMJXQraFohVdatNX1uPDTGuVrqMiEnwA0dJxlC90xctOFG+jeUzPy9hYQGqCV+CpkSBkvUvTJdUApQ==",
"requires": {
"@seald-io/nedb": "^2.0.4"
"@seald-io/nedb": "^2.2.0"
}
},
"node-fetch": {