From c3c85d370f353daad240d9b682f394268c4ca047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:49:51 +0000 Subject: [PATCH] Bump njs-types from 0.8.1 to 0.8.2 Bumps [njs-types](https://github.com/nginx/njs) from 0.8.1 to 0.8.2. - [Changelog](https://github.com/nginx/njs/blob/master/CHANGES) - [Commits](https://github.com/nginx/njs/compare/0.8.1...0.8.2) --- updated-dependencies: - dependency-name: njs-types 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 33859378..f465ec89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "better-docs": "^2.7.2", "jsdoc": "^4.0.2", - "njs-types": "^0.8.1", + "njs-types": "^0.8.2", "taffydb": "^2.7.3" } }, @@ -1655,9 +1655,9 @@ "dev": true }, "node_modules/njs-types": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/njs-types/-/njs-types-0.8.1.tgz", - "integrity": "sha512-1z6JL/AKVMNUfFla3+sor7BCn5Bh0SSqfv4ySUAAMPaEs1B4sJ1x9Zt1Hfet7mdL/q5+RCg9qiFFSNyM7MmoVQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/njs-types/-/njs-types-0.8.2.tgz", + "integrity": "sha512-6uv1Tcb4khW45LHZqj5vu1uo7WbvB6nINZjDVmryOxiO3K7rDMqRVNJbYtLHOKNbGDqLygIip9iYZbFViIVGqA==", "dev": true }, "node_modules/node-dir": { diff --git a/package.json b/package.json index 599c0b09..40b077f1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "better-docs": "^2.7.2", "jsdoc": "^4.0.2", - "njs-types": "^0.8.1", + "njs-types": "^0.8.2", "taffydb": "^2.7.3" } }