From f7cdedff7de812e08236f652da16e31b7334c17b Mon Sep 17 00:00:00 2001 From: ViniAkshara Date: Thu, 3 Apr 2025 10:31:39 +0100 Subject: [PATCH] apimocker --- docker/hello-world-sandbox/package-lock.json | 2 +- docker/hello-world-sandbox/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/hello-world-sandbox/package-lock.json b/docker/hello-world-sandbox/package-lock.json index 85801f4b..10076cd3 100644 --- a/docker/hello-world-sandbox/package-lock.json +++ b/docker/hello-world-sandbox/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "(MIT OR OGL)", "dependencies": { - "apimocker": "^1.1.4" + "apimocker": "^1.1.5" }, "devDependencies": { "eslint": "^6.8.0" diff --git a/docker/hello-world-sandbox/package.json b/docker/hello-world-sandbox/package.json index dcd19a9f..844b1c84 100644 --- a/docker/hello-world-sandbox/package.json +++ b/docker/hello-world-sandbox/package.json @@ -11,7 +11,7 @@ "homepage": "https://github.com/NHSDigital/hello-world-api", "main": "app.js", "dependencies": { - "apimocker": "^1.1.4" + "apimocker": "^1.1.5" }, "devDependencies": { "eslint": "^6.8.0"