diff --git a/newclient/resultcatcher/package-lock.json b/newclient/resultcatcher/package-lock.json index 3f4f9237..cb4b549b 100644 --- a/newclient/resultcatcher/package-lock.json +++ b/newclient/resultcatcher/package-lock.json @@ -20,7 +20,7 @@ "@capacitor/keyboard": "4.1.0", "@capacitor/splash-screen": "4.1.2", "@capacitor/status-bar": "4.1.1", - "@ionic/angular": "^7.5.3", + "@ionic/angular": "^7.7.0", "@ionic/angular-server": "^7.5.3", "color": "^4.2.3", "ini": ">=3.0.0", @@ -3481,11 +3481,11 @@ "dev": true }, "node_modules/@ionic/angular": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-7.5.3.tgz", - "integrity": "sha512-LgTF8nNFj0B71E98gPEAP4cbSAnNfpDG82l/FGtozG83nto60wp13rWPtVuqG+xLSZqHgV6vN6d9W+2NfE46SQ==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-7.7.0.tgz", + "integrity": "sha512-jEPgg8J1ZX5mBiz80LUOmAOtMOZuVFE5ZVNxSuMzTFdD6j4rSFowuOmci4DZoewyveQgPx5h4Kg+rLuQrxTYow==", "dependencies": { - "@ionic/core": "7.5.3", + "@ionic/core": "7.7.0", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" @@ -3568,10 +3568,20 @@ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", "dev": true }, + "node_modules/@ionic/angular/node_modules/@ionic/core": { + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.7.0.tgz", + "integrity": "sha512-ewbvX8u4+FNRBAw1nqBuCy4dI8OLTxoqZgm4qRs4zbrNLJInwTpYjCPzYueN0KE9ufP0n9HhS23lfcrQzJC7Hg==", + "dependencies": { + "@stencil/core": "^4.12.0", + "ionicons": "^7.2.2", + "tslib": "^2.1.0" + } + }, "node_modules/@ionic/angular/node_modules/@stencil/core": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.7.0.tgz", - "integrity": "sha512-hl3hD5FA8F9kZiDJSus08Kno1QRl+fXeMBzrl5DjWAzAu0JHxL1AqTph5oQSekjvkSahaa8JtsXnHRZU93eivg==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.1.tgz", + "integrity": "sha512-l7UUCEV+4Yr1i6BL2DGSQPAzM3x/V4Fx9n9Z0/gdAgX11I25xY0MnH5jbQ69ug6ms/8KUV6SouS1R7MjjM/JnQ==", "bin": { "stencil": "bin/stencil" }, @@ -3581,9 +3591,9 @@ } }, "node_modules/@ionic/angular/node_modules/ionicons": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.2.1.tgz", - "integrity": "sha512-2pvCM7DGVEtbbj48PJzQrCADCQrqjU1nUYX9l9PyEWz3ZfdnLdAouqwPxLdl8tbaF9cE7OZRSlyQD7oLOLnGoQ==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.2.2.tgz", + "integrity": "sha512-I3iYIfc9Q9FRifWyFSwTAvbEABWlWY32i0sAVDDPGYnaIZVugkLCZFbEcrphW6ixVPg8tt1oLwalo/JJwbEqnA==", "dependencies": { "@stencil/core": "^4.0.3" } diff --git a/newclient/resultcatcher/package.json b/newclient/resultcatcher/package.json index f9a74780..20e7dc03 100644 --- a/newclient/resultcatcher/package.json +++ b/newclient/resultcatcher/package.json @@ -25,7 +25,7 @@ "@capacitor/keyboard": "4.1.0", "@capacitor/splash-screen": "4.1.2", "@capacitor/status-bar": "4.1.1", - "@ionic/angular": "^7.5.3", + "@ionic/angular": "^7.7.0", "@ionic/angular-server": "^7.5.3", "color": "^4.2.3", "ini": ">=3.0.0",