chore(dependencies): add missing package lock files to packages (#21951)

- Add `package-lock.json` to `angular`, `angular-server`, `react`, `react-router` and the root 
- Ran `npm audit` on all, fixed vulnerabilities
- Ran `npm outdated` on all, updated minor and patch versions
- Ran `npm update` on all
This commit is contained in:
Brandy Carney
2020-08-21 16:00:40 -04:00
committed by GitHub
parent 00eac33053
commit 6dae5d1dfe
16 changed files with 34413 additions and 22 deletions

View File

@ -1 +0,0 @@
package-lock=false

4409
packages/angular-server/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,6 @@
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",
"typescript": "3.4.5",
"typescript-tslint-plugin": "0.5.4"
"typescript-tslint-plugin": "^0.5.5"
}
}