Skip to content

Bump the npm_and_yarn group across 8 directories with 10 updates #2

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps the npm_and_yarn group with 3 updates in the / directory: @azure/identity, axios and tough-cookie.
Bumps the npm_and_yarn group with 6 updates in the /workspaces/tech-insights directory:

Package From To
@azure/identity 4.2.0 4.8.0
elliptic 6.5.5 6.6.1
@babel/runtime-corejs3 7.24.7 7.27.0
fast-loops 1.1.3 1.1.4
mysql2 3.10.0 3.14.0
xml-crypto 6.0.0 6.0.1

Bumps the npm_and_yarn group with 6 updates in the /workspaces/tech-radar directory:

Package From To
@azure/identity 4.4.1 4.8.0
elliptic 6.5.7 6.6.1
@babel/runtime-corejs3 7.25.6 7.27.0
mysql2 3.11.3 3.14.0
xml-crypto 6.0.0 6.0.1
undici 5.28.4 5.29.0

Bumps the npm_and_yarn group with 4 updates in the /workspaces/tekton directory: @azure/identity, @babel/runtime-corejs3, mysql2 and xml-crypto.
Bumps the npm_and_yarn group with 6 updates in the /workspaces/todo directory:

Package From To
@azure/identity 4.1.0 4.8.0
elliptic 6.5.5 6.6.1
tough-cookie 4.1.3 4.1.4
fast-loops 1.1.3 1.1.4
mysql2 3.9.7 3.14.0
undici 5.28.4 5.29.0

Bumps the npm_and_yarn group with 6 updates in the /workspaces/topology directory:

Package From To
@azure/identity 4.4.1 4.8.0
elliptic 6.5.7 6.6.1
@babel/runtime-corejs3 7.25.7 7.27.0
mysql2 3.11.3 3.14.0
xml-crypto 6.0.0 6.0.1
undici 7.3.0 7.5.0

Bumps the npm_and_yarn group with 5 updates in the /workspaces/vault directory:

Package From To
@azure/identity 4.1.0 4.8.0
fast-loops 1.1.3 1.1.4
mysql2 3.9.7 3.14.0
xml-crypto 6.0.0 6.0.1
undici 7.4.0 7.5.0

Bumps the npm_and_yarn group with 3 updates in the /workspaces/xcmetrics directory: @azure/identity, tough-cookie and undici.

Updates @azure/identity from 4.0.1 to 4.8.0

