diff --git a/package-lock.json b/package-lock.json index 4d729f0b..3df17569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "lint-staged": "15.2.2", "mocha": "10.3.0", "mocha-multi-reporters": "1.5.1", - "nock": "13.5.1", + "nock": "13.5.3", "semantic-release": "23.0.2", "semantic-release-monorepo": "8.0.2" } @@ -10743,9 +10743,9 @@ } }, "node_modules/nock": { - "version": "13.5.1", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.1.tgz", - "integrity": "sha512-+s7b73fzj5KnxbKH4Oaqz07tQ8degcMilU4rrmnKvI//b0JMBU4wEXFQ8zqr+3+L4eWSfU3H/UoIVGUV0tue1Q==", + "version": "13.5.3", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.3.tgz", + "integrity": "sha512-2NlGmHIK2rTeyy7UaY1ZNg0YZfEJMxghXgZi0b4DBsUyoDNTTxZeCSG1nmirAWF44RkkoV8NnegLVQijgVapNQ==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -17622,7 +17622,7 @@ }, "devDependencies": { "esmock": "2.5.1", - "nock": "13.5.1" + "nock": "13.5.3" }, "optionalDependencies": { "@adobe/helix-universal": "^4.0.0" @@ -17658,7 +17658,7 @@ "@pollyjs/adapter-node-http": "6.0.6", "@pollyjs/core": "6.0.6", "@pollyjs/persister-fs": "6.0.6", - "nock": "13.5.1" + "nock": "13.5.3" } }, "packages/helix-shared-config/node_modules/@adobe/helix-shared-prune": { @@ -17717,7 +17717,7 @@ "cookie": "0.6.0" }, "devDependencies": { - "nock": "13.5.1" + "nock": "13.5.3" }, "optionalDependencies": { "@adobe/helix-universal": "^4.0.0" @@ -17971,7 +17971,7 @@ "aws4": "^1.12.0" }, "devDependencies": { - "nock": "13.5.1" + "nock": "13.5.3" }, "optionalDependencies": { "@adobe/helix-universal": "^4.0.0" @@ -17989,14 +17989,14 @@ }, "packages/helix-shared-tokencache": { "name": "@adobe/helix-shared-tokencache", - "version": "1.3.25", + "version": "1.3.26", "license": "Apache-2.0", "dependencies": { "@adobe/fetch": "^4.0.10", "@aws-sdk/client-s3": "3.515.0" }, "devDependencies": { - "nock": "13.5.1" + "nock": "13.5.3" } }, "packages/helix-shared-utils": { diff --git a/package.json b/package.json index e8bbba1a..2321d796 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lint-staged": "15.2.2", "mocha": "10.3.0", "mocha-multi-reporters": "1.5.1", - "nock": "13.5.1", + "nock": "13.5.3", "semantic-release": "23.0.2", "semantic-release-monorepo": "8.0.2" }, diff --git a/packages/helix-shared-bounce/package.json b/packages/helix-shared-bounce/package.json index 9233003c..5d3ce49b 100644 --- a/packages/helix-shared-bounce/package.json +++ b/packages/helix-shared-bounce/package.json @@ -37,6 +37,6 @@ }, "devDependencies": { "esmock": "2.5.1", - "nock": "13.5.1" + "nock": "13.5.3" } } diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 64dbc48d..9b126e2e 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -49,6 +49,6 @@ "@pollyjs/adapter-node-http": "6.0.6", "@pollyjs/core": "6.0.6", "@pollyjs/persister-fs": "6.0.6", - "nock": "13.5.1" + "nock": "13.5.3" } } diff --git a/packages/helix-shared-ims/package.json b/packages/helix-shared-ims/package.json index a72de811..f1087b6e 100644 --- a/packages/helix-shared-ims/package.json +++ b/packages/helix-shared-ims/package.json @@ -40,6 +40,6 @@ "@adobe/helix-universal": "^4.0.0" }, "devDependencies": { - "nock": "13.5.1" + "nock": "13.5.3" } } diff --git a/packages/helix-shared-secrets/package.json b/packages/helix-shared-secrets/package.json index 48e7ffd5..d43cf5ab 100644 --- a/packages/helix-shared-secrets/package.json +++ b/packages/helix-shared-secrets/package.json @@ -36,6 +36,6 @@ "@adobe/helix-universal": "^4.0.0" }, "devDependencies": { - "nock": "13.5.1" + "nock": "13.5.3" } } diff --git a/packages/helix-shared-tokencache/package.json b/packages/helix-shared-tokencache/package.json index 8f227a07..8d8319a7 100644 --- a/packages/helix-shared-tokencache/package.json +++ b/packages/helix-shared-tokencache/package.json @@ -29,7 +29,7 @@ "access": "public" }, "devDependencies": { - "nock": "13.5.1" + "nock": "13.5.3" }, "dependencies": { "@adobe/fetch": "^4.0.10",