Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Upgrade dependencies in /website #2263

Closed
wants to merge 1 commit into from
Closed

Upgrade dependencies in /website #2263

wants to merge 1 commit into from

Conversation

mrkev
Copy link
Contributor

@mrkev mrkev commented Nov 27, 2019

This should address a security vulnerability stemming from braces < 2.3.1.

Before:

npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └─┬ [email protected]
          └─┬ [email protected]
            └─┬ [email protected]
              └─┬ [email protected]
                └── [email protected] 

After:

npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      ├─┬ [email protected]
      │ └── [email protected] 
      └─┬ [email protected]
        └── [email protected]  deduped

Test plan:

Ran website, everything looks fine.

This should address a security vulnerability stemming from `braces < 2.3.1`.
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mrkev has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@mrkev mrkev deleted the deps/website branch December 1, 2019 01:05
@facebook-github-bot
Copy link

@mrkev merged this pull request in 0b57720.

mmissey pushed a commit to mmissey/draft-js that referenced this pull request Mar 24, 2020
Summary:
This should address a security vulnerability stemming from `braces < 2.3.1`.

Before:

```
npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └─┬ [email protected]
          └─┬ [email protected]
            └─┬ [email protected]
              └─┬ [email protected]
                └── [email protected]
```

After:

```
npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      ├─┬ [email protected]
      │ └── [email protected]
      └─┬ [email protected]
        └── [email protected]  deduped
```
Pull Request resolved: facebookarchive#2263

Test Plan: Ran website, everything looks fine.

Differential Revision: D18725548

Pulled By: mrkev

fbshipit-source-id: 6e674d2426b73587c0c9b1340042998702770d51
vilemj-Viclick pushed a commit to kontent-ai/draft-js that referenced this pull request Jul 16, 2020
Summary:
This should address a security vulnerability stemming from `braces < 2.3.1`.

Before:

```
npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └─┬ [email protected]
          └─┬ [email protected]
            └─┬ [email protected]
              └─┬ [email protected]
                └── [email protected]
```

After:

```
npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      ├─┬ [email protected]
      │ └── [email protected]
      └─┬ [email protected]
        └── [email protected]  deduped
```
Pull Request resolved: facebookarchive#2263

Test Plan: Ran website, everything looks fine.

Differential Revision: D18725548

Pulled By: mrkev

fbshipit-source-id: 6e674d2426b73587c0c9b1340042998702770d51
alicayan008 pushed a commit to alicayan008/draft-js that referenced this pull request Jul 4, 2023
Summary:
This should address a security vulnerability stemming from `braces < 2.3.1`.

Before:

```
npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      └─┬ [email protected]
        └─┬ [email protected]
          └─┬ [email protected]
            └─┬ [email protected]
              └─┬ [email protected]
                └── [email protected]
```

After:

```
npm ls braces
.../website
└─┬ [email protected]
  └─┬ [email protected]
    └─┬ [email protected]
      ├─┬ [email protected]
      │ └── [email protected]
      └─┬ [email protected]
        └── [email protected]  deduped
```
Pull Request resolved: facebookarchive/draft-js#2263

Test Plan: Ran website, everything looks fine.

Differential Revision: D18725548

Pulled By: mrkev

fbshipit-source-id: 6e674d2426b73587c0c9b1340042998702770d51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants