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 the npm_and_yarn group across 2 directories with 11 updates #901

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2024

Bumps the npm_and_yarn group with 7 updates in the /ch14/TailwindTradersBotComposer/scripts directory:

Package From To
minimist 1.2.5 1.2.6
follow-redirects 1.14.0 1.15.5
qs 6.5.2 6.5.3
xml2js 0.4.23 0.5.0
@azure/arm-appinsights 2.1.0 4.0.0
@azure/arm-botservice 1.0.0 4.0.0
@azure/ms-rest-js 2.4.1 2.7.0
Bumps the npm_and_yarn group with 6 updates in the /ch9_release/src/Tailwind.Traders.Web/ClientApp directory:
Package From To
minimist 1.2.5 1.2.8
tough-cookie 4.0.0 4.1.3
node-sass 4.14.1 9.0.0
react-scripts 3.4.4 5.0.1
axios 0.21.1 1.6.0
qs 6.10.1 6.10.3

Updates minimist from 1.2.5 to 1.2.6

Changelog

Sourced from minimist's changelog.

v1.2.6 - 2022-03-21

Commits

  • test from prototype pollution PR bc8ecee
  • isConstructorOrProto adapted from PR c2b9819
  • security notice for additional prototype pollution issue ef88b93
Commits

Updates follow-redirects from 1.14.0 to 1.15.5

Commits
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • 3d42aec Add bracket tests.
  • bcbb096 Do not directly set Error properties.
  • 192dbe7 Release version 1.15.3 of the npm package.
  • Additional commits viewable in compare view

Updates qs from 6.5.2 to 6.5.3

Changelog

Sourced from qs's changelog.

6.5.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
  • [Fix] correctly parse nested arrays
  • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
  • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
  • [Fix] when parseArrays is false, properly handle keys ending in []
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Fix] utils.merge: avoid a crash with a null target and an array source
  • [Refactor] utils: reduce observable [[Get]]s
  • [Refactor] use cached Array.isArray
  • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
  • [Refactor] parse: only need to reassign the var once
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
  • [Docs] Clarify the need for "arrayLimit" option
  • [meta] fix README.md (#399)
  • [meta] add FUNDING.yml
  • [actions] backport actions from main
  • [Tests] always use String(x) over x.toString()
  • [Tests] remove nonexistent tape option
  • [Dev Deps] backport from main
Commits
  • 298bfa5 v6.5.3
  • ed0f5dc [Fix] parse: ignore __proto__ keys (#428)
  • 691e739 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 1072d57 [readme] remove travis badge; add github actions/codecov badges; update URLs
  • 12ac1c4 [meta] fix README.md (#399)
  • 0338716 [actions] backport actions from main
  • 5639c20 Clean up license text so it’s properly detected as BSD-3-Clause
  • 51b8a0b add FUNDING.yml
  • 45f6759 [Fix] fix for an impossible situation: when the formatter is called with a no...
  • f814a7f [Dev Deps] backport from main
  • Additional commits viewable in compare view

Updates xml2js from 0.4.23 to 0.5.0

Commits

Updates @azure/arm-appinsights from 2.1.0 to 4.0.0

Release notes

Sourced from @​azure/arm-appinsights's releases.

@​azure/identity_4.0.0

No release notes provided.

@​azure/arm-mobilenetwork_4.0.0

4.0.0 (2023-10-31)

Features

  • Added Interface EventHubConfiguration
  • Added Interface NASRerouteConfiguration
  • Added Interface SignalingConfiguration
  • Interface PacketCapture has a new optional parameter outputFiles
  • Interface PacketCoreControlPlane has a new optional parameter controlPlaneAccessVirtualIpv4Addresses
  • Interface PacketCoreControlPlane has a new optional parameter eventHub
  • Interface PacketCoreControlPlane has a new optional parameter signaling
  • Interface PacketCoreDataPlane has a new optional parameter userPlaneAccessVirtualIpv4Addresses
  • Enum KnownInstallationReason has a new value ControlPlaneAccessInterfaceHasChanged
  • Enum KnownInstallationReason has a new value ControlPlaneAccessVirtualIpv4AddressesHasChanged
  • Enum KnownInstallationReason has a new value PublicLandMobileNetworkIdentifierHasChanged
  • Enum KnownInstallationReason has a new value UserPlaneAccessInterfaceHasChanged
  • Enum KnownInstallationReason has a new value UserPlaneAccessVirtualIpv4AddressesHasChanged
  • Enum KnownInstallationReason has a new value UserPlaneDataInterfaceHasChanged

Breaking Changes

  • Parameter totalBytesPerSession has a more constraining minimum value

@​azure/arm-imagebuilder_4.0.0

4.0.0 (2023-12-21)

Features

  • Added Interface ErrorAdditionalInfo
  • Added Interface ImageTemplatePropertiesErrorHandling
  • Added Interface ImageTemplateUpdateParametersProperties
  • Added Type Alias OnBuildError
  • Added Type Alias TriggersDeleteResponse
  • Added Type Alias VirtualMachineImageTemplatesDeleteResponse
  • Interface ImageTemplate has a new optional parameter errorHandling
  • Interface ImageTemplateUpdateParameters has a new optional parameter properties
  • Added Enum KnownOnBuildError

Breaking Changes

  • Changed interface CloudError to ErrorResponse
  • Changed interface CloudErrorBody ErrorDetail

... (truncated)

Commits

Updates @azure/arm-botservice from 1.0.0 to 4.0.0

Release notes

Sourced from @​azure/arm-botservice's releases.

@​azure/identity_4.0.0

No release notes provided.

@​azure/arm-mobilenetwork_4.0.0

4.0.0 (2023-10-31)

Features

  • Added Interface EventHubConfiguration
  • Added Interface NASRerouteConfiguration
  • Added Interface SignalingConfiguration
  • Interface PacketCapture has a new optional parameter outputFiles
  • Interface PacketCoreControlPlane has a new optional parameter controlPlaneAccessVirtualIpv4Addresses
  • Interface PacketCoreControlPlane has a new optional parameter eventHub
  • Interface PacketCoreControlPlane has a new optional parameter signaling
  • Interface PacketCoreDataPlane has a new optional parameter userPlaneAccessVirtualIpv4Addresses
  • Enum KnownInstallationReason has a new value ControlPlaneAccessInterfaceHasChanged
  • Enum KnownInstallationReason has a new value ControlPlaneAccessVirtualIpv4AddressesHasChanged
  • Enum KnownInstallationReason has a new value PublicLandMobileNetworkIdentifierHasChanged
  • Enum KnownInstallationReason has a new value UserPlaneAccessInterfaceHasChanged
  • Enum KnownInstallationReason has a new value UserPlaneAccessVirtualIpv4AddressesHasChanged
  • Enum KnownInstallationReason has a new value UserPlaneDataInterfaceHasChanged

Breaking Changes

  • Parameter totalBytesPerSession has a more constraining minimum value

@​azure/arm-imagebuilder_4.0.0

4.0.0 (2023-12-21)

Features

  • Added Interface ErrorAdditionalInfo
  • Added Interface ImageTemplatePropertiesErrorHandling
  • Added Interface ImageTemplateUpdateParametersProperties
  • Added Type Alias OnBuildError
  • Added Type Alias TriggersDeleteResponse
  • Added Type Alias VirtualMachineImageTemplatesDeleteResponse
  • Interface ImageTemplate has a new optional parameter errorHandling
  • Interface ImageTemplateUpdateParameters has a new optional parameter properties
  • Added Enum KnownOnBuildError

Breaking Changes

  • Changed interface CloudError to ErrorResponse
  • Changed interface CloudErrorBody ErrorDetail

... (truncated)

Commits
  • 64c10b8 botservice release (#24485)
  • 70e762c mediaservice release (#24484)
  • 5951a8b Post release automated changes for azure-arm-containerinstance (#24489)
  • 9498a73 Post release automated changes for azure-arm-locks-profile-2020-09-01-hybrid ...
  • 098b1d3 Post release automated changes for azure-arm-iothub-profile-2020-09-01-hybrid...
  • 8d13811 Post release automated changes for azure-arm-eventhub-profile-2020-09-01-hybr...
  • 73fd790 Post release automated changes for azure-arm-dns-profile-2020-09-01-hybrid (#...
  • ca79b29 Post release automated changes for databoxedge releases (#24308)
  • 182bad5 Post release automated changes for azure-arm-authorization-profile-2020-09-01...
  • 6650d43 Post release automated changes for azure-arm-commerce-profile-2020-09-01-hybr...
  • Additional commits viewable in compare view

Updates @azure/ms-rest-js from 2.4.1 to 2.7.0

Changelog

Sourced from @​azure/ms-rest-js's changelog.

2.7.0 - (2023-07-06)

  • Remove cookie support from nodeFetchHttpClient to address a security issue with the tough-cookie package.

2.6.6 - (2023-04-10)

  • Update dependency xml2js version to ^0.5.0.

2.6.5 - (2023-02-09)

  • Add Microsoft SECURITY.md

2.6.4 - (2022-11-15)

  • Wrap Trusted Types policy-creation in a try/catch.

2.6.2 - (2022-07-28)

  • Address Trusted Types compliance issue.

2.6.1 - (2022-01-25)

2.6.0 - (2021-08-18)

  • Added a new property baseUri on the ServiceClientOptions that is then used to initialize the corresponding baseUri protected property on the ServiceClient.
    • For baseUri that happen to be known Azure resource manager endpoints, this allows the instantiating of the AzureIdentityCredentialAdapter class with the right scope when a user constructs a ServiceClient with a TokenCredential. Resolves Azure/azure-sdk-for-js#15945

2.5.3 - (2021-07-12)

  • Updated the dependency on the uuid package to v8 (PR 456)

2.5.2 - (2021-06-15)

  • Fixed an issue where proxySettings does not work when there is username but no password (PR 453)

2.5.1 - (2021-06-07)

  • [BugFix] Array flattening in deserializer loses previously de-serialized attributes (PR #451)

2.5.0 - (2021-05-10)

  • Add WebResource.redirectLimit: Limit the number of redirects followed for this request. If set to 0, redirects will not be followed.
  • Port changes to redirect policy from [azure-sdk-for-js](Azure/azure-sdk-for-js#11863
Commits

Updates minimist from 1.2.5 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.6 - 2022-03-21

Commits

  • test from prototype pollution PR bc8ecee
  • isConstructorOrProto adapted from PR c2b9819
  • security notice for additional prototype pollution issue ef88b93
Commits

Updates tough-cookie from 4.0.0 to 4.1.3

Release notes

Sourced from tough-cookie's releases.

4.1.3

Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.

4.1.2 -- Patch and Bugfix Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.1...v4.1.2

4.1.1

Patch Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.0...v4.1.1

4.1.0

v4.1.0

Minor release, focused mainly on resolving reported issues and some minor feature work.

What's Changed

... (truncated)

Commits
  • 4ff4d29 4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)
  • 12d4747 Prevent prototype pollution in cookie memstore (#283)
  • f06b72d Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...
  • b1a8898 fix: allow set cookies with localhost (#253)
  • ec70796 4.1.1 Patch -- allow special use domains by default (#250)
  • d4ac580 fix: allow special use domains by default (#249)
  • 79c2f7d 4.1.0 release to NPM (#245)
  • 4fafc17 Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...
  • aa4396d fix: distinguish between no samesite and samesite=none (#240)
  • b8d7511 Modernize README (#234)
  • Additional commits viewable in compare view

Updates node-sass from 4.14.1 to 9.0.0

Release notes

Sourced from node-sass's releases.

v9.0.0

What's Changed

Breaking changes

Supported Environments

OS Architecture Node
Windows x86 & x64 16, 18, 19, 20
OSX x64 16, 18, 19, 20
Linux* x64 16, 18, 19, 20
Alpine Linux x64 16, 18, 19, 20

*Linux support refers to major distributions like Ubuntu, and Debian

v8.0.0

What's Changed

Breaking changes

Features

Dependencies

  • Bump true-case-path@2.2.1
  • Bump node-gyp @​9.0.0
  • Bump nan@^2.17.0
  • Bump sass-graph@^4.0.1

Misc

... (truncated)

Commits

Updates react-scripts from 3.4.4 to 5.0.1

Commits

Updates axios from 0.21.1 to 1.6.0

Release notes

Sourced from axios's releases.

Release v1.6.0

Release notes:

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

Release v1.5.0

Release notes:

Bug Fixes

  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#5832) (8fda276)

Features

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.0 (2023-10-26)

Bug Fixes

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.5.0 (2023-08-26)

... (truncated)

Commits
Maintainer changes

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


Updates qs from 6.10.1 to 6.10.3

Changelog

Sourced from qs's changelog.

6.5.3

  • [Fix] parse: ignore __proto__ keys (#428)
  • [Fix] utils.merge: avoid a crash with a null target and a truthy non-array source
  • [Fix] correctly parse nested arrays
  • [Fix] stringify: fix a crash with strictNullHandling and a custom filter/serializeDate (#279)
  • [Fix] utils: merge: fix crash when source is a truthy primitive & no options are provided
  • [Fix] when parseArrays is false, properly handle keys ending in []
  • [Fix] fix for an impossible situation: when the formatter is called with a non-string value
  • [Fix] utils.merge: avoid a crash with a null target and an array source
  • [Refactor] utils: reduce observable [[Get]]s
  • [Refactor] use cached Array.isArray
  • [Refactor] stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)
  • [Refactor] parse: only need to reassign the var once
  • [Robustness] stringify: avoid relying on a global undefined (#427)
  • [readme] remove travis badge; add github actions/codecov badges; update URLs
  • [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
  • [Docs] Clarify the need for "arrayLimit" option
  • [meta] fix README.md (#399)
  • [meta] add FUNDING.yml
  • [actions] backport actions from main
  • [Tests] always use String(x) over x.toString()
  • [Tests] remove nonexistent tape option
  • [Dev Deps] backport from main
Commits
  • 298bfa5 v6.5.3
  • ed0f5dc [Fix] parse: ignore __proto__ keys (#428)
  • 691e739 [Robustness] stringify: avoid relying on a global undefined (#427)
  • 1072d57 [readme] remove travis badge; add github actions/codecov badges; update URLs
  • 12ac1c4 [meta] fix README.md (#399)
  • 0338716 [actions] backport actions from main
  • 5639c20 Clean up license text so it’s properly detected as BSD-3-Clause
  • 51b8a0b add FUNDING.yml
  • 45f6759 [Fix] fix for an impossible situation: when the formatter is called with a no...
  • f814a7f [Dev Deps] backport from main
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @wulfland.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the npm_and_yarn group with 7 updates in the /ch14/TailwindTradersBotComposer/scripts directory:

| Package | From | To |
| --- | --- | --- |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.6` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.14.0` | `1.15.5` |
| [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
| [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | `0.4.23` | `0.5.0` |
| [@azure/arm-appinsights](https://github.com/Azure/azure-sdk-for-js) | `2.1.0` | `4.0.0` |
| [@azure/arm-botservice](https://github.com/Azure/azure-sdk-for-js) | `1.0.0` | `4.0.0` |
| [@azure/ms-rest-js](https://github.com/Azure/ms-rest-js) | `2.4.1` | `2.7.0` |
Bumps the npm_and_yarn group with 6 updates in the /ch9_release/src/Tailwind.Traders.Web/ClientApp directory:

| Package | From | To |
| --- | --- | --- |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.0.0` | `4.1.3` |
| [node-sass](https://github.com/sass/node-sass) | `4.14.1` | `9.0.0` |
| [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) | `3.4.4` | `5.0.1` |
| [axios](https://github.com/axios/axios) | `0.21.1` | `1.6.0` |
| [qs](https://github.com/ljharb/qs) | `6.10.1` | `6.10.3` |


Updates `minimist` from 1.2.5 to 1.2.6
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.6)

Updates `follow-redirects` from 1.14.0 to 1.15.5
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.0...v1.15.5)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

Updates `xml2js` from 0.4.23 to 0.5.0
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)

Updates `@azure/arm-appinsights` from 2.1.0 to 4.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/arm-msi_2.1.0...@azure/cosmos_4.0.0)

Updates `@azure/arm-botservice` from 1.0.0 to 4.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/logger_1.0.0...@azure/arm-botservice_4.0.0)

Updates `@azure/ms-rest-js` from 2.4.1 to 2.7.0
- [Changelog](https://github.com/Azure/ms-rest-js/blob/master/Changelog.md)
- [Commits](https://github.com/Azure/ms-rest-js/commits)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.6)

Updates `tough-cookie` from 4.0.0 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)

Updates `node-sass` from 4.14.1 to 9.0.0
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.14.1...v9.0.0)

Updates `react-scripts` from 3.4.4 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

Updates `axios` from 0.21.1 to 1.6.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v1.6.0)

Updates `qs` from 6.10.1 to 6.10.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: xml2js
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@azure/arm-appinsights"
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@azure/arm-botservice"
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@azure/ms-rest-js"
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: node-sass
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: react-scripts
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: axios
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: qs
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from wulfland as a code owner January 17, 2024 08:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 17, 2024
@wulfland
Copy link
Owner

@dependabot merge

@wulfland
Copy link
Owner

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ch14/TailwindTradersBotComposer/scripts/npm_and_yarn-security-group-3e9ed88168 branch March 25, 2024 19:51
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant