"jembadb": "^5.0.1"

This commit is contained in:
Book Pauk
2022-10-21 17:30:36 +07:00
parent e865070f23
commit d5a9b77334
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"axios": "^0.27.2",
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"jembadb": "^4.3.0",
"jembadb": "^5.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"minimist": "^1.2.6",
@@ -5022,9 +5022,9 @@
}
},
"node_modules/jembadb": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/jembadb/-/jembadb-4.3.0.tgz",
"integrity": "sha512-DJ1w+sbZ1lk7jd39fkn6sz86d6QR/y+rcGYZ/XTdoiG/bWsyr8/mbSDmecbI5+MVca2KOFA1BjKYJ51cPp2LJg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/jembadb/-/jembadb-5.0.1.tgz",
"integrity": "sha512-fOKfUK8vOQJDtugJAYCllfQiYD3G0GWKNhOMOLXF8jkOcgnsCxQRxAVDIM/K5s07q1I96DIQcsWFBBDfYA/heA==",
"engines": {
"node": ">=16.16.0"
}
@@ -12468,9 +12468,9 @@
"dev": true
},
"jembadb": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/jembadb/-/jembadb-4.3.0.tgz",
"integrity": "sha512-DJ1w+sbZ1lk7jd39fkn6sz86d6QR/y+rcGYZ/XTdoiG/bWsyr8/mbSDmecbI5+MVca2KOFA1BjKYJ51cPp2LJg=="
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/jembadb/-/jembadb-5.0.1.tgz",
"integrity": "sha512-fOKfUK8vOQJDtugJAYCllfQiYD3G0GWKNhOMOLXF8jkOcgnsCxQRxAVDIM/K5s07q1I96DIQcsWFBBDfYA/heA=="
},
"jest-worker": {
"version": "27.5.1",

View File

@@ -53,7 +53,7 @@
"axios": "^0.27.2",
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"jembadb": "^4.3.0",
"jembadb": "^5.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"minimist": "^1.2.6",