Skip to content

Commit c8449d3

Browse files
author
Janne Kiiskilä
authored
fix: package.json - pathval to 1.1.1 (CVE-2020-7751) (#1377)
* package.json - pathval to 1.1.1 (CVE-2020-7751) Update pathval to version 1.1.1 to include fix for CVE-2020-7751. * package-lock - pathval v1.1.1 update Update the package-lock as well, this one needs updating, too.
1 parent 7bc01d6 commit c8449d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"check-error": "^1.0.2",
4545
"deep-eql": "^3.0.1",
4646
"get-func-name": "^2.0.0",
47-
"pathval": "^1.1.0",
47+
"pathval": "^1.1.1",
4848
"type-detect": "^4.0.5"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)