Skip to content

Commit

Permalink
Merge pull request #17 from RedHatInsights/perform-audit
Browse files Browse the repository at this point in the history
Perform audit fix on all packages
  • Loading branch information
karelhala authored May 3, 2019
2 parents f6a680d + 47f08d4 commit 0d59b48
Show file tree
Hide file tree
Showing 8 changed files with 1,241 additions and 652 deletions.
1,773 changes: 1,180 additions & 593 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"scripts": {
"bootstrap": "lerna exec npm install",
"release": "semantic-release",
"clear-packages": "lerna exec rm -- -rf node_modules",
"audit": "lerna exec npm audit",
"test": "echo \"Error: no test specified\" && exit 0",
"generate": "npm run generate:prod && npm run build && npm run doc",
"doc": "lerna run doc",
Expand All @@ -30,12 +32,12 @@
"@openapitools/openapi-generator-cli": "0.0.8-4.0.0-beta2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/npm": "^5.1.7",
"@types/node": "^11.11.3",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"axios": "^0.18.0",
"lerna": "^3.13.1",
"semantic-release": "^15.13.3",
"lerna": "^3.13.4",
"semantic-release": "^15.13.12",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^1.1.27",
"typescript": "^3.3.4000"
Expand Down
20 changes: 10 additions & 10 deletions packages/approval/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/catalog/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/entitlements/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/host-inventory/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/rbac/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/vulnerabilities/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d59b48

Please sign in to comment.