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

Commit

Permalink
Vulnerabilities (#72)
Browse files Browse the repository at this point in the history
* Remove as much request as possible

* bumped deps

* Remove unused ngrok wrapper

* re-add pg
  • Loading branch information
itsjackgardner authored Jun 30, 2020
1 parent 21d5838 commit 53de2b5
Show file tree
Hide file tree
Showing 19 changed files with 2,248 additions and 5,943 deletions.
32 changes: 7 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,30 +47,23 @@
"@types/redis": "^2.8.7",
"@types/redlock": "^3.0.2",
"@types/umzug": "^2.2.2",
"ava": "^0.25.0",
"cache-loader": "^1.2.5",
"concurrently": "^4.1.0",
"cypress": "^4.0.2",
"emotion": "^9.1.3",
"cypress": "^4.9.0",
"faker": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"httplease-asap": "^0.3.2",
"husky": "^0.14.3",
"jest": "^21.2.1",
"joi": "^14.3.1",
"lint-staged": "^5.0.0",
"ngrok": "^3.2.7",
"nock": "^9.1.6",
"nodemon": "^1.18.6",
"prettier": "^1.8.2",
"rimraf": "^2.6.2",
"rxjs-compat": "^6.3.3",
"sinon": "^4.2.2",
"supertest": "^3.0.0",
"ts-loader": "^5.3.0",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.10"
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@atlaskit/pagination": "^8.0.5",
Expand All @@ -81,33 +74,27 @@
"connect-redis": "^3.4.0",
"cross-env": "^5.2.0",
"date-fns": "^1.29.0",
"emotion": "^10.0.27",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^3.0.1",
"micromatch": "^4.0.2",
"p-retry": "^2.0.0",
"passport": "^0.4.0",
"passport-oauth2": "^1.4.0",
"pg": "^7.6.1",
"pg": "^8.2.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"redis": "^2.8.0",
"redlock": "^3.1.2",
"reflect-metadata": "^0.1.12",
"sequelize": "^4.41.2",
"sequelize": "^4.44.0",
"sequelize-typescript": "^0.6.6",
"sqlite3": "^4.0.4",
"styled-components": "^3.2.6",
"typescript": "^3.1.6",
"umzug": "^2.2.0",
"winston": "^3.1.0"
},
"jest": {
"resetMocks": true,
"testMatch": [
"<rootDir>/src/**/__tests__/*.js"
]
},
"lint-staged": {
"*.js": [
"prettier --write",
Expand All @@ -121,10 +108,5 @@
"prettier --write",
"git add"
]
},
"ava": {
"require": [
"babel-register"
]
}
}
2 changes: 1 addition & 1 deletion src/static/current-state/components/CurrentState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let styles = css({
},

'& .current-state__card-title': {
fontWeight: '400',
fontWeight: 400,
marginBottom: '9px',
},

Expand Down
2 changes: 1 addition & 1 deletion src/static/current-state/components/Lozenge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let styles = css({
boxSizing: 'border-box',
display: 'inline-block',
fontSize: '11px',
fontWeight: '700',
fontWeight: 700,
lineHeight: '1',
maxWidth: '180px',
textTransform: 'uppercase',
Expand Down
2 changes: 1 addition & 1 deletion src/static/current-state/components/QueueItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let queueItemStyles = css({

'& .queue-item__title': {
fontSize: '16px',
fontWeight: '500',
fontWeight: 500,
lineHeight: '1.25',
maxWidth: '100%',
textOverflow: 'ellipsis',
Expand Down
49 changes: 0 additions & 49 deletions test/_waitUntil.js

This file was deleted.

34 changes: 0 additions & 34 deletions test/bitbucket/_config.js

This file was deleted.

45 changes: 0 additions & 45 deletions test/bitbucket/fixtures/prs/closed-merged.json

This file was deleted.

5 changes: 0 additions & 5 deletions test/bitbucket/fixtures/prs/index.js

This file was deleted.

36 changes: 0 additions & 36 deletions test/bitbucket/fixtures/prs/open-approved.json

This file was deleted.

37 changes: 0 additions & 37 deletions test/bitbucket/fixtures/prs/open-unapproved.json

This file was deleted.

51 changes: 0 additions & 51 deletions test/bitbucket/fixtures/statuses/double-successful.json

This file was deleted.

5 changes: 0 additions & 5 deletions test/bitbucket/fixtures/statuses/index.js

This file was deleted.

19 changes: 0 additions & 19 deletions test/bitbucket/fixtures/statuses/single-failed.json

This file was deleted.

Loading

0 comments on commit 53de2b5

Please sign in to comment.