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",