diff --git a/storefront/package-lock.json b/storefront/package-lock.json index aec6bc5..39b4411 100644 --- a/storefront/package-lock.json +++ b/storefront/package-lock.json @@ -19,9 +19,9 @@ "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, "angular": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/angular/-/angular-1.7.9.tgz", - "integrity": "sha512-5se7ZpcOtu0MBFlzGv5dsM1quQDoDeUTwZrWjGtTNA7O88cD8TEk5IEKCTDa3uECV9XnvKREVUr7du1ACiWGFQ==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.0.tgz", + "integrity": "sha512-VdaMx+Qk0Skla7B5gw77a8hzlcOakwF8mjlW13DpIWIDlfqwAbSSLfd8N/qZnzEmQF4jC4iofInd3gE7vL8ZZg==" }, "angular-animate": { "version": "1.7.9", diff --git a/storefront/package.json b/storefront/package.json index 28f5abc..1621343 100644 --- a/storefront/package.json +++ b/storefront/package.json @@ -4,7 +4,7 @@ "description": "B2B Store", "private": true, "dependencies": { - "angular": "^1.7.8", + "angular": "^1.8.0", "angular-animate": "^1.7.8", "angular-bootstrap-plus": "^0.8.1", "angular-i18n": "^1.7.8",