diff --git a/package-lock.json b/package-lock.json index 56440b1..b807fbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "@capacitor/ios": "4.3.0", "@capacitor/keyboard": "4.0.1", "@capacitor/status-bar": "4.0.1", - "@ionic/react": "^6.0.0", - "@ionic/react-router": "^6.0.0", + "@ionic/react": "^7.0.1", + "@ionic/react-router": "^7.0.1", "@react-google-maps/api": "^2.13.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^13.3.0", @@ -2516,22 +2516,42 @@ } }, "node_modules/@ionic/core": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.9.tgz", - "integrity": "sha512-d2KBXYUKBND2AD8aMgash3O/t04IDc/DHHMshcOydfNJ5qqAxwJYzZR7hs96UknCcIlhHk1pb5C29epkv7gOcQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", + "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", "dependencies": { - "@stencil/core": "^2.18.0", - "ionicons": "^6.0.3", + "@stencil/core": "^3.2.0", + "ionicons": "^7.1.0", "tslib": "^2.1.0" } }, + "node_modules/@ionic/core/node_modules/ionicons": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.1.0.tgz", + "integrity": "sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==", + "dependencies": { + "@stencil/core": "^2.18.0" + } + }, + "node_modules/@ionic/core/node_modules/ionicons/node_modules/@stencil/core": { + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.3.tgz", + "integrity": "sha512-kmVA0M/HojwsfkeHsifvHVIYe4l5tin7J5+DLgtl8h6WWfiMClND5K3ifCXXI2ETDNKiEk21p6jql3Fx9o2rng==", + "bin": { + "stencil": "bin/stencil" + }, + "engines": { + "node": ">=12.10.0", + "npm": ">=6.0.0" + } + }, "node_modules/@ionic/react": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.2.9.tgz", - "integrity": "sha512-zQdzdfLvhJX9lnjAO5sAQfUqy2pqk5v5qpHKQLCzDv+JxwCkrnfIAd1maQDsnEmDaJHvMCBY+/yj5VdZOJrqCA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.1.tgz", + "integrity": "sha512-qgNdaVLgk8Jy68SmFtGWTcOah2gP+HymSgEoHebVRDoap6nuLzObeRspgH/ocFFkLKW+jO8vZfZud25r7QcQQA==", "dependencies": { - "@ionic/core": "^6.2.9", - "ionicons": "^6.0.2", + "@ionic/core": "7.0.1", + "ionicons": "^7.0.0", "tslib": "*" }, "peerDependencies": { @@ -2540,11 +2560,11 @@ } }, "node_modules/@ionic/react-router": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-6.2.9.tgz", - "integrity": "sha512-IrwnwnHhPWrwJZefBaW6myijEmNmgEtVdi/zI7nJPgwoH4O0MhxVM2yOsV3Q+v88ICEW29P+boX/paQ1bntvpA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-7.0.1.tgz", + "integrity": "sha512-QvOuZjMAAK1v8YFkeDjwhVpGmzJO0V44ScVc0Pj00Jh+677Y+g3PddahBh1am2xngRj8XAxZoyk9EjK9kzAmGw==", "dependencies": { - "@ionic/react": "^6.2.9", + "@ionic/react": "7.0.1", "tslib": "*" }, "peerDependencies": { @@ -2554,6 +2574,26 @@ "react-router-dom": "^5.0.1" } }, + "node_modules/@ionic/react/node_modules/@stencil/core": { + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.3.tgz", + "integrity": "sha512-kmVA0M/HojwsfkeHsifvHVIYe4l5tin7J5+DLgtl8h6WWfiMClND5K3ifCXXI2ETDNKiEk21p6jql3Fx9o2rng==", + "bin": { + "stencil": "bin/stencil" + }, + "engines": { + "node": ">=12.10.0", + "npm": ">=6.0.0" + } + }, + "node_modules/@ionic/react/node_modules/ionicons": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.1.0.tgz", + "integrity": "sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==", + "dependencies": { + "@stencil/core": "^2.18.0" + } + }, "node_modules/@ionic/utils-array": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@ionic/utils-array/-/utils-array-2.1.5.tgz", @@ -3482,14 +3522,14 @@ } }, "node_modules/@stencil/core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.1.tgz", - "integrity": "sha512-/fXkh1lwZ+X9JQCw50mPjhBogzEHOBvVC5pLoDLZqodVYK0DGWILM2YLV4dcIUBNEK8/HMDpO/Rq81/rS3mNOw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", + "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==", "bin": { "stencil": "bin/stencil" }, "engines": { - "node": ">=12.10.0", + "node": ">=14.10.0", "npm": ">=6.0.0" } }, @@ -5829,9 +5869,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001415", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001415.tgz", - "integrity": "sha512-ER+PfgCJUe8BqunLGWd/1EY4g8AzQcsDAVzdtMGKVtQEmKAwaFfU6vb7EAVIqTMYsqxBorYZi2+22Iouj/y7GQ==", + "version": "1.0.30001476", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001476.tgz", + "integrity": "sha512-JmpktFppVSvyUN4gsLS0bShY2L9ZUslHLE72vgemBkS43JD2fOvKTKs+GtRwuxrtRGnwJFW0ye7kWRRlLJS9vQ==", "funding": [ { "type": "opencollective", @@ -5840,6 +5880,10 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ] }, @@ -17504,9 +17548,9 @@ } }, "node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.78.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.78.0.tgz", + "integrity": "sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -20157,31 +20201,63 @@ } }, "@ionic/core": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.9.tgz", - "integrity": "sha512-d2KBXYUKBND2AD8aMgash3O/t04IDc/DHHMshcOydfNJ5qqAxwJYzZR7hs96UknCcIlhHk1pb5C29epkv7gOcQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.0.1.tgz", + "integrity": "sha512-RK69pJ+2e5gLM4eASR2vccPQibIz+Lsc1uHql61lV8Xghb7+usYdeSXUvmn2JL3hkbSMt6JxKCTLfQjFJc+d8Q==", "requires": { - "@stencil/core": "^2.18.0", - "ionicons": "^6.0.3", + "@stencil/core": "^3.2.0", + "ionicons": "^7.1.0", "tslib": "^2.1.0" + }, + "dependencies": { + "ionicons": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.1.0.tgz", + "integrity": "sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==", + "requires": { + "@stencil/core": "^2.18.0" + }, + "dependencies": { + "@stencil/core": { + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.3.tgz", + "integrity": "sha512-kmVA0M/HojwsfkeHsifvHVIYe4l5tin7J5+DLgtl8h6WWfiMClND5K3ifCXXI2ETDNKiEk21p6jql3Fx9o2rng==" + } + } + } } }, "@ionic/react": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@ionic/react/-/react-6.2.9.tgz", - "integrity": "sha512-zQdzdfLvhJX9lnjAO5sAQfUqy2pqk5v5qpHKQLCzDv+JxwCkrnfIAd1maQDsnEmDaJHvMCBY+/yj5VdZOJrqCA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@ionic/react/-/react-7.0.1.tgz", + "integrity": "sha512-qgNdaVLgk8Jy68SmFtGWTcOah2gP+HymSgEoHebVRDoap6nuLzObeRspgH/ocFFkLKW+jO8vZfZud25r7QcQQA==", "requires": { - "@ionic/core": "^6.2.9", - "ionicons": "^6.0.2", + "@ionic/core": "7.0.1", + "ionicons": "^7.0.0", "tslib": "*" + }, + "dependencies": { + "@stencil/core": { + "version": "2.22.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.22.3.tgz", + "integrity": "sha512-kmVA0M/HojwsfkeHsifvHVIYe4l5tin7J5+DLgtl8h6WWfiMClND5K3ifCXXI2ETDNKiEk21p6jql3Fx9o2rng==" + }, + "ionicons": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.1.0.tgz", + "integrity": "sha512-iE4GuEdEHARJpp0sWL7WJZCzNCf5VxpNRhAjW0fLnZPnNL5qZOJUcfup2Z2Ty7Jk8Q5hacrHfGEB1lCwOdXqGg==", + "requires": { + "@stencil/core": "^2.18.0" + } + } } }, "@ionic/react-router": { - "version": "6.2.9", - "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-6.2.9.tgz", - "integrity": "sha512-IrwnwnHhPWrwJZefBaW6myijEmNmgEtVdi/zI7nJPgwoH4O0MhxVM2yOsV3Q+v88ICEW29P+boX/paQ1bntvpA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@ionic/react-router/-/react-router-7.0.1.tgz", + "integrity": "sha512-QvOuZjMAAK1v8YFkeDjwhVpGmzJO0V44ScVc0Pj00Jh+677Y+g3PddahBh1am2xngRj8XAxZoyk9EjK9kzAmGw==", "requires": { - "@ionic/react": "^6.2.9", + "@ionic/react": "7.0.1", "tslib": "*" } }, @@ -20907,9 +20983,9 @@ } }, "@stencil/core": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.18.1.tgz", - "integrity": "sha512-/fXkh1lwZ+X9JQCw50mPjhBogzEHOBvVC5pLoDLZqodVYK0DGWILM2YLV4dcIUBNEK8/HMDpO/Rq81/rS3mNOw==" + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-3.2.0.tgz", + "integrity": "sha512-vAZiHg4h6hZn4GP6P4w/d7qJwovW0xroitVAn/Ay0rUOeMHqMDYTX5jq0Vy/bgKactKam5WL/to50esGe6lDUQ==" }, "@surma/rollup-plugin-off-main-thread": { "version": "2.2.3", @@ -22708,9 +22784,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001415", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001415.tgz", - "integrity": "sha512-ER+PfgCJUe8BqunLGWd/1EY4g8AzQcsDAVzdtMGKVtQEmKAwaFfU6vb7EAVIqTMYsqxBorYZi2+22Iouj/y7GQ==" + "version": "1.0.30001476", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001476.tgz", + "integrity": "sha512-JmpktFppVSvyUN4gsLS0bShY2L9ZUslHLE72vgemBkS43JD2fOvKTKs+GtRwuxrtRGnwJFW0ye7kWRRlLJS9vQ==" }, "canvas-fit": { "version": "1.5.0", @@ -31486,9 +31562,9 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.78.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.78.0.tgz", + "integrity": "sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==", "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", diff --git a/package.json b/package.json index 6c0895a..7d29475 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "@capacitor/ios": "4.3.0", "@capacitor/keyboard": "4.0.1", "@capacitor/status-bar": "4.0.1", - "@ionic/react": "^6.0.0", - "@ionic/react-router": "^6.0.0", + "@ionic/react": "^7.0.1", + "@ionic/react-router": "^7.0.1", "@react-google-maps/api": "^2.13.1", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^13.3.0",