From 70e8bf6a34d3bc8deede14317c7700b08ea95d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 00:11:46 +0000 Subject: [PATCH] chore(deps): update dependency p-map to v7.0.1 --- notification/package-lock.json | 14 +++++++------- notification/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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"