Skip to content

Commit

Permalink
W-11125834 Bump dependencies (#77)
Browse files Browse the repository at this point in the history
* W-11125834 Bump dependencies

Fix dependabot issues #1, #2, #4, #6

* Forces resolution of trim-newlines

trim-newlines has a [vulnerability](https://github.com/SalesforceFoundation/OutboundFundsModule/security/dependabot/2)
for versions less than 3.0.1.  Version 2.X was being used, so we force
the resolution of a safe version.
  • Loading branch information
spelak-salesforce authored May 12, 2022
1 parent 6880997 commit 1099316
Show file tree
Hide file tree
Showing 2 changed files with 1,613 additions and 2,694 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@sa11y/jest": "^3.1.0",
"@salesforce/eslint-config-lwc": "^3.2.0",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"@salesforce/sfdx-lwc-jest": "^0.12.6",
"@salesforce/sfdx-lwc-jest": "^0.14.0",
"cspell": "^5.13.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -26,7 +26,7 @@
"typescript": "^4.5.2"
},
"resolutions": {
"nth-check": "^2.0.1",
"yargs-parser": "^20.2.2",
"trim-newlines": "^3.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 1099316

Please sign in to comment.