diff --git a/package-lock.json b/package-lock.json index 57da1ec7..4646a9bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11301,9 +11301,9 @@ } }, "slack-message-parser": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/slack-message-parser/-/slack-message-parser-1.0.2.tgz", - "integrity": "sha512-IhCKhJVRLIcrX6f9g4kXD1gHLs2/izHdcKhCtUxAIPNp21lf5EN5zg+MZH/qgguvSTupFblWDEu3EKZvrgyYbA==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/slack-message-parser/-/slack-message-parser-1.0.3.tgz", + "integrity": "sha512-ZinxL+P9/48l9o+embdufFe80N6k9A78SI7ouTDOnyaNz1FQVobNoUBvt/UF2Ztt3zml5ctUKjabva+cghOR1g==" }, "slash": { "version": "2.0.0", diff --git a/package.json b/package.json index bcc679a2..453f0b9e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@slack/web-api": "5.0.1", "commander": "2.20.0", "emoji-datasource": "4.1.0", - "slack-message-parser": "1.0.2", + "slack-message-parser": "1.0.3", "ws": "6.2.1" }, "devDependencies": {