diff --git a/package-lock.json b/package-lock.json index 8c182857..b1db0a17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "@slack/logger": "^4.0.0", - "@slack/web-api": "^7.9.1", + "@slack/web-api": "^7.9.2", "axios": "^1.9.0", "axios-retry": "^4.5.0", "flat": "^6.0.1", @@ -657,9 +657,9 @@ } }, "node_modules/@slack/web-api": { - "version": "7.9.1", - "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.9.1.tgz", - "integrity": "sha512-qMcb1oWw3Y/KlUIVJhkI8+NcQXq1lNymwf+ewk93ggZsGd6iuz9ObQsOEbvlqlx1J+wd8DmIm3DORGKs0fcKdg==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-7.9.2.tgz", + "integrity": "sha512-3HoDwV6+ZSTfV+DsbnUd82GlZY0a+DPXuHQHpxWTqgxjM3JWZyGiwR+ov3d2M16pWiMzA+l58UJ5lm1znGq0yA==", "license": "MIT", "dependencies": { "@slack/logger": "^4.0.0", diff --git a/package.json b/package.json index d5d239da..524b4a56 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/core": "^1.11.1", "@actions/github": "^6.0.1", "@slack/logger": "^4.0.0", - "@slack/web-api": "^7.9.1", + "@slack/web-api": "^7.9.2", "axios": "^1.9.0", "axios-retry": "^4.5.0", "flat": "^6.0.1",