Skip to content

Commit

Permalink
Merge pull request #42 from innovativeinnovation/cho-update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
williambelle committed Jul 15, 2021
2 parents e57d5f8 + 75bf76d commit cd466aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '10', '12', '14', '15' ]
node: [ '12', '14', '15' ]

steps:
- name: Clone repository
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"license": "Apache-2.0",
"repository": "innovativeinnovation/is-google-analytics-anonymized",
"engines": {
"node": ">=10"
"node": ">=12"
},
"main": "src/lib/index.js",
"bin": "src/bin/cli.js",
Expand All @@ -28,12 +28,12 @@
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.24.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"mocha": "^8.3.2",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.0.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0"
},
Expand All @@ -43,6 +43,6 @@
"phantomjs-prebuilt": "^2.1.16",
"querystring": "^0.2.1",
"url": "^0.11.0",
"yargs": "^16.2.0"
"yargs": "^17.0.1"
}
}

0 comments on commit cd466aa

Please sign in to comment.