Commit 16d301a
authored
Fix security vulnerabilities reported by Github dependabot (#195)
* package.json: Upgrade moment package to patched version
Github Dependabot reported a High severity vulnerability with the
current version for the moment package.
Reported impact:
This vulnerability impacts npm (server) users of moment.js, especially
if user provided locale string, eg fr is directly used to switch moment
locale.
CVE ID
CVE-2022-24785
Signed-off-by: Erick Kramer <e.kramer@rethinkrobotics.com>
* package.json: Upgrade async to patched version
Github Dependabot reported a High vulnerability with the current version
of async.
Reported impact:
A vulnerability exists in Async through 3.2.1 for 3.x and through 2.6.3
for 2.x (fixed in 3.2.2 and 2.6.4), which could let a malicious user
obtain privileges via the mapValues() method.
CVE ID
CVE-2021-43138
Signed-off-by: Erick Kramer <e.kramer@rethinkrobotics.com>
Co-authored-by: Erick Kramer <e.kramer@rethinkrobotics.com>1 parent 87ec026 commit 16d301a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments