Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axios and ibm-watson #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 7, 2023

Bumps axios to 0.26.1 and updates ancestor dependency ibm-watson. These dependencies need to be updated together.

Updates axios from 0.18.1 to 0.26.1

Release notes

Sourced from axios's releases.

v0.26.1

Fixes and Functionality:

  • Refactored project file structure to avoid circular imports (#4220)

v0.26.0

Fixes and Functionality:

  • Fixed The timeoutErrorMessage property in config not work with Node.js (#3581)
  • Added errors to be displayed when the query parsing process itself fails (#3961)
  • Fix/remove url required (#4426)
  • Update follow-redirects dependency due to Vulnerability (#4462)
  • Bump karma from 6.3.11 to 6.3.14 (#4461)
  • Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)

v0.25.0

Breaking changes:

  • Fixing maxBodyLength enforcement (#3786)
  • Don't rely on strict mode behaviour for arguments (#3470)
  • Adding error handling when missing url (#3791)
  • Update isAbsoluteURL.js removing escaping of non-special characters (#3809)
  • Use native Array.isArray() in utils.js (#3836)
  • Adding error handling inside stream end callback (#3967)

Fixes and Functionality:

  • Added aborted even handler (#3916)
  • Header types expanded allowing boolean and number types (#4144)
  • Fix cancel signature allowing cancel message to be undefined (#3153)
  • Updated type checks to be formulated better (#3342)
  • Avoid unnecessary buffer allocations (#3321)
  • Adding a socket handler to keep TCP connection live when processing long living requests (#3422)
  • Added toFormData helper function (#3757)
  • Adding responseEncoding prop type in AxiosRequestConfig (#3918)

Internal and Tests:

  • Adding axios-test-instance to ecosystem (#3786)
  • Optimize the logic of isAxiosError (#3546)
  • Add tests and documentation to display how multiple inceptors work (#3564)
  • Updating follow-redirects to version 1.14.7 (#4379)

Documentation:

  • Fixing changelog to show corrext pull request (#4219)
  • Update upgrade guide for https proxy setting (#3604)

Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:

... (truncated)

Commits
  • 8e67551 Update line on methods, update TS definition to allow strings (#3802)
  • 224ed94 Add AxiosInterceptorOptions to d.ts (#3800)
  • bdb7d76 Adding baseURL to be used in getUri(), also removing question mark trimming s...
  • 195c8e5 Returned error treated when requesting uncommon URL (#3544)
  • 412d3bd Adding support for beforeRedirect config option (#3852)
  • 3d13b67 Fix FormData example (#4391)
  • 45cb5ad Updated README example to be coherent with the CommonJS usage (#4418)
  • 2396fcd Bump karma from 6.3.14 to 6.3.16 (#4506)
  • 170588f Refactored project file structure to avoid circular imports; (#4220)
  • 6e63edf Bump url-parse from 1.5.4 to 1.5.10 (#4501)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


Updates ibm-watson from 5.1.0 to 5.6.1

Release notes

Sourced from ibm-watson's releases.

v5.6.1

5.6.1 (2020-07-24)

Bug Fixes

v5.6.0

5.6.0 (2020-06-03)

Bug Fixes

Features

  • assistant-v2: new method: messageStateless (0ccc5bf)
  • visual-recognition-v4: new method: getModelFile (55aec8c)

v5.5.0

5.5.0 (2020-04-24)

Bug Fixes

  • discovery-v1: property indexed corrected to available for model EnvironmentDocuments (7bc2ccd)

Features

  • assistant-v1: RuntimeEntityAlternative model added (9ad75d7)
  • assistant-v2: MessageContextSkillSystem model added (40fd822)
  • speech-to-text-v1: parameters speechDetectorSensitivity, backgroundAudioSuppression, added to recognize (7c91ea2)
  • text-to-speech-v1: new voices and languages added (dad6e0e)

v5.4.0

5.4.0 (2020-02-13)

Features

  • assistant-v1: includeAudit and append parameters added to a number of methods (35fb2a5)
  • visual-recognition-v4: new methods added: listObjectMetadata, updateObjectMetadata, getObjectMetadata, deleteObject (85281ae)

v5.3.1

5.3.1 (2020-01-29)

... (truncated)

Changelog

Sourced from ibm-watson's changelog.

5.6.1 (2020-07-24)

Bug Fixes

5.6.0 (2020-06-03)

Bug Fixes

Features

  • assistant-v2: new method: messageStateless (0ccc5bf)
  • visual-recognition-v4: new method: getModelFile (55aec8c)

5.5.0 (2020-04-24)

Bug Fixes

  • discovery-v1: property indexed corrected to available for model EnvironmentDocuments (7bc2ccd)

Features

  • assistant-v1: RuntimeEntityAlternative model added (9ad75d7)
  • assistant-v2: MessageContextSkillSystem model added (40fd822)
  • speech-to-text-v1: parameters speechDetectorSensitivity, backgroundAudioSuppression, added to recognize (7c91ea2)
  • text-to-speech-v1: new voices and languages added (dad6e0e)

5.4.0 (2020-02-13)

Features

  • assistant-v1: includeAudit and append parameters added to a number of methods (35fb2a5)
  • visual-recognition-v4: new methods added: listObjectMetadata, updateObjectMetadata, getObjectMetadata, deleteObject (85281ae)

5.3.1 (2020-01-29)

Bug Fixes

  • Natural Language Understanding v1: Restore model field in CategoriesOptions (93e7b69)

... (truncated)

Commits
  • 4630735 chore(release): 5.6.1 [skip ci]
  • fec1eae test: fix broken language translator test for create model (#1051)
  • 24f2217 fix: update core version to 2.4.2 (#1050)
  • d07bd84 chore(release): 5.6.0 [skip ci]
  • 89c6781 docs: documentation, test, and some model changes
  • 55aec8c feat(visual-recognition-v4): new method: getModelFile
  • 0ccc5bf feat(assistant-v2): new method: messageStateless
  • fde46cf fix: update dependencies and examples (#1036)
  • c6953c0 docs: fix README typo and add link to NLU (#1031)
  • 47f0930 docs: Update outdated links (#1040)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Bumps [axios](https://github.com/axios/axios) to 0.26.1 and updates ancestor dependency [ibm-watson](https://github.com/watson-developer-cloud/node-sdk). These dependencies need to be updated together.


Updates `axios` from 0.18.1 to 0.26.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.18.1...v0.26.1)

Updates `ibm-watson` from 5.1.0 to 5.6.1
- [Release notes](https://github.com/watson-developer-cloud/node-sdk/releases)
- [Changelog](https://github.com/watson-developer-cloud/node-sdk/blob/master/CHANGELOG.md)
- [Commits](watson-developer-cloud/node-sdk@v5.1.0...v5.6.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: ibm-watson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 7, 2023
@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


🚨 Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again.

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
[email protected] (added) postinstall package-lock.json via [email protected]
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Package Location Source
[email protected] (added) binding.gyp package-lock.json via [email protected]
[email protected] (added) binding.gyp package-lock.json via [email protected]
🧌 Protestware/Troll package

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Package Note Source
[email protected] (added) This package prints a protestware console message on install regarding Ukraine for users with Russian language locale package-lock.json via [email protected]
Pull request alert summary
Issue Status
Install scripts ⚠️ 1 issue
Native code ⚠️ 2 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ⚠️ 1 issue

📊 Modified Dependency Overview:

⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
[email protected] 5.1.0...5.6.1 eval, shell +66/-11 germanattanasio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants