|
42 | 42 | "check-travis": " travis-status --repo=angular-material-extensions/password-strength --branch=master --fail-pending || echo 'Not yet passing'" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@angular/animations": "^8.1.0", |
| 45 | + "@angular/animations": "^8.1.1", |
46 | 46 | "@angular/cdk": "^8.0.2", |
47 | | - "@angular/common": "^8.1.0", |
48 | | - "@angular/core": "^8.1.0", |
49 | | - "@angular/forms": "^8.1.0", |
| 47 | + "@angular/common": "^8.1.1", |
| 48 | + "@angular/core": "^8.1.1", |
| 49 | + "@angular/forms": "^8.1.1", |
50 | 50 | "@angular/material": "^8.0.2" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@angular-devkit/schematics": "^8.1.0", |
54 | | - "@angular/compiler": "^8.1.0", |
| 53 | + "@angular-devkit/schematics": "^8.1.1", |
| 54 | + "@angular/compiler": "^8.1.1", |
55 | 55 | "@angular/compiler-cli": "8.0.0", |
56 | | - "@angular/platform-browser": "^8.1.0", |
57 | | - "@angular/platform-browser-dynamic": "^8.1.0", |
58 | | - "@angular/platform-server": "^8.1.0", |
| 56 | + "@angular/platform-browser": "^8.1.1", |
| 57 | + "@angular/platform-browser-dynamic": "^8.1.1", |
| 58 | + "@angular/platform-server": "^8.1.1", |
59 | 59 | "@compodoc/gulp-compodoc": "^0.0.10", |
60 | 60 | "@types/jasmine": "^2.8.14", |
61 | 61 | "@types/jest": "^23.3.14", |
62 | | - "@types/lodash": "^4.14.135", |
| 62 | + "@types/lodash": "^4.14.136", |
63 | 63 | "@types/node": "^10.14.12", |
64 | 64 | "angular-cli-ghpages": "^0.5.3", |
65 | 65 | "angular2-template-loader": "0.6.2", |
|
99 | 99 | "karma-remap-coverage": "0.1.5", |
100 | 100 | "karma-sourcemap-loader": "0.3.7", |
101 | 101 | "karma-webpack": "^3.0.5", |
102 | | - "lodash": "^4.17.11", |
| 102 | + "lodash": "^4.17.14", |
103 | 103 | "ngx-combination-generator": "^2.0.0", |
104 | 104 | "node-sass": "^4.12.0", |
105 | 105 | "postcss": "^7.0.17", |
106 | 106 | "postcss-strip-inline-comments": "0.1.5", |
107 | 107 | "pump": "3.0.0", |
108 | 108 | "raw-loader": "^1.0.0", |
109 | | - "rollup": "^1.16.6", |
| 109 | + "rollup": "^1.17.0", |
110 | 110 | "rollup-plugin-commonjs": "^9.2.2", |
111 | 111 | "rollup-plugin-node-resolve": "^4.2.4", |
112 | 112 | "rollup-plugin-sourcemaps": "0.4.2", |
|
121 | 121 | "tsickle": "^0.34.3", |
122 | 122 | "tslint": "~5.12.1", |
123 | 123 | "typescript": "~3.4.5", |
124 | | - "webpack": "^4.35.2", |
125 | | - "webpack-cli": "^3.3.5", |
| 124 | + "webpack": "^4.35.3", |
| 125 | + "webpack-cli": "^3.3.6", |
126 | 126 | "webpack-dev-middleware": "^3.7.0", |
127 | 127 | "webpack-dev-server": "^3.7.2", |
128 | 128 | "webpack-node-externals": "^1.7.2", |
129 | 129 | "yargs": "^12.0.5", |
130 | 130 | "zone.js": "~0.9.1" |
131 | 131 | }, |
132 | 132 | "engines": { |
133 | | - "node": ">=6.0.0" |
| 133 | + "node": ">=10.0.0" |
134 | 134 | }, |
135 | 135 | "jest": { |
136 | 136 | "preset": "jest-preset-angular", |
|
0 commit comments