Skip to content

Commit da3cccc

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PROPERTYEXPR-598800
1 parent cdc5749 commit da3cccc

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package-lock.json

Lines changed: 20 additions & 14 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
@@ -51,6 +51,6 @@
5151
"sprintf-js": "^1.1.2",
5252
"typescript": "^4.2.3",
5353
"webpack": "^4.46.0",
54-
"yup": "^0.27.0"
54+
"yup": "^0.28.2"
5555
}
5656
}

0 commit comments

Comments
 (0)