diff --git a/package-lock.json b/package-lock.json index f6e416e..b9adcd3 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.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "bootstrap": { "version": "4.0.0", diff --git a/package.json b/package.json index 2fa095d..2556f20 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.3", "bootstrap": "^4.0.0", "jquery": "^1.9.1", "jquery-mobile": "^1.4.0",