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"