diff --git a/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package-lock.json b/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package-lock.json old mode 100755 new mode 100644 index eae49c9..c363602 --- a/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package-lock.json +++ b/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package-lock.json @@ -986,11 +986,18 @@ } }, "@angular/core": { - "version": "8.2.14", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.14.tgz", - "integrity": "sha512-zeePkigi+hPh3rN7yoNENG/YUBUsIvUXdxx+AZq+QPaFeKEA2FBSrKn36ojHFrdJUjKzl0lPMEiGC2b6a6bo6g==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } } }, "@angular/forms": { @@ -7266,10 +7273,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash.clonedeep": { "version": "4.5.0", diff --git a/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package.json b/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package.json old mode 100755 new mode 100644 index f3f852f..c0095dd --- a/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package.json +++ b/Geostack-Workshop-Content/Part-4-Data-visualization/Sourcecode/Solution/map-viewer/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~8.2.14", "@angular/common": "~8.2.14", "@angular/compiler": "~8.2.14", - "@angular/core": "~8.2.14", + "@angular/core": "~11.0.5", "@angular/forms": "~8.2.14", "@angular/platform-browser": "~8.2.14", "@angular/platform-browser-dynamic": "~8.2.14",