Skip to content

Commit

Permalink
Updating dependencies with vulnerabilities (#2030)
Browse files Browse the repository at this point in the history
* Updating dependencies with vulnerabilties

* Downgrade typescript version
mario-alva authored Nov 9, 2021
1 parent 7e9f257 commit fce34e6
Showing 2 changed files with 474 additions and 528 deletions.
954 changes: 450 additions & 504 deletions package-lock.json

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,44 +30,44 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~12.1.4",
"@angular/common": "~12.1.4",
"@angular/compiler": "~12.1.4",
"@angular/core": "~12.1.4",
"@angular/forms": "~12.1.4",
"@angular/platform-browser": "~12.1.4",
"@angular/platform-browser-dynamic": "~12.1.4",
"@angular/router": "~12.1.4",
"rxjs": "~6.6.3",
"tslib": "^2.3.0",
"@angular/animations": "^12.1.5",
"@angular/common": "^12.1.5",
"@angular/compiler": "^12.1.5",
"@angular/core": "^12.1.5",
"@angular/forms": "^12.1.5",
"@angular/platform-browser": "^12.1.5",
"@angular/platform-browser-dynamic": "^12.1.5",
"@angular/router": "^12.1.5",
"rxjs": "^6.6.7",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.4",
"@angular/cli": "~12.1.4",
"@angular/compiler-cli": "~12.1.4",
"@angular/language-service": "~12.1.4",
"@angular/compiler-cli": "^12.1.5",
"@angular/language-service": "^12.1.5",
"@swimlane/prettier-config-swimlane": "^3.0.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/jasmine": "^3.6.11",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.27",
"angular-cli-ghpages": "^0.6.0",
"codelyzer": "^6.0.0",
"codelyzer": "^6.0.2",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"husky": "^4.2.4",
"jasmine": "^3.5.0",
"cross-env": "^7.0.3",
"husky": "^4.3.8",
"jasmine": "^3.9.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.1.2",
"node-sass": "^4.13.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^12.2.2",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"prettier": "^2.4.1",
"pretty-quick": "^2.0.1",
"protractor": "~7.0.0",
"scss-bundle": "^3.1.1",
@@ -76,7 +76,7 @@
"tslint-config-prettier": "^1.17.0",
"tslint-config-security": "^1.16.0",
"tslint-config-swimlane": "^5.0.0",
"typescript": "^4.3.5"
"typescript": "~4.3.5"
},
"husky": {
"hooks": {

0 comments on commit fce34e6

Please sign in to comment.