Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
benouaer committed Feb 8, 2019
1 parent de224cb commit e0e6add
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 186 deletions.
4 changes: 3 additions & 1 deletion application.ts
@@ -1,6 +1,8 @@
import * as express from 'express';

const healthcheck = require('@hmcts/nodejs-healthcheck');
const { InfoContributor, infoRequestHandler } = require('@hmcts/info-provider');
import * as express from 'express';

const apiRoute = require('./api');
import { config } from './config';

Expand Down
175 changes: 3 additions & 172 deletions package-lock.json

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

11 changes: 2 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@hmcts/annotation-ui-lib",
"version": "1.0.17",
"version": "1.0.18-RC",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -32,34 +32,30 @@
},
"dependencies": {
"@angular-devkit/build-ng-packagr": "^0.12.1",
"@angular/animations": "6.1.0",
"@angular/cdk": "6.1.0",
"@angular/cli": "6.1.0",
"@angular/common": "6.1.0",
"@angular/compiler": "6.1.0",
"@angular/core": "6.1.0",
"@angular/forms": "6.1.0",
"@angular/http": "6.1.0",
"@angular/material": "6.1.0",
"@angular/platform-browser": "6.1.0",
"@angular/platform-browser-dynamic": "6.1.0",
"@angular/platform-server": "6.1.0",
"@angular/router": "6.1.0",
"@hmcts/info-provider": "1.0.0",
"@hmcts/nodejs-healthcheck": "1.4.6",
"@hmcts/nodejs-logging": "3.0.0",
"@ng-toolkit/universal": "^1.1.45",
"@nguniversal/express-engine": "6.0.0",
"@nguniversal/module-map-ngfactory-loader": "6.0.0",
"applicationinsights": "1.0.8",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"build": "^0.1.4",
"cookie-parser": "^1.4.3",
"core-js": "^2.6.1",
"cors": "^2.8.5",
"exception-formatter": "1.0.7",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"glob": "^7.1.3",
"global-tunnel-ng": "^2.7.1",
"jwt-decode": "^2.2.0",
Expand All @@ -71,16 +67,13 @@
"rxjs-compat": "6.3.3",
"scss-bundle": "^2.4.0",
"session-file-store": "1.2.0",
"yarn": "^1.13.0",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.6.0",
"@angular-devkit/core": "0.6.0",
"@angular/compiler-cli": "6.1.0",
"@angular/language-service": "6.1.0",
"@hmcts/eslint-config": "1.4.0",
"@types/camelcase": "^4.1.0",
"@types/jasmine": "2.8.3",
"@types/jasminewd2": "2.0.2",
"@types/mocha": "^5.2.5",
Expand Down

0 comments on commit e0e6add

Please sign in to comment.