From ea5c25bbd7957fa2c37c314415865f47fe02221f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2020 14:38:27 +0000 Subject: [PATCH] Bump angular from 1.6.9 to 1.8.0 Bumps [angular](https://github.com/angular/angular.js) from 1.6.9 to 1.8.0. - [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.9...v1.8.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6e416e..51baadf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "angular": { - "version": "1.6.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.6.9.tgz", - "integrity": "sha512-6igWH2GIsxV+J38wNWCh8oyjaZsrIPIDO35twloIUyjlF2Yit6UyLAWujHP05ma/LFxTsx4NtYibRoMNBXPR1A==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "bootstrap": { "version": "4.0.0", diff --git a/package.json b/package.json index 2fa095d..338054b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "---\r ## Website Url: http://movixplorer.co.nf\r ### The application is browsing movie in three ways.\r * Now playing\r It's showing a list of recent movies showing in the cinemas\r * Top rated\r It's showing a list of the movies with the best rates\r * search\r User can type in search query to search within a huge movies database from all over the world", "main": "mycode.js", "dependencies": { - "angular": "^1.6.9", + "angular": "^1.8.0", "bootstrap": "^4.0.0", "jquery": "^1.9.1", "jquery-mobile": "^1.4.0",