Skip to content

Commit

Permalink
[JS] bump: (deps): Bump the production group in /js with 3 updates (#…
Browse files Browse the repository at this point in the history
…1708)

#minor Bumps the production group in /js with 3 updates:
[@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js),
[yaml](https://github.com/eemeli/yaml) and
[debug](https://github.com/debug-js/debug).

Updates `@azure/msal-node` from 2.8.1 to 2.9.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/releases"><code>@​azure/msal-node</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​azure/msal-node</code> v2.9.0</h2>
<h2>2.9.0</h2>
<p>Tue, 28 May 2024 21:37:23 GMT</p>
<h3>Minor changes</h3>
<ul>
<li>Added API for Managed Identity to detect the current environment <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7093">#7093</a>
(<a
href="mailto:[email protected]">[email protected]</a>)</li>
<li>Bump eslint-config-msal to v0.0.0 (beachball)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commits/msal-node-v2.9.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `yaml` from 2.4.2 to 2.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.4.3</h2>
<ul>
<li>Improve error when parsing a non-string value (<a
href="https://redirect.github.com/eemeli/yaml/issues/459">#459</a>)</li>
<li>Do not parse <code>-.NaN</code> or <code>+.nan</code> as NaN (<a
href="https://redirect.github.com/eemeli/yaml/issues/546">#546</a>)</li>
<li>Support <code>#</code> within <code>%TAG</code> prefixes with
trailing <code>#comments</code></li>
<li>Check for non-node complex keys when stringifying with simpleKeys
(<a
href="https://redirect.github.com/eemeli/yaml/issues/541">#541</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eemeli/yaml/commit/208d98f0a42aad737bd019bb59d85679e2d9282a"><code>208d98f</code></a>
2.4.3</li>
<li><a
href="https://github.com/eemeli/yaml/commit/fad10b2f85bf13e21f363dfb5ca8364a9c0d844d"><code>fad10b2</code></a>
style: Apply updated Prettier style</li>
<li><a
href="https://github.com/eemeli/yaml/commit/b92b60227ad8ecc7e3a2fb764fc224e216468857"><code>b92b602</code></a>
chore: Refresh lockfile</li>
<li><a
href="https://github.com/eemeli/yaml/commit/a1dc96fccd494bdc002a6d34696d0f4c5f63c18d"><code>a1dc96f</code></a>
fix: Improve error when parsing a non-string value (fixes <a
href="https://redirect.github.com/eemeli/yaml/issues/459">#459</a>)</li>
<li><a
href="https://github.com/eemeli/yaml/commit/edc623d0f778a484281b36d284dd234707413035"><code>edc623d</code></a>
fix: Do not parse -.NaN or +.nan as NaN (<a
href="https://redirect.github.com/eemeli/yaml/issues/546">#546</a>)</li>
<li><a
href="https://github.com/eemeli/yaml/commit/69f35171cbc101f84051bd2862ec8494391c028f"><code>69f3517</code></a>
fix: Support # within %TAG prefixes with trailing #comments</li>
<li><a
href="https://github.com/eemeli/yaml/commit/ba89ff27323a1286c08bd0ad857893cb398cb1d0"><code>ba89ff2</code></a>
fix: Check for non-node complex keys when stringifying with simpleKeys
(<a
href="https://redirect.github.com/eemeli/yaml/issues/541">#541</a>)</li>
<li>See full diff in <a
href="https://github.com/eemeli/yaml/compare/v2.4.2...v2.4.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `debug` from 4.3.4 to 4.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/debug-js/debug/releases">debug's
releases</a>.</em></p>
<blockquote>
<h2>4.3.5</h2>
<h1>Patch</h1>
<ul>
<li>cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (<a
href="https://redirect.github.com/debug-js/debug/issues/926">#926</a>)</li>
</ul>
<p>Thank you <a
href="https://github.com/calvintwr"><code>@​calvintwr</code></a> for the
fix.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/debug-js/debug/commit/5464bdddbc6f91b2aef2ad20650d3a6cfd9fcc3a"><code>5464bdd</code></a>
4.3.5</li>
<li><a
href="https://github.com/debug-js/debug/commit/f244ada2e98b30a09b42e6f85e8d4ac3f038d2d6"><code>f244ada</code></a>
update authorship contact info</li>
<li><a
href="https://github.com/debug-js/debug/commit/cac39b1c5b018b0fe93a53a05f084eee543d17f5"><code>cac39b1</code></a>
Fix/debug depth (<a
href="https://redirect.github.com/debug-js/debug/issues/926">#926</a>)</li>
<li><a
href="https://github.com/debug-js/debug/commit/f66cb2d9f729e1a592e72d3698e3b75329d75a25"><code>f66cb2d</code></a>
remove .github folder (and the outdated issue templates)</li>
<li><a
href="https://github.com/debug-js/debug/commit/d1616622e4d404863c5a98443f755b4006e971dc"><code>d161662</code></a>
Update ISSUE_TEMPLATE.md</li>
<li><a
href="https://github.com/debug-js/debug/commit/12c1ad04db972bbb40d49c952f8f8da6871c7216"><code>12c1ad0</code></a>
Update ISSUE_TEMPLATE.md</li>
<li>See full diff in <a
href="https://github.com/debug-js/debug/compare/4.3.4...4.3.5">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 092edad commit dc138c3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@azure/openai-assistants": "1.0.0-beta.5",
"@azure/msal-node": "^2.8.1",
"@azure/msal-node": "^2.9.0",
"axios": "^1.7.2",
"botbuilder-dialogs": "^4.22.2",
"botframework-connector": "^4.22.1",
Expand All @@ -40,7 +40,7 @@
"json-colorizer": "^2.2.2",
"jsonschema": "1.4.1",
"uuid": "^9.0.1",
"yaml": "^2.4.2"
"yaml": "^2.4.3"
},
"resolutions": {
"follow-redirects": "^1.15.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@microsoft/teams-ai": "~1.2.1",
"@microsoft/teamsfx": "^2.3.2",
"botbuilder": "^4.22.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"dotenv": "^16.4.1",
"openai": "4.28.4",
"replace": "~1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/restify": "8.5.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"nodemon": "~3.0.1",
Expand Down
25 changes: 16 additions & 9 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@
jsonwebtoken "^9.0.0"
uuid "^8.3.0"

"@azure/msal-node@^2.8.1":
version "2.8.1"
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.8.1.tgz#aded28d37eea2e7278c9bd44f2016647390f239c"
integrity sha512-VcZZM+5VvCWRBTOF7SxMKaxrz+EXjntx2u5AQe7QE06e6FuPJElGBrImgNgCh5QmFaNCfVFO+3qNR7UoFD/Gfw==
"@azure/msal-node@^2.9.0":
version "2.9.0"
resolved "https://registry.yarnpkg.com/@azure/msal-node/-/msal-node-2.9.0.tgz#e06d45ceb80b8f689d7007c5300b01fd2966d695"
integrity sha512-QHAvP6wduXzNKdmZviT1dXKUR3w/FTqgkhg7UrZndHwdihRZzxVR7KxlUw/Eq+vIeLSh1n0vxiULnaEqrLnJ6w==
dependencies:
"@azure/msal-common" "14.10.0"
jsonwebtoken "^9.0.0"
Expand Down Expand Up @@ -3510,7 +3510,14 @@ [email protected], debug@^2.2.0, debug@^2.3.3:
dependencies:
ms "2.0.0"

debug@4, [email protected], debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5:
version "4.3.5"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==
dependencies:
ms "2.1.2"

[email protected]:
version "4.3.4"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
Expand Down Expand Up @@ -10308,10 +10315,10 @@ yaml@^1.10.0:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

yaml@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.2.tgz#7a2b30f2243a5fc299e1f14ca58d475ed4bc5362"
integrity sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==
yaml@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.3.tgz#0777516b8c7880bcaa0f426a5410e8d6b0be1f3d"
integrity sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==

[email protected]:
version "20.2.4"
Expand Down

0 comments on commit dc138c3

Please sign in to comment.