From cc13821919d008018b10cb7022901c3b134d6c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 10:51:20 +0000 Subject: [PATCH] Bump angular from 1.6.7 to 1.8.3 in /owa Bumps [angular](https://github.com/angular/angular.js) from 1.6.7 to 1.8.3. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.6.7...v1.8.3) --- updated-dependencies: - dependency-name: angular dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- owa/package-lock.json | 20 +++++++++++++++++--- owa/package.json | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/owa/package-lock.json b/owa/package-lock.json index e70208d4..f509956f 100644 --- a/owa/package-lock.json +++ b/owa/package-lock.json @@ -98,9 +98,9 @@ "dev": true }, "angular": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.7.tgz", - "integrity": "sha1-D4mDfa4XdrAcyx+iCW2w2Tc9mJc=" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "angular-animate": { "version": "1.6.7", @@ -144,6 +144,13 @@ "integrity": "sha512-kMPOh6lQMF/dji0iq+G/hM8HodxfHV/1VqnvaoklMZXHQOdBP1ucGDuWrWIte/dZ/tbW7MbnE1vOmZY152nwVw==", "requires": { "angular": "1.6.7" + }, + "dependencies": { + "angular": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.7.tgz", + "integrity": "sha512-6Kr1vInRiGBE94WYkw/RHY9M8seCMFpARMq55ZNn36IFhP84A2+Ho8YvTva8ThWSI7UI/WKyNFkUKZ5kWmFU0A==" + } } }, "angular-ui-bootstrap": { @@ -157,6 +164,13 @@ "integrity": "sha1-wn4EljCcmSGNVlWYWxZKCWq1IKk=", "requires": { "angular": "1.6.7" + }, + "dependencies": { + "angular": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.7.tgz", + "integrity": "sha512-6Kr1vInRiGBE94WYkw/RHY9M8seCMFpARMq55ZNn36IFhP84A2+Ho8YvTva8ThWSI7UI/WKyNFkUKZ5kWmFU0A==" + } } }, "ansi-escapes": { diff --git a/owa/package.json b/owa/package.json index 2751a428..ba5a50ad 100644 --- a/owa/package.json +++ b/owa/package.json @@ -26,7 +26,7 @@ } }, "dependencies": { - "angular": "^1.5.5", + "angular": "^1.8.3", "angular-animate": "^1.5.5", "angular-resource": "^1.5.11", "angular-route": "^1.5.11",