Skip to content

Commit

Permalink
chore: Update dependencies and find-babel-config to fix json5 vulnera…
Browse files Browse the repository at this point in the history
…bilities (#441)

Update find-babel-config to v2 to fix json5 vulnerabilities

BREAKING CHANGE: Remove support for Node < 16
  • Loading branch information
tleunen committed Jan 9, 2023
1 parent f2daf06 commit c43e71c
Show file tree
Hide file tree
Showing 7 changed files with 13,996 additions and 14,173 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": 8
"node": 16
},
"loose": true
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
7 changes: 3 additions & 4 deletions appveyor.yml
@@ -1,9 +1,8 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '9'
- nodejs_version: '10'
- nodejs_version: '11'
- nodejs_version: '16'
- nodejs_version: '18'
- nodejs_version: '19'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down

0 comments on commit c43e71c

Please sign in to comment.