Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit c63ab7f

Browse files
authored
fix: package.json to reduce vulnerabilities (#44)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103
1 parent 07a5c10 commit c63ab7f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
### Fixed
9+
- Upgraded `lodash`
810

911
## 0.4.1 - 2020-06-10
1012
### Fixed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bpk-mixins": "^19.1.20",
5050
"chokidar": "^3.0.0",
5151
"fast-glob": "^3.0.0",
52-
"lodash": "^4.17.11",
52+
"lodash": "^4.17.20",
5353
"node-sass": "^4.12.0",
5454
"node-sass-tilde-importer": "^1.0.2",
5555
"ora": "^4.0.0",

0 commit comments

Comments
 (0)