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

Use [email protected] #1762

Merged
merged 2 commits into from
Aug 11, 2020
Merged

Use [email protected] #1762

merged 2 commits into from
Aug 11, 2020

Conversation

whymarrh
Copy link
Contributor

Description

This change updates patch-package to the latest published version, 6.2.2, which removes a vulnerable dependency on dot-prop.

See the npm advisory listing for more information.

The yarn audit output:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ dot-prop                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.1.1                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ patch-package                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ patch-package > update-notifier > configstore > dot-prop     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1213                        │
└───────────────┴──────────────────────────────────────────────────────────────┘

This change updates `patch-package` to the latest published version, 6.2.2,
which removes a vulnerable dependency on `dot-prop`.

[See the npm advisory listing for more information.][1]

The `yarn audit` output:

```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ dot-prop                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.1.1                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ patch-package                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ patch-package > update-notifier > configstore > dot-prop     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1213                        │
└───────────────┴──────────────────────────────────────────────────────────────┘
```

  [1]:https://www.npmjs.com/advisories/1213
@whymarrh whymarrh force-pushed the update-patch-package branch from d8a170a to 94431cb Compare August 10, 2020 16:52
@whymarrh whymarrh marked this pull request as ready for review August 10, 2020 17:03
@whymarrh whymarrh requested a review from a team as a code owner August 10, 2020 17:03
@whymarrh whymarrh merged commit 8cb7a27 into develop Aug 11, 2020
@whymarrh whymarrh deleted the update-patch-package branch August 11, 2020 15:52
rickycodes pushed a commit that referenced this pull request Jan 31, 2022
This change updates `patch-package` to the latest published version, 6.2.2,
which removes a vulnerable dependency on `dot-prop`.

[See the npm advisory listing for more information.][1]

The `yarn audit` output:

```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ dot-prop                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=5.1.1                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ patch-package                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ patch-package > update-notifier > configstore > dot-prop     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1213                        │
└───────────────┴──────────────────────────────────────────────────────────────┘
```

  [1]:https://www.npmjs.com/advisories/1213
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.

3 participants