diff --git a/slack-bot/package-lock.json b/slack-bot/package-lock.json index 8423f89..1c7074b 100644 --- a/slack-bot/package-lock.json +++ b/slack-bot/package-lock.json @@ -25,7 +25,7 @@ "p-finally": "^3.0.0", "p-queue": "^7.3.0", "p-retry": "^5.1.2", - "p-timeout": "^6.0.0", + "p-timeout": "^6.1.3", "retry": "^0.13.1" }, "devDependencies": {} @@ -386,9 +386,9 @@ } }, "node_modules/p-timeout": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.0.0.tgz", - "integrity": "sha512-5iS61MOdUMemWH9CORQRxVXTp9g5K8rPnI9uQpo97aWgsH3vVXKjkIhDi+OgIDmN3Ly9+AZ2fZV01Wut1yzfKA==", + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.3.tgz", + "integrity": "sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==", "engines": { "node": ">=14.16" }, @@ -673,9 +673,9 @@ } }, "p-timeout": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.0.0.tgz", - "integrity": "sha512-5iS61MOdUMemWH9CORQRxVXTp9g5K8rPnI9uQpo97aWgsH3vVXKjkIhDi+OgIDmN3Ly9+AZ2fZV01Wut1yzfKA==" + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.3.tgz", + "integrity": "sha512-UJUyfKbwvr/uZSV6btANfb+0t/mOhKV/KXcCUTp8FcQI+v/0d+wXqH4htrW0E4rR6WiEO/EPvUFiV9D5OI4vlw==" }, "proxy-from-env": { "version": "1.1.0", diff --git a/slack-bot/package.json b/slack-bot/package.json index 05bbb3c..b7b8c88 100644 --- a/slack-bot/package.json +++ b/slack-bot/package.json @@ -20,7 +20,7 @@ "p-finally": "^3.0.0", "p-queue": "^7.3.0", "p-retry": "^5.1.2", - "p-timeout": "^6.0.0", + "p-timeout": "^6.1.3", "retry": "^0.13.1" }, "devDependencies": {},