Commits
  • ea670b7 Sync eng/common directory with azure-sdk-tools for PR 9993 (#33338)
  • dead575 Cosmosdb/4.3.0 fix (#33337)
  • d18dd5e [CODEOWNERS] update ACS owner (#33311)
  • bc76daa [EngSys] pin dev dependency typescript version to ~5.7.3 (#33325)
  • 93f4001 [Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Update Internal Versi...
  • 7ce0dd9 [Monitor OpenTelemetry Exporter] Filter OpenTelemetry Semantic Attributes fro...
  • 7df8e99 [engSys] Use common OIDC token env vars for live tests (#33320)
  • 3b0e6a4 [Language Authoring] Update Readme and package.json (#33314)
  • bdf757f [keyvault] Remove swagger files (#33323)
  • 051877a [App Config] Skip flaky tests in live mode (#33313)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/identity since your current version.


Updates @azure/msal-node from 2.6.6 to 3.4.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v3.4.0

3.4.0

Thu, 20 Mar 2025 22:09:04 GMT

Minor changes

  • Refactor /authorize request generation ([email protected])
  • Bump @​azure/msal-common to v15.3.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

Patches

@​azure/msal-node v3.3.0

3.3.0

Tue, 11 Mar 2025 18:51:25 GMT

Minor changes

  • Reworked Managed Identity Retry Policy to be per-request, which is based on the Managed Identity source. #7603 ([email protected])
  • Bump @​azure/msal-common to v15.2.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.2.3

3.2.3

Tue, 18 Feb 2025 18:51:41 GMT

Patches

  • Deprecate ROPC flow ([email protected])
  • Bump @​azure/msal-common to v15.2.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.2.2

3.2.2

Tue, 11 Feb 2025 16:09:10 GMT

Patches

  • ManagedIdentityTokenResponses expires_in can now be accepted in ISO 8601 date format #7544 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

... (truncated)

Commits

Updates axios from 1.8.3 to 1.8.4

Release notes

Sourced from axios's releases.

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Commits
  • 9f6f97b chore(release): v1.8.4 (#6844)
  • f10c2e0 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
  • 1e6632c chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
  • See full diff in compare view

Updates tough-cookie from 4.1.3 to 4.1.4

Release notes

Sourced from tough-cookie's releases.

v4.1.4

https://www.npmjs.com/package/tough-cookie/v/4.1.4

What's Changed

New Contributors

Full Changelog: salesforce/tough-cookie@v4.1.3...v4.1.4

Commits
  • cacbc37 Bump version to 4.1.4
  • a48fb3a Add tests for url validation
  • 50e69bf Merge pull request #261 from postmanlabs/fix/url-string-validation
  • 1253d58 Merge pull request #409 from corvidism/validators-to-string
  • 238367e Add local alias for toString
  • cf6debd Fix incorrect string validation for URL
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.


Updates @azure/identity from 4.2.0 to 4.8.0

Commits
  • ea670b7 Sync eng/common directory with azure-sdk-tools for PR 9993 (#33338)
  • dead575 Cosmosdb/4.3.0 fix (#33337)
  • d18dd5e [CODEOWNERS] update ACS owner (#33311)
  • bc76daa [EngSys] pin dev dependency typescript version to ~5.7.3 (#33325)
  • 93f4001 [Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Update Internal Versi...
  • 7ce0dd9 [Monitor OpenTelemetry Exporter] Filter OpenTelemetry Semantic Attributes fro...
  • 7df8e99 [engSys] Use common OIDC token env vars for live tests (#33320)
  • 3b0e6a4 [Language Authoring] Update Readme and package.json (#33314)
  • bdf757f [keyvault] Remove swagger files (#33323)
  • 051877a [App Config] Skip flaky tests in live mode (#33313)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/identity since your current version.


Updates @azure/msal-node from 2.9.1 to 3.4.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v3.4.0

3.4.0

Thu, 20 Mar 2025 22:09:04 GMT

Minor changes

  • Refactor /authorize request generation ([email protected])
  • Bump @​azure/msal-common to v15.3.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

Patches

@​azure/msal-node v3.3.0

3.3.0

Tue, 11 Mar 2025 18:51:25 GMT

Minor changes

  • Reworked Managed Identity Retry Policy to be per-request, which is based on the Managed Identity source. #7603 ([email protected])
  • Bump @​azure/msal-common to v15.2.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.2.3

3.2.3

Tue, 18 Feb 2025 18:51:41 GMT

Patches

  • Deprecate ROPC flow ([email protected])
  • Bump @​azure/msal-common to v15.2.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.2.2

3.2.2

Tue, 11 Feb 2025 16:09:10 GMT

Patches

  • ManagedIdentityTokenResponses expires_in can now be accepted in ISO 8601 date format #7544 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

... (truncated)

Commits

Updates elliptic from 6.5.5 to 6.6.1

Commits

Updates @babel/runtime-corejs3 from 7.24.7 to 7.27.0

Release notes

Sourced from @​babel/runtime-corejs3's releases.

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

Committers: 5

v7.26.10 (2025-03-11)

... (truncated)

Changelog

Sourced from @​babel/runtime-corejs3's changelog.

v7.27.0 (2025-03-24)

👓 Spec Compliance

  • babel-generator, babel-parser

🚀 New Feature

  • babel-helper-create-class-features-plugin, babel-traverse, babel-types
  • babel-parser, babel-types
    • #17110 Add ImportAttributes to Standardized and move its parser test fixtures (@​JLHwung)
  • babel-generator
  • babel-parser, babel-template
  • babel-plugin-transform-typescript, babel-traverse
  • babel-parser
  • babel-types
    • #17162 feat(babel-types): Add support for BigInt literal conversion in valueToNode (@​ishchhabra)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types

🏃‍♀️ Performance

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

... (truncated)

Commits

Updates fast-loops from 1.1.3 to 1.1.4

Commits

Updates mysql2 from 3.10.0 to 3.14.0

Release notes

Sourced from mysql2's releases.

v3.14.0

3.14.0 (2025-03-19)

Features

v3.13.0

3.13.0 (2025-03-06)

Features

Bug Fixes

  • query: support VECTOR packets in static parser (#3379) (603c246)
  • PromisePoolCluster.of returns PromisePoolCluster instead of PoolNamespace (#3261) (be22202)

v3.12.0

3.12.0 (2024-12-23)

Features

  • PoolCluster: restoreNodeTimeout implementation (#3218) (9a38601)

v3.11.5

3.11.5 (2024-11-28)

Bug Fixes

  • fix datetime fields returned without time part when time is 00:00:00 (#3204) (bded498)
  • resolve circular dependencies (#3081) (d5a76e6)
  • Deno v2 requires commonjs type explicitly (#3209) (cdc9415)

v3.11.4

3.11.4 (2024-11-05)

Bug Fixes

  • types: correct TypeCast's Next callback to return unknown (#3129) (401db79)

v3.11.3

... (truncated)

Changelog

Sourced from mysql2's changelog.

3.14.0 (2025-03-19)

Features

3.13.0 (2025-03-06)

Features

Bug Fixes

  • PromisePoolCluster.of returns PromisePoolCluster instead of PoolNamespace (#3261) (be22202)
  • query: support VECTOR packets in static parser (#3379) (603c246)

3.12.0 (2024-12-23)

Features

  • PoolCluster: restoreNodeTimeout implementation (#3218) (9a38601)

3.11.5 (2024-11-28)

Bug Fixes

  • 1040 datetime fields returned without time part when time is 00:00:00 (#3204) (bded498)
  • circular dependencies (#3081) (d5a76e6)
  • Deno v2 requires commonjs type explicitly (#3209) (cdc9415)

3.11.4 (2024-11-05)

Bug Fixes

  • types: correct TypeCast's Next callback to return unknown (#3129) (401db79)

3.11.3 (2024-09-14)

Bug Fixes

... (truncated)

Commits
  • 1fe1c9d chore(master): release 3.14.0 (#3473)
  • 67d18f9 build(deps-dev): bump poku from 3.0.1 to 3.0.2 in /website (#3488)
  • 65cc9cf build(deps-dev): bump poku from 3.0.1 to 3.0.2 (#3487)
  • 2e7f224 build(deps): bump lucide-react from 0.482.0 to 0.483.0 in /website (#3486)
  • d6d82ed build(deps): bump sass from 1.85.1 to 1.86.0 in /website (#3485)
  • a2a9804 build(deps): bump lucide-react from 0.479.0 to 0.482.0 in /website (#3484)
  • 2670f32 build(deps-dev): bump portfinder from 1.0.34 to 1.0.35 (#3483)
  • ec4a2d7 build(deps): bump @​easyops-cn/docusaurus-search-local in /website (#3482)
  • 6ac4646 build(deps): bump @​babel/helpers from 7.26.9 to 7.26.10 in /website (#3480)
  • c504675 build(deps): bump @​babel/runtime from 7.26.9 to 7.26.10 in /website (#3479)
  • Additional commits viewable in compare view

Updates xml-crypto from 6.0.0 to 6.0.1

Release notes

Sourced from xml-crypto's releases.

v6.0.1

  • Merge commit from fork (8ac6118)

This addresses two critical CVE:

Changelog

Sourced from xml-crypto's changelog.

6.0.1 (2025-03-14)


Commits

Updates @azure/identity from 4.4.1 to 4.8.0

Commits
  • ea670b7 Sync eng/common directory with azure-sdk-tools for PR 9993 (#33338)
  • dead575 Cosmosdb/4.3.0 fix (#33337)
  • d18dd5e [CODEOWNERS] update ACS owner (#33311)
  • bc76daa [EngSys] pin dev dependency typescript version to ~5.7.3 (#33325)
  • 93f4001 [Monitor OpenTelemetry][Monitor OpenTelemetry Exporter] Update Internal Versi...
  • 7ce0dd9 [Monitor OpenTelemetry Exporter] Filter OpenTelemetry Semantic Attributes fro...
  • 7df8e99 [engSys] Use common OIDC token env vars for live tests (#33320)
  • 3b0e6a4 [Language Authoring] Update Readme and package.json (#33314)
  • bdf757f [keyvault] Remove swagger files (#33323)
  • 051877a [App Config] Skip flaky tests in live mode (#33313)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​azure/identity since your current version.


Updates @azure/msal-node from 2.14.0 to 3.4.0

Release notes

Sourced from @​azure/msal-node's releases.

@​azure/msal-node v3.4.0

3.4.0

Thu, 20 Mar 2025 22:09:04 GMT

Minor changes

  • Refactor /authorize request generation ([email protected])
  • Bump @​azure/msal-common to v15.3.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

Patches

@​azure/msal-node v3.3.0

3.3.0

Tue, 11 Mar 2025 18:51:25 GMT

Minor changes

  • Reworked Managed Identity Retry Policy to be per-request, which is based on the Managed Identity source. #7603 ([email protected])
  • Bump @​azure/msal-common to v15.2.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.2.3

3.2.3

Tue, 18 Feb 2025 18:51:41 GMT

Patches

  • Deprecate ROPC flow ([email protected])
  • Bump @​azure/msal-common to v15.2.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-node v3.2.2

3.2.2

Tue, 11 Feb 2025 16:09:10 GMT

Patches

  • ManagedIdentityTokenResponses expires_in can now be accepted in ISO 8601 date format #7544 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

... (truncated)

Commits

Updates elliptic from 6.5.7 to 6.6.1

Commits

Updates @babel/runtime-corejs3 from 7.25.6 to 7.27.0

Release notes

Sourced from @​babel/runtime-corejs3's releases.

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance

  • babel-generator, babel-parser
  • Description has been truncated

Bumps the npm_and_yarn group with 3 updates in the / directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js), [axios](https://github.com/axios/axios) and [tough-cookie](https://github.com/salesforce/tough-cookie).
Bumps the npm_and_yarn group with 6 updates in the /workspaces/tech-insights directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.2.0` | `4.8.0` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.5` | `6.6.1` |
| [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) | `7.24.7` | `7.27.0` |
| [fast-loops](https://github.com/robinweser/fast-loops) | `1.1.3` | `1.1.4` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.10.0` | `3.14.0` |
| [xml-crypto](https://github.com/node-saml/xml-crypto) | `6.0.0` | `6.0.1` |

Bumps the npm_and_yarn group with 6 updates in the /workspaces/tech-radar directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.4.1` | `4.8.0` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.7` | `6.6.1` |
| [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) | `7.25.6` | `7.27.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.11.3` | `3.14.0` |
| [xml-crypto](https://github.com/node-saml/xml-crypto) | `6.0.0` | `6.0.1` |
| [undici](https://github.com/nodejs/undici) | `5.28.4` | `5.29.0` |

Bumps the npm_and_yarn group with 4 updates in the /workspaces/tekton directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js), [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3), [mysql2](https://github.com/sidorares/node-mysql2) and [xml-crypto](https://github.com/node-saml/xml-crypto).
Bumps the npm_and_yarn group with 6 updates in the /workspaces/todo directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.1.0` | `4.8.0` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.5` | `6.6.1` |
| [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.1.3` | `4.1.4` |
| [fast-loops](https://github.com/robinweser/fast-loops) | `1.1.3` | `1.1.4` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.14.0` |
| [undici](https://github.com/nodejs/undici) | `5.28.4` | `5.29.0` |

Bumps the npm_and_yarn group with 6 updates in the /workspaces/topology directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.4.1` | `4.8.0` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.7` | `6.6.1` |
| [@babel/runtime-corejs3](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs3) | `7.25.7` | `7.27.0` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.11.3` | `3.14.0` |
| [xml-crypto](https://github.com/node-saml/xml-crypto) | `6.0.0` | `6.0.1` |
| [undici](https://github.com/nodejs/undici) | `7.3.0` | `7.5.0` |

Bumps the npm_and_yarn group with 5 updates in the /workspaces/vault directory:

| Package | From | To |
| --- | --- | --- |
| [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.1.0` | `4.8.0` |
| [fast-loops](https://github.com/robinweser/fast-loops) | `1.1.3` | `1.1.4` |
| [mysql2](https://github.com/sidorares/node-mysql2) | `3.9.7` | `3.14.0` |
| [xml-crypto](https://github.com/node-saml/xml-crypto) | `6.0.0` | `6.0.1` |
| [undici](https://github.com/nodejs/undici) | `7.4.0` | `7.5.0` |

Bumps the npm_and_yarn group with 3 updates in the /workspaces/xcmetrics directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js), [tough-cookie](https://github.com/salesforce/tough-cookie) and [undici](https://github.com/nodejs/undici).


Updates `@azure/identity` from 4.0.1 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.6.6 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `axios` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.3...v1.8.4)

Updates `tough-cookie` from 4.1.3 to 4.1.4
- [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.1.3...v4.1.4)

Updates `@azure/identity` from 4.2.0 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.9.1 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `elliptic` from 6.5.5 to 6.6.1
- [Commits](indutny/elliptic@v6.5.5...v6.6.1)

Updates `@babel/runtime-corejs3` from 7.24.7 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime-corejs3)

Updates `fast-loops` from 1.1.3 to 1.1.4
- [Commits](https://github.com/robinweser/fast-loops/commits)

Updates `mysql2` from 3.10.0 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.0...v3.14.0)

Updates `xml-crypto` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/v6.0.1/CHANGELOG.md)
- [Commits](node-saml/xml-crypto@v6.0.0...v6.0.1)

Updates `@azure/identity` from 4.4.1 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.14.0 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `elliptic` from 6.5.7 to 6.6.1
- [Commits](indutny/elliptic@v6.5.5...v6.6.1)

Updates `@babel/runtime-corejs3` from 7.25.6 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime-corejs3)

Updates `mysql2` from 3.11.3 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.0...v3.14.0)

Updates `xml-crypto` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/v6.0.1/CHANGELOG.md)
- [Commits](node-saml/xml-crypto@v6.0.0...v6.0.1)

Updates `undici` from 5.28.4 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.29.0)

Updates `@azure/identity` from 4.7.0 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 3.2.3 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `@babel/runtime-corejs3` from 7.26.9 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime-corejs3)

Updates `mysql2` from 3.12.0 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.0...v3.14.0)

Updates `xml-crypto` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/v6.0.1/CHANGELOG.md)
- [Commits](node-saml/xml-crypto@v6.0.0...v6.0.1)

Updates `@azure/identity` from 4.1.0 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.7.0 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `elliptic` from 6.5.5 to 6.6.1
- [Commits](indutny/elliptic@v6.5.5...v6.6.1)

Updates `tough-cookie` from 4.1.3 to 4.1.4
- [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.1.3...v4.1.4)

Updates `fast-loops` from 1.1.3 to 1.1.4
- [Commits](https://github.com/robinweser/fast-loops/commits)

Updates `mysql2` from 3.9.7 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.0...v3.14.0)

Updates `undici` from 5.28.4 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.29.0)

Updates `@azure/identity` from 4.4.1 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.14.0 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `elliptic` from 6.5.7 to 6.6.1
- [Commits](indutny/elliptic@v6.5.5...v6.6.1)

Updates `@babel/runtime-corejs3` from 7.25.7 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime-corejs3)

Updates `mysql2` from 3.11.3 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.0...v3.14.0)

Updates `xml-crypto` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/v6.0.1/CHANGELOG.md)
- [Commits](node-saml/xml-crypto@v6.0.0...v6.0.1)

Updates `undici` from 7.3.0 to 7.5.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.29.0)

Updates `@azure/identity` from 4.1.0 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.6.6 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `fast-loops` from 1.1.3 to 1.1.4
- [Commits](https://github.com/robinweser/fast-loops/commits)

Updates `mysql2` from 3.9.7 to 3.14.0
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](sidorares/node-mysql2@v3.10.0...v3.14.0)

Updates `xml-crypto` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/node-saml/xml-crypto/releases)
- [Changelog](https://github.com/node-saml/xml-crypto/blob/v6.0.1/CHANGELOG.md)
- [Commits](node-saml/xml-crypto@v6.0.0...v6.0.1)

Updates `undici` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.29.0)

Updates `@azure/identity` from 4.1.0 to 4.8.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/identity_4.0.1...@azure/identity_4.8.0)

Updates `@azure/msal-node` from 2.6.6 to 3.4.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v2.6.6...msal-node-v3.4.0)

Updates `tough-cookie` from 4.1.3 to 4.1.4
- [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.1.3...v4.1.4)

Updates `undici` from 7.4.0 to 7.5.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.29.0)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-loops
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml-crypto
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml-crypto
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml-crypto
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-loops
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime-corejs3"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml-crypto
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fast-loops
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mysql2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml-crypto
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/identity"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@azure/msal-node"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from caugello as a code owner March 25, 2025 11:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 25, 2025
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

0 participants