diff --git a/functions/package-lock.json b/functions/package-lock.json index cab58477..38a8dc4a 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -29,7 +29,7 @@ "firebase-functions-test": "3.1.1", "firebase-tools": "13.3.0", "jest": "29.7.0", - "nock": "13.5.1", + "nock": "13.5.3", "prettier": "3.2.5", "smee-client": "2.0.1", "ts-jest": "29.1.2", @@ -11197,9 +11197,9 @@ "dev": true }, "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", @@ -23678,9 +23678,9 @@ "dev": true }, "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, "requires": { "debug": "^4.1.0", diff --git a/functions/package.json b/functions/package.json index afd7b741..8c3d993b 100644 --- a/functions/package.json +++ b/functions/package.json @@ -53,7 +53,7 @@ "firebase-functions-test": "3.1.1", "firebase-tools": "13.3.0", "jest": "29.7.0", - "nock": "13.5.1", + "nock": "13.5.3", "prettier": "3.2.5", "smee-client": "2.0.1", "ts-jest": "29.1.2",