diff --git a/package-lock.json b/package-lock.json index 60094ea6..47cd2de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/platform-browser-dynamic": "^18.2.5", "@angular/router": "^18.2.5", "@angular/service-worker": "^18.2.5", - "@ionic/angular": "^8.3.1", + "@ionic/angular": "^8.3.2", "@ionic/cli": "^7.2.0", "@microsoft/applicationinsights-web": "^3.3.3", "marked": "^12.0.2", @@ -3396,11 +3396,11 @@ } }, "node_modules/@ionic/angular": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.3.1.tgz", - "integrity": "sha512-D/qP3R6xbaH/y7qNSQ1F6/hVediPq+F5a6KxfhOIZPXrD94r9haDTD9XpQh7LMoAzoem85h7icn2XfHzcDP1HA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.3.2.tgz", + "integrity": "sha512-mbQgWWOzOHdzYEuixJNl2HJ+QUPAakvaG2D/oh7E+gvmA732ppnpHWF8XR35bpIfQJeBby6/mNZN0Bp9RWAkWw==", "dependencies": { - "@ionic/core": "8.3.1", + "@ionic/core": "8.3.2", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -3783,9 +3783,9 @@ } }, "node_modules/@ionic/core": { - "version": "8.3.1", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.1.tgz", - "integrity": "sha512-md4JFwKYLgN/YP+uzoTE5H7ah0W5SQQNZ1cJOQtxhv0ytCCHHaXJrfRVzefdy8iy8NdzL9s6EV5ZTKYH98E+ZQ==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.2.tgz", + "integrity": "sha512-ptiDXnn4131eKpY862lv7c9xxjly7vi4O+WWCES78E+hXHvTEAundcA5F8eQyb0MFIFvCnOxreTZjRJJnHqPYw==", "dependencies": { "@stencil/core": "4.20.0", "ionicons": "^7.2.2", diff --git a/package.json b/package.json index 246af354..eab9e6a2 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@angular/platform-browser-dynamic": "^18.2.5", "@angular/router": "^18.2.5", "@angular/service-worker": "^18.2.5", - "@ionic/angular": "^8.3.1", + "@ionic/angular": "^8.3.2", "@ionic/cli": "^7.2.0", "@microsoft/applicationinsights-web": "^3.3.3", "marked": "^12.0.2",