diff --git a/package-lock.json b/package-lock.json index 11338af..4487812 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "better-docs": "^2.7.3", "jsdoc": "^4.0.4", - "njs-types": "^0.9.1", + "njs-types": "^0.9.4", "taffydb": "^2.7.3" } }, @@ -1878,9 +1878,9 @@ "license": "MIT" }, "node_modules/njs-types": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/njs-types/-/njs-types-0.9.1.tgz", - "integrity": "sha512-GmgM2omHFxoYq6B/4xKjCF4XpyiTkga00IAgDtq/Hwhn2HCIWJGPwhigNPtG1HvbyMFYtF9oXyAm2vEfriWL0w==", + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/njs-types/-/njs-types-0.9.4.tgz", + "integrity": "sha512-SrF74BvR3iukVPMJFjX1FIUouIHczDPN7wqlhfp474dAliXP+O6XiPUWHKItabxR15jY7WMVoFYA6Sjg66ceEw==", "dev": true, "license": "BSD-2-Clause" }, diff --git a/package.json b/package.json index de0a2f4..6040c07 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "better-docs": "^2.7.3", "jsdoc": "^4.0.4", - "njs-types": "^0.9.1", + "njs-types": "^0.9.4", "taffydb": "^2.7.3" } }