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

[Snyk] Upgrade @microsoft/mgt-react from 2.9.2 to 4.2.1 #5

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

Conversation

YoutacRandS-VA
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade @microsoft/mgt-react from 2.9.2 to 4.2.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 406 versions ahead of your current version.

  • The recommended version was released on 3 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ADOBECSSTOOLS-6096077
250 No Known Exploit
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-ADOBECSSTOOLS-5871286
250 No Known Exploit
critical severity Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
250 Proof of Concept
critical severity Incomplete List of Disallowed Inputs
SNYK-JS-BABELTRAVERSE-5962462
250 Proof of Concept
high severity Uncontrolled resource consumption
SNYK-JS-BRACES-6838727
250 Proof of Concept
high severity Inefficient Regular Expression Complexity
SNYK-JS-MICROMATCH-6838728
250 No Known Exploit
high severity Denial of Service (DoS)
SNYK-JS-WS-7266574
250 Proof of Concept
high severity Denial of Service (DoS)
SNYK-JS-WS-7266574
250 Proof of Concept
high severity Improper Input Validation
SNYK-JS-FOLLOWREDIRECTS-6141137
250 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
250 Proof of Concept
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
250 Proof of Concept
high severity Path Traversal
SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555
250 Proof of Concept
medium severity Improper Control of Dynamically-Managed Code Resources
SNYK-JS-EJS-6689533
250 No Known Exploit
medium severity Open Redirect
SNYK-JS-EXPRESS-6474509
250 No Known Exploit
medium severity Information Exposure
SNYK-JS-FOLLOWREDIRECTS-6444610
250 Proof of Concept
medium severity Prototype Pollution
SNYK-JS-TOUGHCOOKIE-5672873
250 Proof of Concept
low severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-WORDWRAP-3149973
250 Proof of Concept
Release notes
Package name: @microsoft/mgt-react
  • 4.2.1 - 2024-03-27

    4.2.1 (2024-03-27)

    Bug Fixes

  • 4.2.1-preview.ef846d5 - 2024-05-28
  • 4.2.1-preview.bfa4af8 - 2024-05-30
  • 4.2.1-preview.9f0799e - 2024-05-30
  • 4.2.1-preview.7f9eac3 - 2024-05-29
  • 4.2.1-preview.6e51044 - 2024-05-29
  • 4.2.1-preview.35b86ff - 2024-04-03
  • 4.2.0-preview.dadb0f3 - 2024-03-27
  • 4.1.0 - 2024-02-26

    4.1.0 (2024-02-26)

    Features

    • add ability to disable suggestions on people-picker (#3048) (f174714)
    • move electron to peer dependency (#3046) (c572c01)

    Bug Fixes

    • make scope aware requests work for electron apps (c572c01)
  • 4.1.0-preview.daf0cf9 - 2024-03-07
  • 4.1.0-preview.da77913 - 2024-03-08
  • 4.1.0-preview.bc8423c - 2024-02-28
  • 4.1.0-preview.bc1fedf - 2024-03-27
  • 4.1.0-preview.ae5e343 - 2024-03-04
  • 4.1.0-preview.948b078 - 2024-03-11
  • 4.1.0-preview.81826d9 - 2024-03-27
  • 4.1.0-preview.1e695aa - 2024-03-21
  • 4.0.1 - 2024-02-12

    4.0.1 (2024-02-12)

    Bug Fixes

    • apply keyboard focus when removing selected person or adding person from suggestion list on people-picker (#3011) (8c8b138)
    • ensure consistency level header present for user search (#3029) (3d893b2)
  • 4.0.1-preview.f1ffe5e - 2024-02-20
  • 4.0.1-preview.f174714 - 2024-02-26
  • 4.0.1-preview.c572c01 - 2024-02-23
  • 4.0.1-preview.48449c4 - 2024-02-13
  • 4.0.1-next.electron-provider.a9c1403 - 2024-02-14
  • 4.0.1-next.electron-provider.9888a35 - 2024-02-14
  • 4.0.1-next.electron-provider.95c51f5 - 2024-02-14
  • 4.0.1-next.electron-provider.74fa189 - 2024-02-23
  • 4.0.1-next.electron-provider.669ff52 - 2024-02-14
  • 4.0.1-next.electron-provider.39183f7 - 2024-02-13
  • 4.0.0 - 2024-02-05

    4.0.0 (2024-02-05)

    ⚠ BREAKING CHANGES

    • mgt-loader.js is removed and there is no support for es5 only browsers direct from CDN. Developers loading mgt from a CDN must use module syntax and explicitly initialize their applications.
    • mgt-spfx is deprecated, use disambiguation instead
    • ViewType is now a string union type and not an enum
    • UserType is now a string union type and not an enum
    • PersonType is now a string union type and not an enum
    • GroupType is now a string union type and not an enum
    • groupType property on MgtPeoplePicker is now a GroupType[] not a GroupType that is a bitmask of the desired group types. Developers using the group-type attribute will find the behavior unchanged.
    • the avatarType eunm has been renamed to AvatarType for consistency and converted to a string union type
    • the ResponseType for mgt-get is now a string union type and not an enum
    • PersonCardInteraction is now a string union type and not an enum
    • convert attribute enums to string unions (#2962)
    • PersonViewType has been removed. 'avatar' is no longer a valid value for the 'view' attribute on the 'mgt-person' component
    • permissions: applications using mgt-person with fetch-image and person-detal where the supplied value is a group will now need to consent to either Group.Read.All or Group.ReadWrite.All. This replaces the existing behavior where the group image would silently fail to load and show an http 403 error in the console.
    • permissions: minimal permission for planner calls changed from Group.ReadWrite.All to Tasks.ReadWrite for write operation and from Group.Read.All to Tasks.Read for read operations.
    • prepScopes now accepts an array of scopes, this is checked against the set of currently consented scopes for the user. If any of the supplied scopes are found, then no additional scopes are requested. If no match is found, then the user will be prompted to consent to the first scope in the supplied array of scopes
    • mgt-tasks has been removed and replaced with mgt-planner. mgt-planner does not support data-source switching to fetch data from the outlook tasks apis any longer.
    • Developers must explicitly call the register function for all web components used in their application when using components from @ microsoft/mgt-components. Importing from the root of @ microsoft/mgt-components no longer has an automatic registration side effect. NOTE Components from @ microsoft/mgt-react will automatically register the underlying web component when they are used for the first time.
    • MgtPersonCard no longer has a static config property.This config has been moved to the MgtPersonCardConfig class to allow developers to import the config and associated getMgtPersonCardScopes function at the top level of their applicaiton without automatically adding the weight of the full mgt-person-card component and dependencies to the entry file for their applications.
    • default behavior of mgt-people-picker changes so presence is not shown unless show-presence attribute or showPresence property are set
    • applications importing @ microsoft/mgt-react but not using the wrapper components will not have components automatically registered in the browser. This leads to a breaking change when these applications emit raw web component markup rather than using the wrapper components.

    Features

    Bug Fixes

    • add connect img and frame csp directives (#2910) (20eb7fc)
    • add detail-line part attribute to person component (#2999) (b254e49)
    • add focus on input field when you click the button to add a new task (#2994) (573fa45)
    • add method to clear selected channel in mgt-teams-channel-picker (#2865) (c3a3d82)
    • adding headers and count on all potential advanced aad queries (#2920) (90b2dd1)
    • clean-up react-contoso homepage (#3008) (c8c564d)
    • color inversion on suggestion list (65ca8e2)
    • consolidate person view types (#2943) (6d44a17)
    • correct completion of todo items (#3018) (52d8ad9)
    • correct filter concatenation in mgt-people-picker (#2822) (18925a9)
    • correct permissions used for some requests (#2953) (ec25e57)
    • direct reports list formatting (#2930) (f2547d1)
    • enable the input control when selectedPeople is cleared via code. (#2792) (f54dc81)
    • ensure filtering of tasks actually works (#2894) (59cccb0)
    • ensure loginInitiated is fired every time (2fb1064)
    • ensure people-filters are added with and clause for people-picker (#2826) (0d671e6)
    • enter email keypress behavior (#2928) (53b291c)
    • flyout vertical positioning (#2771) (45163ed)
    • focus on the input when you cancel adding a todo (#3005) (14bb9c1)
    • guard on non-existent result (#2931) (981e6f9)
    • increase area for placeholder (#2921) (513031b)
    • mgt-person avatar size customization in vertical layout (#2875) (4c41534)
    • msal setActiveAccount error (#3017) (0bad7e5)
    • permissions: getGroupImage now correctly requires group.read.all or group.readwrite.all (#2797) (81d124b)
    • permissions: updated todo and planner permissions (#2797) (81d124b)
    • presence fallback logic (#2849) (1ab1970)
    • presence icons for dark forced colors (#2817) (00b168b)
    • register components for use in stories (335c2f3)
    • remove readonly props from react components (#2946) (267bc19)
    • revert csp tag in developer index.html (#2910) (20eb7fc)
    • set add button to disabled until task name is provided (#2996) (eec74d0)
    • stop keydown from bubbling beyond people-picker (#2892) (ad4cfa3)
    • typing for LocalizationHelper.strings (#2998) (0317fc2)
    • update person details when mgt-person attributes are changed (#2871) (9c53cbf)
    • update rollup and rollup config (#2969) (606fffb)
    • update the sandbox fallback url (#2924) (ebf5ed3)

    Code Refactoring

    • avatarType renamed to AvatarType and converted to string union type (18d0aec)
    • GroupType is now a string union type and not an enum (18d0aec)
    • groupType property on MgtPeoplePicker is now GroupType[] (18d0aec)
    • PersonCardInteraction is now a string union type and not an enum (18d0aec)
    • PersonType is now a string union type and not an enum (18d0aec)
    • ResponseType for mgt-get converted to string union type from enum (18d0aec)
    • UserType is now a string union type and not an enum (18d0aec)
    • ViewType is now a string union type and not an enum (18d0aec)
  • 4.0.0-preview.8c8b138 - 2024-02-12
  • 4.0.0-preview.3d893b2 - 2024-02-09
  • 4.0.0-next.mgt-chat.f78d197 - 2024-02-29
  • 4.0.0-next.mgt-chat.eeea1d6 - 2024-02-08
  • 4.0.0-next.mgt-chat.c42aa19 - 2024-03-05
  • 4.0.0-next.mgt-chat.5c123b0 - 2024-02-12
  • 4.0.0-next.mgt-chat.610757 - 2024-02-22
  • 3.1.3 - 2023-10-10

    3.1.3 (2023-10-06)

    Bug Fixes

    • a11y: mgt-file and mgt-picker visibility issues in dark-mode (#2667) (239bfb0)
    • add Group entity to IDynamicPerson type and introduce typeguards to find the entity type (#2688) (b3bc50d)
    • add spaces to presence hover text in mgt-person (#2693) (f50e6ab)
    • disable todo checkboxes and inputs in read-only mode (#2745) (d19f078)
    • ensure batch url resources start with / (#2740) (247f37a)
    • ensure msal public client application is initialized (#2702) (b9fcfe7)
    • ensure people-picker search works when userIds are supplied(#2736) (a724b05)
    • initials rendering in mgt-person (#2764) (882aaf6)
    • MgtProfile: Fix handling of null values for educations & work positions (#2717) (ba381c8)
    • typing for template props data context (#2754) (c9023c2)
    • update mgt-taxonomy-picker colors to match mgt-picker (#2747) (be7add8)
  • 3.1.3-preview.f5bf7cc - 2023-10-31
  • 3.1.3-preview.f54dc81 - 2023-10-31
  • 3.1.3-preview.f3e8599 - 2023-11-30
  • 3.1.3-preview.f2547d1 - 2024-01-04
  • 3.1.3-preview.eec74d0 - 2024-02-02
  • 3.1.3-preview.eda4b19 - 2024-01-24
  • 3.1.3-preview.ec25e57 - 2024-01-18
  • 3.1.3-preview.ebf5ed3 - 2024-01-03
  • 3.1.3-preview.ea0f71b - 2024-01-25
  • 3.1.3-preview.e79fbdc - 2024-01-23
  • 3.1.3-preview.df8af8c - 2023-12-01
  • 3.1.3-preview.d27ffa7 - 2023-10-19
  • 3.1.3-preview.c41d719 - 2023-10-24
  • 3.1.3-preview.c3a3d82 - 2023-11-20
  • 3.1.3-preview.b7db262 - 2023-11-13
  • 3.1.3-preview.b254e49 - 2024-02-02
  • 3.1.3-preview.ad4cfa3 - 2023-11-30
  • 3.1.3-preview.9c53cbf - 2023-12-11
  • 3.1.3-preview.992ab85 - 2023-12-01
  • 3.1.3-preview.981e6f9 - 2024-01-04
  • 3.1.3-preview.90b2dd1 - 2024-01-09
  • 3.1.3-preview.8900eb4 - 2024-01-03
  • 3.1.3-preview.86697f4 - 2023-12-11
  • 3.1.3-preview.81d124b - 2024-01-04
  • 3.1.3-preview.6d44a17 - 2024-01-17
  • 3.1.3-preview.68f517b - 2023-11-03
  • 3.1.3-preview.65ca8e2 - 2024-01-26
  • 3.1.3-preview.64acd1f - 2023-12-01
  • 3.1.3-preview.606fffb - 2024-01-29
  • 3.1.3-preview.59cccb0 - 2023-12-01
  • 3.1.3-preview.573fa45 - 2024-02-02
  • 3.1.3-preview.53b291c - 2024-01-05
  • 3.1.3-preview.52d8ad9 - 2024-02-05
  • 3.1.3-preview.513031b - 2023-12-19
  • 3.1.3-preview.4c41534 - 2023-12-05
  • 3.1.3-preview.4b85be1 - 2023-10-19
  • 3.1.3-preview.4769ef7 - 2023-11-14
  • 3.1.3-preview.45163ed - 2023-10-12
  • 3.1.3-preview.3e436de - 2024-01-26
  • 3.1.3-preview.2fb1064 - 2024-01-24
  • 3.1.3-preview.267bc19 - 2024-01-16
  • 3.1.3-preview.1ab1970 - 2023-11-13
  • 3.1.3-preview.18d0aec - 2024-01-24
  • 3.1.3-preview.18925a9 - 2023-11-02
  • 3.1.3-preview.14e7a56 - 2023-10-31
  • 3.1.3-preview.14bb9c1 - 2024-02-02
  • 3.1.3-preview.11459db - 2024-01-09
  • 3.1.3-preview.0ea7e6a - 2023-11-07
  • 3.1.3-preview.0d671e6 - 2023-11-06
  • 3.1.3-preview.0bad7e5 - 2024-02-05
  • 3.1.3-preview.0317fc2 - 2024-02-02
  • 3.1.3-preview.00fe946 - 2024-01-29
  • 3.1.3-preview.00b168b - 2023-11-10
  • 3.1.3-preview.8177699 - 2023-11-10
  • 3.1.3-next.mgt-without-loader.701821d - 2024-01-24
  • 3.1.3-next.mgt-chat.f278f22 - 2023-11-14
  • 3.1.3-next.mgt-chat.e8fbbea - 2023-11-17
  • 3.1.3-next.mgt-chat.d50ace9 - 2023-11-14
  • 3.1.3-next.mgt-chat.c9c4047 - 2024-01-03
  • 3.1.3-next.mgt-chat.a168e96 - 2023-11-14
  • 3.1.3-next.mgt-chat.a11fc65 - 2023-11-03
  • 3.1.3-next.mgt-chat.9c84955 - 2023-11-13
  • 3.1.3-next.mgt-chat.965d3a3 - 2023-11-14
  • 3.1.3-next.mgt-chat.7181efd - 2023-11-20
  • 3.1.3-next.mgt-chat.63c72dc - 2023-11-13
  • 3.1.3-next.mgt-chat.511f6ea - 2024-01-30
  • 3.1.3-next.mgt-chat.4d0db50 - 2023-11-28
  • 3.1.3-next.mgt-chat.4a285e1 - 2024-01-30
  • 3.1.3-next.mgt-chat.48d2d55 - 2023-11-28
  • 3.1.3-next.mgt-chat.45a649f - 2023-11-28
  • 3.1.3-next.mgt-chat.3c28c57 - 2023-11-03
  • 3.1.3-next.mgt-chat.1c16883 - 2023-11-14
  • 3.1.3-next.mgt-chat.080a733 - 2023-11-10
  • 3.1.3-next.mgt-chat.040beb6 - 2024-01-19
  • 3.1.3-next.mgt-chat.7223112 - 2024-01-23
  • 3.1.3-next.mgt-chat.4702515 - 2023-11-10
  • 3.1.3-next.enable-tree-shaking.d405e0b - 2023-10-23
  • 3.1.3-next.enable-tree-shaking.31b876c - 2023-10-23
  • 3.1.2 - 2023-09-05

    3.1.2 (2023-09-05)

    We're excited to announce our v3.1.2 release of the Microsoft Graph Toolkit 🦒 with 4 bug fixes.

    🧑‍💻 Updating your application

    To update your application to use the newest version of Microsoft Graph Toolkit, navigate to your project directory and run:

    npm i @ microsoft/mgt@latest

    If you’re using the Toolkit via mgt-loader and update your script tag to:

    <script src="https://unpkg.com/@ microsoft/mgt@3/dist/bundle/mgt-loader.js"></script>

    🐞 Bug Fixes

    • adds pointer cursor to logged in accounts (#2674) (11e5a1c)
    • disable open on click behavior (#2685) (10b25f9)
    • set custom css token --default-font-family to apply to all elements in DOM (#2677) (cb69e01)
    • use correct scope for group member resolution (#2690) (ca313c1)

    🎉 Celebrating our contributors

    📃Changelog

    Full Changelog: v3.1.1...v3.1.2

  • 3.1.2-preview.f50e6ab - 2023-09-20
  • 3.1.2-preview.dc1e602 - 2023-09-25
  • 3.1.2-preview.d19f078 - 2023-10-05
  • 3.1.2-preview.c9023c2 - 2023-10-04
  • 3.1.2-preview.be7add8 - 2023-10-04
  • 3.1.2-preview.ba381c8 - 2023-09-18
  • 3.1.2-preview.b9fcfe7 - 2023-09-07
  • 3.1.2-preview.b3bc50d - 2023-09-28
  • 3.1.2-preview.ab7f18e - 2023-09-15
  • 3.1.2-preview.a724b05 - 2023-09-27
  • 3.1.2-preview.a5aec5a - 2023-09-06
  • 3.1.2-preview.882aaf6 - 2023-10-06
  • 3.1.2-preview.247f37a - 2023-09-27
  • 3.1.2-preview.239bfb0 - 2023-10-03
  • 3.1.2-preview.09ec636 - 2023-09-21
  • 3.1.2-next.mgt-chat.f2a9197 - 2023-10-25
  • 3.1.2-next.mgt-chat.e7c3050 - 2023-11-01
  • 3.1.2-next.mgt-chat.cb240cb - 2023-10-30
  • 3.1.2-next.mgt-chat.c854c6a - 2023-10-25
  • 3.1.2-next.mgt-chat.9becafa - 2023-10-05
  • 3.1.2-next.mgt-chat.94bd50f - 2023-10-11
  • 3.1.2-next.mgt-chat.8eedbb5 - 2023-11-02
  • 3.1.2-next.mgt-chat.80a6d07 - 2023-10-18
  • 3.1.2-next.mgt-chat.7ff602b - 2023-10-13
  • 3.1.2-next.mgt-chat.74a7608 - 2023-10-11
  • 3.1.2-next.mgt-chat.5bfd92e - 2023-10-02
  • 3.1.2-next.mgt-chat.406ca1e - 2023-10-18
  • 3.1.2-next.mgt-chat.3c00710 - 2023-10-12
  • 3.1.2-next.mgt-chat.2a61bd7 - 2023-10-31
  • 3.1.2-next.mgt-chat.112aaba - 2023-10-24
  • 3.1.2-next.mgt-chat.10991a5 - 2023-10-16
  • 3.1.2-next.mgt-chat.05610a0 - 2023-10-18
  • 3.1.2-next.enable-tree-shaking.f29541b - 2023-10-05
  • 3.1.2-next.enable-tree-shaking.624e690 - 2023-10-06
  • 3.1.2-next.enable-tree-shaking.5c50d22 - 2023-10-05
  • 3.1.2-next.enable-tree-shaking.20bb265 - 2023-10-10
  • 3.1.2-next.enable-tree-shaking.7418447 - 2023-10-09
  • 3.1.1 - 2023-08-17

    3.1.1 (2023-08-17)

    We're excited to announce our v3.1.1 release of the Microsoft Graph Toolkit 🦒 with 2 bug fixes.

    🧑‍💻 Updating your application

    To update your application to use the newest version of Microsoft Graph Toolkit, navigate to your project directory and run:

    npm i @ microsoft/mgt@latest

    If you’re using the Toolkit via mgt-loader and update your script tag to:

    <script src="https://unpkg.com/@ microsoft/mgt@3/dist/bundle/mgt-loader.js"></script>

    🐞 Bug Fixes

    • dismiss login flyout when moving out of the popup (#2637) (263f36f)
    • use pointer cursor when person card enabled in mgt-person. (#2652) (48ea18b)

    🎉 Celebrating our contributors

    📃Changelog

    Full Changelog: v3.1.0...v3.1.1

  • 3.1.1-preview.d898d98 - 2023-08-25
  • 3.1.1-preview.cb69e01 - 2023-08-25
  • 3.1.1-preview.ca313c1 - 2023-09-05
  • 3.1.1-preview.14cc8fd - 2023-08-22
  • 3.1.1-preview.10b25f9 - 2023-08-29
  • 3.1.1-next.mgt-chat.32dcbc0 - 2023-08-31
  • 3.1.0 - 2023-07-31

    3.1.0 (2023-07-28)

    We're excited to announce our v3.1.0 release of the Microsoft Graph Toolkit 🦒!

    🧑‍💻 Updating your application

    To update your application to use the newest version of Microsoft Graph Toolkit, navigate to your project directory and run:

    npm i @ microsoft/mgt@latest

    If you’re using the Toolkit via mgt-loader and update your script tag to:

    <script src="https://unpkg.com/@ microsoft/mgt@3/dist/bundle/mgt-loader.js"></script>

    🎨 Features

    • add canary url to allowed endpoints for graph (#2635) (ec621cd)

    🐞 Bug Fixes

    • a11y: add distinct name definitions for copy code buttons in storybook overview (#2622) (4e52f41)
    • add a title text if displaying images only. (#2625) (28703c9)
    • check the file type being uploaded before performing upload (#2584) (7fb265c)
    • remove agenda tooltip (#2621) (27e1fc9)

    📃Changelog

    Full Changelog: v3.0.1...v3.1.0

  • 3.1.0-preview.48ea18b - 2023-08-15
  • 3.1.0-preview.263f36f - 2023-08-17
  • 3.0.1 - 2023-07-18
  • 3.0.1-preview.ec621cd - 2023-07-28
  • 3.0.1-preview.e380b4a - 2023-07-13
  • 3.0.1-preview.bd17195 - 2023-07-14
  • 3.0.1-preview.a0ce2f4 - 2023-07-27
  • 3.0.1-preview.9ea652f - 2023-06-29
  • 3.0.1-preview.9069aa7 - 2023-06-27
  • 3.0.1-preview.7fb265c - 2023-07-27
  • 3.0.1-preview.7ba98e4 - 2023-07-07
  • 3.0.1-preview.5260ce0 - 2023-07-17
  • 3.0.1-preview.49b81bf - 2023-06-30
  • 3.0.1-preview.28703c9 - 2023-07-27
  • 3.0.1-preview.27e1fc9 - 2023-07-28
  • 3.0.1-preview.1f97215 - 2023-07-07
  • 3.0.1-preview.0ba37cc - 2023-07-13
  • 3.0.1-next.independent-providers.9468a8b - 2023-07-26
  • 3.0.1-next.enable-tree-shaking.f5f4684 - 2023-07-28
  • 3.0.1-next.enable-tree-shaking.e919630 - 2023-07-29
  • 3.0.1-next.enable-tree-shaking.c907641 - 2023-07-29
  • 3.0.1-next.enable-tree-shaking.9dc0e37 - 2023-07-28
  • 3.0.1-next.enable-tree-shaking.7ab67b3 - 2023-07-28
  • 3.0.1-next.enable-tree-shaking.5d7b755 - 2023-07-27
  • 3.0.1-next.enable-tree-shaking.24e7d04 - 2023-07-26
  • 3.0.0 - 2023-06-27
  • 3.0.0-rc.3-preview.e055c33 - 2023-06-26
  • 3.0.0-rc.3-next.fluentui.ff5ea0b - 2023-06-07
  • 3.0.0-rc.3-next.fluentui.edab5f1 - 2023-06-05
  • 3.0.0-rc.3-next.fluentui.da8b7e3 - 2023-06-21
  • 3.0.0-rc.3-next.fluentui.d35ba23 - 2023-06-21
  • 3.0.0-rc.3-next.fluentui.d084665 - 2023-06-07
  • 3.0.0-rc.3-next.fluentui.cde48c8 - 2023-06-20
  • 3.0.0-rc.3-next.fluentui.c9d2195 - 2023-06-19
  • 3.0.0-rc.3-next.fluentui.c14af08 - 2023-06-21
  • 3.0.0-rc.3-next.fluentui.b89f045 - 2023-06-25
  • 3.0.0-rc.3-next.fluentui.a83ae28 - 2023-06-22
  • 3.0.0-rc.3-next.fluentui.a6af856 - 2023-06-06
  • 3.0.0-rc.3-next.fluentui.99884f8 - 2023-06-23
  • 3.0.0-rc.3-next.fluentui.8fea8dd - 2023-06-05
  • 3.0.0-rc.3-next.fluentui.7fd4dab - 2023-06-20
  • 3.0.0-rc.3-next.fluentui.7032e88 - 2023-06-26
  • 3.0.0-rc.3-next.fluentui.70211aa - 2023-06-20
  • 3.0.0-rc.3-next.fluentui.6d3254d - 2023-06-21
  • 3.0.0-rc.3-next.fluentui.6c39ea1 - 2023-06-21
  • 3.0.0-rc.3-next.fluentui.6b1dc4d - 2023-06-23
  • 3.0.0-rc.3-next.fluentui.68a05bb - 2023-06-06
  • 3.0.0-rc.3-next.fluentui.63ad055 - 2023-06-22
  • 3.0.0-rc.3-next.fluentui.5bdaea6 - 2023-06-22
  • 3.0.0-rc.3-next.fluentui.5112ceb - 2023-06-26
  • 3.0.0-rc.3-next.fluentui.4c06bd2 - 2023-06-20
  • 3.0.0-rc.3-next.fluentui.44ed5bd - 2023-06-21
  • 3.0.0-rc.3-next.fluentui.3da6333 - 2...

Snyk has created this PR to upgrade @microsoft/mgt-react from 2.9.2 to 4.2.1.

See this package in npm:
@microsoft/mgt-react

See this project in Snyk:
https://app.snyk.io/org/youtacrands-va/project/0ba70ffe-c3bd-4b94-8812-0c2d7cb25eea?utm_source=github&utm_medium=referral&page=upgrade-pr
YoutacRandS-VA pushed a commit that referenced this pull request Sep 27, 2024
…tapp/tough-cookie-4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 in /src/reactapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants