Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #104 from contiamo/security-audit
Browse files Browse the repository at this point in the history
Security audit
  • Loading branch information
Tejas Kumar authored Mar 15, 2019
2 parents d0e0549 + 5feeea4 commit f6ee31c
Show file tree
Hide file tree
Showing 3 changed files with 2,035 additions and 4,049 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

mock-backend
dist
.rpt2_cache
Expand Down
47 changes: 20 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,48 +50,41 @@
"ci": "[ ! -z $DANGER_GITHUB_API_TOKEN ] && yarn danger ci || echo \"Skipping Danger for External Contributor\""
},
"devDependencies": {
"@operational/scripts": "^1.2.0",
"@operational/scripts": "^1.4.0-1c795b9",
"@types/commander": "^2.12.2",
"@types/inquirer": "0.0.43",
"@types/jest": "^23.3.1",
"@types/lodash": "^4.14.116",
"@types/nock": "^9.3.0",
"@types/node": "^10.5.7",
"@types/qs": "^6.5.1",
"@types/react": "^16.4.1",
"@types/inquirer": "0.0.44",
"@types/lodash": "^4.14.123",
"@types/nock": "^9.3.1",
"@types/node": "^11.11.3",
"@types/qs": "^6.5.2",
"@types/react": "^16.8.8",
"@types/request": "^2.48.1",
"@types/yamljs": "^0.2.30",
"auto-changelog": "^1.8.0",
"auto-changelog": "^1.11.0",
"danger": "^4.0.1",
"doctoc": "^1.3.1",
"doctoc": "^1.4.0",
"husky": "^0.14.3",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.4.2",
"jest-dom": "^1.12.0",
"jest-dom": "^3.1.3",
"lint-staged": "^7.2.0",
"nock": "^10.0.0",
"parcel": "^1.10.3",
"prettier": "^1.13.5",
"react-dom": "^16.4.2",
"nock": "^10.0.6",
"prettier": "^1.16.4",
"react-dom": "^16.8.4",
"react-testing-library": "^5.0.0",
"request": "^2.88.0",
"rollup": "^0.67.3",
"rollup-plugin-typescript2": "^0.16.1",
"ts-jest": "^23.1.4",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint-plugin-blank-line": "^0.0.9",
"typescript": "^3.0.3"
"rollup-plugin-typescript2": "^0.20.1",
"typescript": "3.0.3"
},
"dependencies": {
"case": "^1.5.5",
"commander": "^2.17.1",
"inquirer": "^6.2.0",
"case": "^1.6.1",
"commander": "^2.19.0",
"inquirer": "^6.2.2",
"lodash": "^4.17.10",
"openapi3-ts": "^0.12.0",
"qs": "^6.6.0",
"react": "^16.4.1",
"react-fast-compare": "^2.0.1",
"react": "^16.8.4",
"react-fast-compare": "^2.0.4",
"swagger2openapi": "^3.2.14",
"url": "^0.11.0",
"yamljs": "^0.3.0"
Expand Down
Loading

0 comments on commit f6ee31c

Please sign in to comment.