diff --git a/console/package-lock.json b/console/package-lock.json index 6c1219e4d4..7872991e89 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -849,9 +849,9 @@ "integrity": "sha512-5GC8HQlPChPV+168zLlm4yj4syA6N9ChSKV0tmzj1zIfMcub1UAOaB9IYaXRHQsjPFh9OuQXwmkzScyAfhEVjA==" }, "@angular/language-service": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.1.0.tgz", - "integrity": "sha512-2f8ECoXrj40oS1rtIfi+F8T4WPzundcZDs8WMFNBuWYbk14v1S9sTgMEmZyePHGkPjt6IfYiLJKJCvVgrt1nxQ==", + "version": "9.1.9", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-9.1.9.tgz", + "integrity": "sha512-yT6HPpdAe2mD9HRoTCiWFog1MRJt+0j+CLbI/Ql7C6pH6vbjmfsJ55xMmQ7eS6trsnebpMWTUv1f2GRykv3ygw==", "dev": true }, "@angular/material": { diff --git a/console/package.json b/console/package.json index 58cbddfdd8..8029c09754 100644 --- a/console/package.json +++ b/console/package.json @@ -50,7 +50,7 @@ "@angular-devkit/build-angular": "~0.901.7", "@angular/cli": "~9.1.0", "@angular/compiler-cli": "~9.1.0", - "@angular/language-service": "~9.1.0", + "@angular/language-service": "~9.1.9", "@types/jasmine": "~3.5.10", "@types/jasminewd2": "~2.0.3", "@types/node": "^14.0.11",