diff --git a/example/package-lock.json b/example/package-lock.json index 335974f..127eea7 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -59,9 +59,9 @@ } }, "angular": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", - "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.2.tgz", + "integrity": "sha512-IauMOej2xEe7/7Ennahkbb5qd/HFADiNuLSESz9Q27inmi32zB0lnAsFeLEWcox3Gd1F6YhNd1CP7/9IukJ0Gw==" }, "ansi-regex": { "version": "2.1.1", diff --git a/example/package.json b/example/package.json index adb83e0..ad3ad68 100644 --- a/example/package.json +++ b/example/package.json @@ -25,7 +25,7 @@ "typescript": "~3.1.6" }, "dependencies": { - "angular": "1.8.0", + "angular": "1.8.2", "core-js": "^3.6.5", "ts-helpers": "^1.1.1" }