Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nyc to 13.3.0 to resolve handlebars dependency security concern. #812

Merged
merged 1 commit into from Feb 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-unicorn": "^4.0.3",
"lerna": "^3.10.7",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"simple-git": "^1.96.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -106,7 +106,7 @@
"lodash.sample": "4.2.1",
"supertest": "^3.3.0",
"nock": "^10.0.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"rewire": "^4.0.1",
"sinon": "^7.1.1",
"webpack": "~4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cmrjs/package.json
Expand Up @@ -45,7 +45,7 @@
"ava": "^0.25.0",
"lodash.some": "^4.6.0",
"nock": "^10.0.2",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"rewire": "^4.0.1",
"sinon": "^7.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Expand Up @@ -75,7 +75,7 @@
"devDependencies": {
"ava": "^0.25.0",
"nock": "^10.0.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"sinon": "^7.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/deployment/package.json
Expand Up @@ -64,7 +64,7 @@
"babel-polyfill": "^6.23.0",
"babel-preset-es2017": "^6.24.1",
"nock": "10.0.1",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"sinon": "^7.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/ingest/package.json
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@cumulus/test-data": "1.11.0",
"ava": "^0.25.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"sinon": "^7.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pvl/package.json
Expand Up @@ -37,6 +37,6 @@
"license": "Apache-2.0",
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^11.6.0"
"nyc": "^13.3.0"
}
}
2 changes: 1 addition & 1 deletion tasks/discover-granules/package.json
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"ava": "^0.25.0",
"fs-extra": "^5.0.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/discover-pdrs/package.json
Expand Up @@ -46,7 +46,7 @@
"ava": "^0.25.0",
"fs-extra": "^5.0.0",
"lodash.clonedeep": "^4.5.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/hello-world/package.json
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
Expand Down
4 changes: 2 additions & 2 deletions tasks/move-granules/package.json
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"test": "ava",
"test-coverage": "nyc ava",
"debug" : "NODE_ENV=test node --inspect-brk node_modules/ava/profile.js --serial tests/*.js",
"debug": "NODE_ENV=test node --inspect-brk node_modules/ava/profile.js --serial tests/*.js",
"build": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack",
"watch": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack --progress -w",
"prepublishOnly": "PRODUCTION=true npm run build"
Expand Down Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"ava": "^0.25.0",
"lodash.set": "^4.3.2",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"sinon": "^4.5.0",
"webpack": "~4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/parse-pdr/package.json
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"ava": "^0.25.0",
"fs-extra": "^5.0.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
Expand Down
2 changes: 1 addition & 1 deletion tasks/pdr-status-check/package.json
Expand Up @@ -46,7 +46,7 @@
"ava": "^0.25.0",
"lodash.isequal": "^4.5.0",
"lodash.some": "^4.6.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"sinon": "^4.5.0",
"webpack": "~4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions tasks/post-to-cmr/package.json
Expand Up @@ -20,7 +20,7 @@
"scripts": {
"test": "ava",
"test-coverage": "nyc ava",
"debug" : "NODE_ENV=test node --inspect-brk node_modules/ava/profile.js --serial tests/*.js",
"debug": "NODE_ENV=test node --inspect-brk node_modules/ava/profile.js --serial tests/*.js",
"build": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack",
"watch": "rm -rf dist && mkdir dist && cp -R schemas dist/ && webpack --progress -w",
"prepublishOnly": "PRODUCTION=true npm run build"
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"sinon": "^4.5.0",
"webpack": "~4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tasks/queue-granules/package.json
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@mapbox/mock-aws-sdk-js": "0.0.5",
"ava": "^0.25.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/queue-pdrs/package.json
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@mapbox/mock-aws-sdk-js": "0.0.5",
"ava": "^0.25.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/sf-sns-report/package.json
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"ava": "^0.25.0",
"lodash.clonedeep": "^4.5.0",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"webpack": "~4.5.0",
"webpack-cli": "~2.0.14"
}
Expand Down
2 changes: 1 addition & 1 deletion tasks/sync-granule/package.json
Expand Up @@ -49,7 +49,7 @@
"fs-extra": "^5.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.set": "^4.3.2",
"nyc": "^11.6.0",
"nyc": "^13.3.0",
"proxyquire": "^2.0.0",
"sinon": "^4.5.0",
"webpack": "~4.5.0",
Expand Down