diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 9f6c2322e1..c94f4516e4 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -171,9 +171,9 @@ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=" }, "angular": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", - "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.1.tgz", + "integrity": "sha512-eiasF4uFXsmKD8qYpkKEi9rKVxMv0nIDZXsYrwzSbPIbjmTV05bx+18VDbRmMx7p+gL84T9Qw2NCpVe8w1QKHQ==" }, "angular-breadcrumb": { "version": "git+https://git@github.com/ansible/angular-breadcrumb.git#6c2b1ad45ad5fbe7adf39af1ef3b294ca8e207a9", diff --git a/awx/ui/package.json b/awx/ui/package.json index e546bfc891..ab40dbbb63 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -97,7 +97,7 @@ }, "dependencies": { "@uirouter/angularjs": "1.0.18", - "angular": "^1.7.9", + "angular": "^1.8.1", "angular-breadcrumb": "git+https://git@github.com/ansible/angular-breadcrumb#0.4.1", "angular-codemirror": "git+https://git@github.com/ansible/angular-codemirror.git#v1.2.1", "angular-cookies": "^1.7.9",