From f18e87ba1ea2703f9fd992360bad2c507bfc9e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:08:29 +0000 Subject: [PATCH] build(deps-dev): bump njs-types from 0.9.1 to 0.9.4 Bumps [njs-types](https://github.com/nginx/njs) from 0.9.1 to 0.9.4. - [Release notes](https://github.com/nginx/njs/releases) - [Changelog](https://github.com/nginx/njs/blob/master/CHANGES) - [Commits](https://github.com/nginx/njs/compare/0.9.1...0.9.4) --- updated-dependencies: - dependency-name: njs-types dependency-version: 0.9.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }