diff --git a/package-lock.json b/package-lock.json index f5825f9d..c0563053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@angular/platform-browser-dynamic": "^18.2.8", "@angular/router": "^18.2.8", "@angular/service-worker": "^18.2.8", - "@ionic/angular": "^8.3.2", + "@ionic/angular": "^8.4.1", "@ionic/cli": "^7.2.0", "@microsoft/applicationinsights-web": "^3.3.3", "marked": "^12.0.2", @@ -3469,11 +3469,12 @@ } }, "node_modules/@ionic/angular": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.3.2.tgz", - "integrity": "sha512-mbQgWWOzOHdzYEuixJNl2HJ+QUPAakvaG2D/oh7E+gvmA732ppnpHWF8XR35bpIfQJeBby6/mNZN0Bp9RWAkWw==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.4.1.tgz", + "integrity": "sha512-22ghlHeIJjHDizns/huYp1sQ3Y9qYyUY9hEueIB0e8jsNhCOwhRijMIoOCZ/sfMKTbNaKX7EJ25NpVetF7mZXQ==", + "license": "MIT", "dependencies": { - "@ionic/core": "8.3.2", + "@ionic/core": "8.4.1", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -3856,9 +3857,10 @@ } }, "node_modules/@ionic/core": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.3.2.tgz", - "integrity": "sha512-ptiDXnn4131eKpY862lv7c9xxjly7vi4O+WWCES78E+hXHvTEAundcA5F8eQyb0MFIFvCnOxreTZjRJJnHqPYw==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.4.1.tgz", + "integrity": "sha512-D5xpw5TF2wldpAWE0rHq3L+5T79EjR6d++QFpprjp+q+cFjjhOnfGD+2k7gLlWepAod9LUUigeL0JF02C2wgRQ==", + "license": "MIT", "dependencies": { "@stencil/core": "4.20.0", "ionicons": "^7.2.2", @@ -5228,6 +5230,7 @@ "version": "4.20.0", "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.20.0.tgz", "integrity": "sha512-WPrTHFngvN081RY+dJPneKQLwnOFD60OMCOQGmmSHfCW0f4ujPMzzhwWU1gcSwXPWXz5O+8cBiiCaxAbJU7kAg==", + "license": "MIT", "bin": { "stencil": "bin/stencil" }, @@ -11462,6 +11465,7 @@ "version": "7.4.0", "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.4.0.tgz", "integrity": "sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ==", + "license": "MIT", "dependencies": { "@stencil/core": "^4.0.3" } diff --git a/package.json b/package.json index a133a1d6..38eed14f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@angular/platform-browser-dynamic": "^18.2.8", "@angular/router": "^18.2.8", "@angular/service-worker": "^18.2.8", - "@ionic/angular": "^8.3.2", + "@ionic/angular": "^8.4.1", "@ionic/cli": "^7.2.0", "@microsoft/applicationinsights-web": "^3.3.3", "marked": "^12.0.2",