Skip to content

Commit 3216451

Browse files
Copilotwarengonzaga
andcommitted
Apply security updates to dependencies
- Update yarn.lock with fixed versions of vulnerable packages - Add package-lock.json to .gitignore (yarn is primary package manager) - Fix 3 vulnerabilities: @babel/helpers, brace-expansion, and js-yaml - Reduce total vulnerabilities from 13 to 10 Co-authored-by: warengonzaga <[email protected]>
1 parent ccb0fb8 commit 3216451

2 files changed

Lines changed: 1006 additions & 976 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log
66
npm-debug.log.*
77
yarn-error.log
88
yarn-debug.log
9+
package-lock.json
910

1011
## build
1112
dist

0 commit comments

Comments
 (0)