From 12a534a1a6980e7d8bfb70ff9de8ce9bf6dbf515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:43:53 +0000 Subject: [PATCH] Bump nocache from 3.0.4 to 4.0.0 Bumps [nocache](https://github.com/helmetjs/nocache) from 3.0.4 to 4.0.0. - [Changelog](https://github.com/helmetjs/nocache/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/nocache/compare/v3.0.4...v4.0.0) --- updated-dependencies: - dependency-name: nocache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b99e37..e1c33e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "express": "^4.18.2", "express-winston": "^4.2.0", "helmet": "^6.1.5", - "nocache": "^3.0.4", + "nocache": "^4.0.0", "npid": "^0.4.0", "passport": "^0.6.0", "passport-http-bearer": "^1.0.1", @@ -2730,11 +2730,11 @@ } }, "node_modules/nocache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz", - "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/nocache/-/nocache-4.0.0.tgz", + "integrity": "sha512-AntnTbmKZvNYIsTVPPwv7dfZdAfo/6H/2ZlZACK66NAOQtIApxkB/6pf/c+s+ACW8vemGJzUCyVTssrzNUK6yQ==", "engines": { - "node": ">=12.0.0" + "node": ">=16.0.0" } }, "node_modules/normalize-path": { @@ -5932,9 +5932,9 @@ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" }, "nocache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/nocache/-/nocache-3.0.4.tgz", - "integrity": "sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/nocache/-/nocache-4.0.0.tgz", + "integrity": "sha512-AntnTbmKZvNYIsTVPPwv7dfZdAfo/6H/2ZlZACK66NAOQtIApxkB/6pf/c+s+ACW8vemGJzUCyVTssrzNUK6yQ==" }, "normalize-path": { "version": "3.0.0", diff --git a/package.json b/package.json index 5038697..dddd927 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "express": "^4.18.2", "express-winston": "^4.2.0", "helmet": "^6.1.5", - "nocache": "^3.0.4", + "nocache": "^4.0.0", "npid": "^0.4.0", "passport": "^0.6.0", "passport-http-bearer": "^1.0.1",