matthewhudson / current-device

πŸ“± The easiest way to write conditional CSS and/or JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).
https://matthewhudson.github.io/current-device/
MIT License
3.95k stars 586 forks source link

chore(deps): update dependency y18n to 4.0.1 [security] - autoclosed #275

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change
y18n 4.0.0 -> 4.0.1

GitHub Vulnerability Alerts

CVE-2020-7774

Overview

The npm package y18n before versions 3.2.2, 4.0.1, and 5.0.5 is vulnerable to Prototype Pollution.

POC

const y18n = require('y18n')();

y18n.setLocale('__proto__');
y18n.updateLocale({polluted: true});

console.log(polluted); // true

Recommendation

Upgrade to version 3.2.2, 4.0.1, 5.0.5 or later.


Configuration

πŸ“… Schedule: "" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 63.37% when pulling 9f6c8c1bb651c8da6b67128988741f99eba83757 on renovate/npm-y18n-vulnerability into c73990633be886a679743fa4b76fe043a2155cd1 on master.

codecov[bot] commented 3 years ago

Codecov Report

Merging #275 (21b0ba2) into master (c739906) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 21b0ba2 differs from pull request most recent head 9f6c8c1. Consider uploading reports for the commit 9f6c8c1 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master     #275   +/-   ##
=======================================
  Coverage   71.71%   71.71%           
=======================================
  Files           1        1           
  Lines         152      152           
=======================================
  Hits          109      109           
  Misses         43       43           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update c739906...9f6c8c1. Read the comment docs.