Skip to content

Commit

Permalink
chore(deps): add resolutions for trim-newlines and meow
Browse files Browse the repository at this point in the history
  • Loading branch information
jericht committed Jun 18, 2021
1 parent e46db4a commit 47c6939
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 317 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"aws-cdk": "1.108.1",
"aws-sdk": "^2.928.0",
"constructs": "^3.3.69",
"conventional-changelog-cli": "^2.1.1",
"fs-extra": "^9.1.0",
"jest": "^26.6.3",
"jest-junit": "^12.2.0",
Expand All @@ -108,6 +107,7 @@
"resolutions-netmask-comment": "transitive dep from proxy-agent 4.0.1 & pac-resolver 4.1.0, which are transitive deps from CDK. Remove the forced resolution when able.",
"resolutions-hosted-git-info": "transitive dep from conventional-changelog-cli@2.1.1 and lerna@4.0.0. hosted-git-info v3.0.0 - v3.0.7 contain a security vulnerability. It is safe to remove/update overrides as long as we stay out of the vulnerable window",
"resolutions-parse-url": "transitive dep from lerna@4.0.0. normalize-url < 4.5.1 have a security vulnerability.",
"resolutions-meow": "transitive dep from lerna@4.0.0 and standard-version@9.3.0. trim-newlines < 3.0.1 has security vulnerabilities and meow < 10.0.0 uses the vulnerable trim-newlines.",
"resolutions": {
"netmask": "^2.0.1",
"pac-resolver": "^4.2.0",
Expand All @@ -117,7 +117,9 @@
"hosted-git-info": "^3.0.8",
"diff": ">=3.5.0",
"normalize-url": ">=4.5.1",
"parse-url": ">=5.0.3"
"parse-url": ">=5.0.3",
"meow": ">=10.0.0",
"trim-newlines": ">=3.0.1"
},
"workspaces": {
"packages": [
Expand Down
Loading

0 comments on commit 47c6939

Please sign in to comment.