Skip to content

Commit 0b4f534

Browse files
authored
Merge pull request #45 from CMSgov/BB2-2800-snyk-critical-babel-traverse
[ BB2-2800 ] Snyk critical vuln - babel traverse upgrade to 7.23.2
2 parents 948b05e + 5294214 commit 0b4f534

3 files changed

Lines changed: 3151 additions & 2614 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
- uses: actions/setup-node@v2
1010
with:
11-
node-version: 14
11+
node-version: 16
1212

1313
- name: Install server
1414
run: yarn --cwd server install

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ development.env
2828
production.env
2929
sandbox.env
3030

31-
config.ts
31+
config.ts
32+
.bluebutton-config.json

0 commit comments

Comments
 (0)