Bump axios, @slack/rtm-api and @slack/web-api in /Tools/WebKitBot#175
Bump axios, @slack/rtm-api and @slack/web-api in /Tools/WebKitBot#175dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [axios](https://github.com/axios/axios), [@slack/rtm-api](https://github.com/slackapi/node-slack-sdk) and [@slack/web-api](https://github.com/slackapi/node-slack-sdk). These dependencies needed to be updated together. Updates `axios` from 0.19.2 to 1.16.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v1.16.1) Updates `@slack/rtm-api` from 5.0.5 to 7.0.4 - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/rtm-api@5.0.5...@slack/rtm-api@7.0.4) Updates `@slack/web-api` from 5.10.0 to 7.16.0 - [Release notes](https://github.com/slackapi/node-slack-sdk/releases) - [Commits](https://github.com/slackapi/node-slack-sdk/compare/@slack/web-api@5.10.0...@slack/web-api@7.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: direct:production - dependency-name: "@slack/rtm-api" dependency-version: 7.0.4 dependency-type: direct:production - dependency-name: "@slack/web-api" dependency-version: 7.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
| "version": "5.0.0", | ||
| "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", | ||
| "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==" | ||
| }, | ||
| "tmpl": { | ||
| "node_modules/tmpl": { |
There was a problem hiding this comment.
High severity vulnerability introduced by a package you're using:
Line 5943 lists a dependency (tmpl) with a known High severity vulnerability. Fixing requires upgrading or replacing the dependency.
ℹ️ Why this matters
tmpl versions before 1.0.5 are vulnerable to Uncontrolled Resource Consumption when formatting a string.
To resolve this comment:
Upgrade this dependency to at least version 1.0.5 at Tools/WebKitBot/package-lock.json.
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Questions about this? Check out our documentation on triaging findings and using Semgrep, or post questions in #security on Slack.
You can view more details on this finding in the Semgrep AppSec Platform here.
| "@babel/code-frame": "^7.10.3", | ||
| "@babel/parser": "^7.10.3", | ||
| "@babel/types": "^7.10.3" | ||
| } | ||
| }, | ||
| "@babel/traverse": { | ||
| "node_modules/@babel/traverse": { |
There was a problem hiding this comment.
Critical severity vulnerability may affect your project—review required:
Line 364 lists a dependency (@babel/traverse) with a known Critical severity vulnerability.
ℹ️ Why this matters
Affected versions of @babel/traverse and babel-traverse are vulnerable to Incomplete List of Disallowed Inputs / Incorrect Comparison. Compiling untrusted code with Babel using plugins that invoke the internal path.evaluate() or path.evaluateTruthy() methods (for example @babel/plugin-transform-runtime, @babel/preset-env with useBuiltIns, or any polyfill‐provider plugin) allows a maliciously crafted AST to execute arbitrary code on the build machine during compilation.
To resolve this comment:
Check if you use Babel to compile untrusted JavaScript.
- If you're affected, upgrade this dependency to at least version 7.23.2 at Tools/WebKitBot/package-lock.json.
- If you're not affected, comment
/fp we don't use this [condition]
💬 Ignore this finding
To ignore this, reply with:
/fp <comment>for false positive/ar <comment>for acceptable risk/other <comment>for all other reasons
Questions about this? Check out our documentation on triaging findings and using Semgrep, or post questions in #security on Slack.
You can view more details on this finding in the Semgrep AppSec Platform here.
Bumps axios, @slack/rtm-api and @slack/web-api. These dependencies needed to be updated together.
Updates
axiosfrom 0.19.2 to 1.16.1Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
1337d6bchore(release): prepare release 1.16.1 (#10877)858a790fix: remove all caches (#10882)34adfd9revert: "fix: support URL object as config.url input (#10866)" (#10874)847d89bfix: support URL object as config.url input (#10866)4094886fix(progress): guard malformed XHR upload events (#10868)44f0c5bchore: change sponsorship link and add Twicsy advertisement (#10869)64e1095chore: update PR and issue template to use h2 (#10865)3e6b4e1fix: error unexpected token in fetch JS compatibility issue with Webpack 4 (#...c4453bafix: add the ability to add additional sponsors to the process sponsors scrip...caa00a9fix: https data in cleartext to proxy (#10858)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.Updates
@slack/rtm-apifrom 5.0.5 to 7.0.4Release notes
Sourced from @slack/rtm-api's releases.
... (truncated)
Commits
18c4af4chore(rtm-api): release@slack/rtm-api@7.0.4 (#2347)dab6705chore(socket-mode): release@slack/socket-mode@2.0.5 (#2346)00b7d18chore(oauth): release@slack/oauth@3.0.4 (#2345)4a03081chore(socket-mode): bump@slack/web-apito 7.10.0 (#2343)d6701f7chore(rtm-api): bump@slack/web-apito 7.10.0 (#2342)d56fc1achore(oauth): bump@slack/web-apito 7.10.0 (#2341)b4632b5docs: autogenerate package reference to language specific paths (#2337)d871f63chore(types): release@slack/web-api@7.10.0 (#2340)013f5d9chore(webhook): release@slack/webhook@7.0.6 (#2338)ab3412bchore(types): release@slack/types@2.16.0 (#2339)Maintainer changes
This version was pushed to npm by e-zim, a new releaser for
@slack/rtm-apisince your current version.Updates
@slack/web-apifrom 5.10.0 to 7.16.0Release notes
Sourced from @slack/web-api's releases.
... (truncated)
Commits
aeaf9f9chore: release (#2597)2814969feat(web-api): add highlight_type to files.completeUploadExternal and filesUp...963f9b0chore: modernize prod server integration tests (#2590)3411de3chore: release (#2579)3c4e927fix(cli-test): invoke commands without shell intermediate (#2582)1f91b1fchore(deps): bump axios from 1.15.1 to 1.16.0 (#2584)e8a087cchore: add a clean script for maintainers (#2583)5bc7685feat(types): add BlockChunk type to chat.{start,append,stop}Stream methods (#...21b0839test: add coverage for untested WebClient and IncomingWebhook behavior (#2581)9fa2921docs(types): align Alert, Card, Carousel block descriptions with official doc...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@slack/web-apisince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.