File tree 4 files changed +1
-4
lines changed 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 21
21
"@angular/service-worker" : " 10.0.2" ,
22
22
"@ngrx/store" : " 9.2.0" ,
23
23
"@nguniversal/express-engine" : " ^9.0.0" ,
24
- "compression" : " ^1.7.4" ,
25
24
"date-fns" : " 1.30.1" ,
26
25
"rxjs" : " 6.5.3" ,
27
26
"systemjs" : " 6.1.2" ,
Original file line number Diff line number Diff line change @@ -299,7 +299,6 @@ ts_library(
299
299
"//src/app:app_server" ,
300
300
"@npm//@nguniversal/express-engine" ,
301
301
"@npm//@types/node" ,
302
- "@npm//compression" ,
303
302
"@npm//express" ,
304
303
],
305
304
)
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import 'zone.js/dist/zone-node';
4
4
import { ngExpressEngine } from '@nguniversal/express-engine' ;
5
5
import * as express from 'express' ;
6
6
import { join } from 'path' ;
7
- import * as compression from 'compression' ;
8
7
9
8
import { AppServerModule } from './app/app.server.module' ;
10
9
Original file line number Diff line number Diff line change @@ -2085,7 +2085,7 @@ compressible@~2.0.16:
2085
2085
dependencies :
2086
2086
mime-db ">= 1.38.0 < 2"
2087
2087
2088
- compression@^1.7.0, compression@^1.7.4 :
2088
+ compression@^1.7.0 :
2089
2089
version "1.7.4"
2090
2090
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
2091
2091
integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
You can’t perform that action at this time.
0 commit comments