fix(mingo): revert to 6.4.6

This commit is contained in:
2023-10-20 11:02:37 +00:00
parent 646b3a480e
commit 2eba1475c5
2 changed files with 9 additions and 9 deletions

12
package-lock.json generated
View File

@@ -1,18 +1,18 @@
{ {
"name": "@valkyr/db", "name": "@valkyr/db",
"version": "1.0.0-rc1", "version": "0.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@valkyr/db", "name": "@valkyr/db",
"version": "1.0.0-rc1", "version": "0.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"dot-prop": "8.0.2", "dot-prop": "8.0.2",
"fast-equals": "5.0.1", "fast-equals": "5.0.1",
"idb": "7.1.1", "idb": "7.1.1",
"mingo": "6.4.7", "mingo": "6.4.6",
"nanoid": "5.0.2", "nanoid": "5.0.2",
"rfdc": "1.3.0", "rfdc": "1.3.0",
"rxjs": "7.8.1" "rxjs": "7.8.1"
@@ -5615,9 +5615,9 @@
} }
}, },
"node_modules/mingo": { "node_modules/mingo": {
"version": "6.4.7", "version": "6.4.6",
"resolved": "https://registry.npmjs.org/mingo/-/mingo-6.4.7.tgz", "resolved": "https://registry.npmjs.org/mingo/-/mingo-6.4.6.tgz",
"integrity": "sha512-9CxaYNHl64KG/IPhIpTzNHajHB7HMj51bKy51Gdi3QzLOEbpK2mWzvs0U/3GCysytBycrkTjbNSP6GZ0rgh0hg==" "integrity": "sha512-SMp06Eo5iEthCPpKXgEZ6DTZKxknpTqj49YN6iHpapj9DKltBCv0RFu+0mBBjMU0SiHR9pYkurkk74+VFGTqxw=="
}, },
"node_modules/minimatch": { "node_modules/minimatch": {
"version": "3.1.2", "version": "3.1.2",

View File

@@ -2,8 +2,8 @@
"name": "@valkyr/db", "name": "@valkyr/db",
"version": "0.0.0", "version": "0.0.0",
"description": "Simple client side storage solution written in TypeScript.", "description": "Simple client side storage solution written in TypeScript.",
"repository": "https://github.com/cmdo/valkyr.git", "repository": "https://github.com/valkyrjs/db.git",
"bugs": "https://github.com/cmdo/valkyr/issues", "bugs": "https://github.com/valkyrjs/db/issues",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -28,7 +28,7 @@
"dot-prop": "8.0.2", "dot-prop": "8.0.2",
"fast-equals": "5.0.1", "fast-equals": "5.0.1",
"idb": "7.1.1", "idb": "7.1.1",
"mingo": "6.4.7", "mingo": "6.4.6",
"nanoid": "5.0.2", "nanoid": "5.0.2",
"rfdc": "1.3.0", "rfdc": "1.3.0",
"rxjs": "7.8.1" "rxjs": "7.8.1"