Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3079949

Browse files
committedJan 15, 2020
Bump set-value to avoid security issues. Add intergity hash to yarn.lock entries.
1 parent b0171d0 commit 3079949

File tree

3 files changed

+353
-3
lines changed

3 files changed

+353
-3
lines changed
 

‎.yarnrc

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44

55
lastUpdateCheck 1579057462512
6+
unsafe-disable-integrity-migration false
67
yarn-path ".yarn/releases/yarn-1.21.1.js"

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Master
44

55
## 0.4.0 - Typescript support, for real
6-
- **BREAKING** Migrate to using [`enhanced-resolve`](https://github.com/webpack/enhanced-resolve) (fixes #86, native dependencies will now resolve to corresponding files in `node_modules`, if they exist)
6+
- **BREAKING** Migrate to using [`enhanced-resolve`](https://www.npmjs.com/package/enhanced-resolve) (fixes #86, native dependencies will now resolve to corresponding files in `node_modules`, if they exist)
7+
- Fixed security issue with [`set-value`](https://www.npmjs.com/package/set-value)
78
- Dependencies bump
89

910
## 0.3.5 - Typescript support
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.