diff --git a/storefront/package-lock.json b/storefront/package-lock.json index aec6bc5..e87e152 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.3", + "resolved": "https://registry.npmjs.org/angular/-/angular-1.8.3.tgz", + "integrity": "sha512-5qjkWIQQVsHj4Sb5TcEs4WZWpFeVFHXwxEBHUhrny41D8UrBAd6T/6nPPAsLngJCReIOqi95W3mxdveveutpZw==" }, "angular-animate": { "version": "1.7.9", diff --git a/storefront/package.json b/storefront/package.json index 28f5abc..239ff61 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.3", "angular-animate": "^1.7.8", "angular-bootstrap-plus": "^0.8.1", "angular-i18n": "^1.7.8",