From 8d2a401b26c9555ca1c737644df1d3c312c1ac9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 08:06:51 +0000 Subject: [PATCH] fix: upgrade @contentstack/webhook-listener from 1.0.4 to 1.0.5 Snyk has created this PR to upgrade @contentstack/webhook-listener from 1.0.4 to 1.0.5. See this package in npm: https://www.npmjs.com/package/@contentstack/webhook-listener See this project in Snyk: https://app.snyk.io/org/contentstack-cli/project/6ef037bc-115b-462b-81f6-2a6b1341d41a?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3636dc6..3fe2b49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@contentstack/datasync-content-store-filesystem": "^2.0.3", "@contentstack/datasync-content-store-mongodb": "^1.0.5", "@contentstack/datasync-manager": "^2.0.5", - "@contentstack/webhook-listener": "^1.0.4" + "@contentstack/webhook-listener": "^1.0.5" }, "devDependencies": { "eslint": "^8.36.0", @@ -145,9 +145,9 @@ } }, "node_modules/@contentstack/webhook-listener": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@contentstack/webhook-listener/-/webhook-listener-1.0.4.tgz", - "integrity": "sha512-GeNi0jKWjtHi4Lx9xHVJ2CgKTyAUGKEt3Kb49DVX6Ij3K8G1wIvYsj89sUMqUiD9tJtuku1D311HXPctALSOBA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@contentstack/webhook-listener/-/webhook-listener-1.0.5.tgz", + "integrity": "sha512-C3AngM5oyHUhVMHr2ntxxtWQnyuh4YPxSu9POf5UUL9n24qA4qIXkN3bmT8EV1UfDC/cdqJMFxwjfvvVBQwK5A==", "dependencies": { "basic-auth": "^2.0.1", "body-parser": "^1.20.2", @@ -2329,9 +2329,9 @@ } }, "@contentstack/webhook-listener": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@contentstack/webhook-listener/-/webhook-listener-1.0.4.tgz", - "integrity": "sha512-GeNi0jKWjtHi4Lx9xHVJ2CgKTyAUGKEt3Kb49DVX6Ij3K8G1wIvYsj89sUMqUiD9tJtuku1D311HXPctALSOBA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@contentstack/webhook-listener/-/webhook-listener-1.0.5.tgz", + "integrity": "sha512-C3AngM5oyHUhVMHr2ntxxtWQnyuh4YPxSu9POf5UUL9n24qA4qIXkN3bmT8EV1UfDC/cdqJMFxwjfvvVBQwK5A==", "requires": { "basic-auth": "^2.0.1", "body-parser": "^1.20.2", diff --git a/package.json b/package.json index e0e6cdd..21dd08f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@contentstack/datasync-content-store-filesystem": "^2.0.3", "@contentstack/datasync-content-store-mongodb": "^1.0.5", "@contentstack/datasync-manager": "^2.0.5", - "@contentstack/webhook-listener": "^1.0.4" + "@contentstack/webhook-listener": "^1.0.5" }, "devDependencies": { "eslint": "^8.36.0",