diff --git a/notification/package-lock.json b/notification/package-lock.json index 17e3f0b50..1f056608a 100644 --- a/notification/package-lock.json +++ b/notification/package-lock.json @@ -39,7 +39,7 @@ "localtunnel": "2.0.2", "mocha": "10.2.0", "nock": "13.4.0", - "p-map": "7.0.0", + "p-map": "7.0.1", "prettier": "3.1.1", "sinon": "17.0.1" }, @@ -4103,9 +4103,9 @@ } }, "node_modules/p-map": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.0.tgz", - "integrity": "sha512-EZl03dLKv3RypkrjlevZoNwQMSy4bAblWcR18zhonktnN4fUs3asFQKSe0awn982omGxamvbejqQKQYDJYHCEg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.1.tgz", + "integrity": "sha512-2wnaR0XL/FDOj+TgpDuRb2KTjLnu3Fma6b1ZUwGY7LcqenMcvP/YFpjpbPKY6WVGsbuJZRuoUz8iPrt8ORnAFw==", "dev": true, "engines": { "node": ">=18" @@ -8228,9 +8228,9 @@ } }, "p-map": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.0.tgz", - "integrity": "sha512-EZl03dLKv3RypkrjlevZoNwQMSy4bAblWcR18zhonktnN4fUs3asFQKSe0awn982omGxamvbejqQKQYDJYHCEg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.1.tgz", + "integrity": "sha512-2wnaR0XL/FDOj+TgpDuRb2KTjLnu3Fma6b1ZUwGY7LcqenMcvP/YFpjpbPKY6WVGsbuJZRuoUz8iPrt8ORnAFw==", "dev": true }, "parent-module": { diff --git a/notification/package.json b/notification/package.json index a5fac9746..745a5a19a 100644 --- a/notification/package.json +++ b/notification/package.json @@ -75,7 +75,7 @@ "localtunnel": "2.0.2", "mocha": "10.2.0", "nock": "13.4.0", - "p-map": "7.0.0", + "p-map": "7.0.1", "prettier": "3.1.1", "sinon": "17.0.1", "c8": "8.0.1"