JembaDb 4.2.0

This commit is contained in:
Book Pauk
2022-08-21 16:14:39 +07:00
parent 27a91d5597
commit e938b739d5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.18.1", "express": "^4.18.1",
"fs-extra": "^10.1.0", "fs-extra": "^10.1.0",
"jembadb": "^4.1.0", "jembadb": "^4.2.0",
"localforage": "^1.10.0", "localforage": "^1.10.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": "^1.2.6", "minimist": "^1.2.6",
@@ -5103,9 +5103,9 @@
} }
}, },
"node_modules/jembadb": { "node_modules/jembadb": {
"version": "4.1.0", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/jembadb/-/jembadb-4.1.0.tgz", "resolved": "https://registry.npmjs.org/jembadb/-/jembadb-4.2.0.tgz",
"integrity": "sha512-0A35t0S/ofTkTa5++gWtL1ctTimYgvcs84IV3TL5TFQzGmv2OFhIy8FVz0chBwcb6aTp161ec/yFSzN4ISySAA==", "integrity": "sha512-wnqUwaZSWU99hJYHPBhXJVRYHA1aQVjpt5fDHMuXaz7VWZqK9DhLgNDIKD9z8czICz56ECTR2xlVBpDgBnuQVA==",
"engines": { "engines": {
"node": ">=16.16.0" "node": ">=16.16.0"
} }
@@ -12577,9 +12577,9 @@
"dev": true "dev": true
}, },
"jembadb": { "jembadb": {
"version": "4.1.0", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/jembadb/-/jembadb-4.1.0.tgz", "resolved": "https://registry.npmjs.org/jembadb/-/jembadb-4.2.0.tgz",
"integrity": "sha512-0A35t0S/ofTkTa5++gWtL1ctTimYgvcs84IV3TL5TFQzGmv2OFhIy8FVz0chBwcb6aTp161ec/yFSzN4ISySAA==" "integrity": "sha512-wnqUwaZSWU99hJYHPBhXJVRYHA1aQVjpt5fDHMuXaz7VWZqK9DhLgNDIKD9z8czICz56ECTR2xlVBpDgBnuQVA=="
}, },
"jest-worker": { "jest-worker": {
"version": "27.5.1", "version": "27.5.1",

View File

@@ -51,7 +51,7 @@
"compression": "^1.7.4", "compression": "^1.7.4",
"express": "^4.18.1", "express": "^4.18.1",
"fs-extra": "^10.1.0", "fs-extra": "^10.1.0",
"jembadb": "^4.1.0", "jembadb": "^4.2.0",
"localforage": "^1.10.0", "localforage": "^1.10.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimist": "^1.2.6", "minimist": "^1.2.6",