Skip to content

Commit c43e71c

Browse files
committed
chore: Update dependencies and find-babel-config to fix json5 vulnerabilities (#441)
Update find-babel-config to v2 to fix json5 vulnerabilities BREAKING CHANGE: Remove support for Node < 16
1 parent f2daf06 commit c43e71c

File tree

7 files changed

+13996
-14173
lines changed

7 files changed

+13996
-14173
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": 8
7+
"node": 16
88
},
99
"loose": true
1010
}

.github/workflows/test.yml

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

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x, 14.x, 15.x]
15+
node-version: [16.x, 18.x, 19.x]
1616

1717
steps:
1818
- uses: actions/checkout@v1

appveyor.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
environment:
22
matrix:
3-
- nodejs_version: '8'
4-
- nodejs_version: '9'
5-
- nodejs_version: '10'
6-
- nodejs_version: '11'
3+
- nodejs_version: '16'
4+
- nodejs_version: '18'
5+
- nodejs_version: '19'
76
install:
87
- ps: Install-Product node $env:nodejs_version
98
- set CI=true

0 commit comments

Comments
 (0)