From a83a79dfecd6f2684b335e872cfddc9cef0d1eab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 04:38:55 +0000 Subject: [PATCH] chore(deps): update all major updates --- packages/nuxt/package.json | 8 +- pnpm-lock.yaml | 193 +++++++++++++++++++------------ themes/pergel-ionic/package.json | 4 +- 3 files changed, 123 insertions(+), 82 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index f867d205..327c7f3b 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -80,8 +80,8 @@ "@aws-sdk/client-ses": "^3.554.0", "@capacitor/action-sheet": "6.0.0-rc.1", "@capacitor/android": "6.0.0-rc.2", - "@capacitor/app": "^5.0.7", - "@capacitor/app-launcher": "^5.0.7", + "@capacitor/app": "^6.0.0", + "@capacitor/app-launcher": "^6.0.0", "@capacitor/cli": "6.0.0-rc.2", "@capacitor/core": "6.0.0-rc.2", "@capacitor/ios": "6.0.0-rc.2", @@ -90,7 +90,7 @@ "@iconify-json/carbon": "^1.1.31", "@iconify-json/ph": "^1.1.12", "@ionic/cli": "^7.2.0", - "@ionic/core": "^7.8.3", + "@ionic/core": "^8.0.0", "@json2csv/node": "^7.0.6", "@lucia-auth/adapter-drizzle": "1.0.7", "@lucia-auth/adapter-postgresql": "3.1.2", @@ -128,7 +128,7 @@ "happy-dom": "^14.7.0", "ioredis": "^5.3.2", "jiti": "^1.21.0", - "json-schema-to-typescript": "^13.1.2", + "json-schema-to-typescript": "^14.0.0", "lint-staged": "^15.2.2", "lucia": "3.1.1", "node-cron": "^3.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 18cdaf70..bff40476 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -318,11 +318,11 @@ importers: specifier: 6.0.0-rc.2 version: 6.0.0-rc.2(@capacitor/core@6.0.0-rc.2) '@capacitor/app': - specifier: ^5.0.7 - version: 5.0.7(@capacitor/core@6.0.0-rc.2) + specifier: ^6.0.0 + version: 6.0.0(@capacitor/core@6.0.0-rc.2) '@capacitor/app-launcher': - specifier: ^5.0.7 - version: 5.0.7(@capacitor/core@6.0.0-rc.2) + specifier: ^6.0.0 + version: 6.0.0(@capacitor/core@6.0.0-rc.2) '@capacitor/cli': specifier: 6.0.0-rc.2 version: 6.0.0-rc.2 @@ -348,8 +348,8 @@ importers: specifier: ^7.2.0 version: 7.2.0 '@ionic/core': - specifier: ^7.8.3 - version: 7.8.3 + specifier: ^8.0.0 + version: 8.0.0 '@json2csv/node': specifier: ^7.0.6 version: 7.0.6 @@ -462,8 +462,8 @@ importers: specifier: ^1.21.0 version: 1.21.0 json-schema-to-typescript: - specifier: ^13.1.2 - version: 13.1.2 + specifier: ^14.0.0 + version: 14.0.0 lint-staged: specifier: ^15.2.2 version: 15.2.2 @@ -760,14 +760,14 @@ importers: themes/pergel-ionic: dependencies: '@capacitor/cli': - specifier: ^5.7.4 - version: 5.7.4 + specifier: ^6.0.0 + version: 6.0.0 '@ionic/cli': specifier: ^7.2.0 version: 7.2.0 '@ionic/core': - specifier: ^7.8.3 - version: 7.8.3 + specifier: ^8.0.0 + version: 8.0.0 '@nuxtjs/ionic': specifier: ^0.13.1 version: 0.13.1 @@ -933,6 +933,15 @@ packages: /@antfu/utils@0.7.7: resolution: {integrity: sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==} + /@apidevtools/json-schema-ref-parser@11.5.5: + resolution: {integrity: sha512-hv/aXDILyroHioVW27etFMV+IX6FyNn41YwbeGIAt5h/7fUTQvHI5w3ols8qYAT8aQt3kzexq5ZwxFDxNHIhdQ==} + engines: {node: '>= 16'} + dependencies: + '@jsdevtools/ono': 7.1.3 + '@types/json-schema': 7.0.15 + js-yaml: 4.1.0 + dev: true + /@apollo/sandbox@2.5.1(graphql@16.8.1): resolution: {integrity: sha512-3QMm0gAdNNOaJqw8k6ez4/pXROgs0jy2eCTJY26bv/eQEM+U/HajuLgQsM26dxt/mtxBLLO0B4wg11S/fFGchg==} peerDependencies: @@ -2276,16 +2285,6 @@ packages: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - /@bcherny/json-schema-ref-parser@10.0.5-fork: - resolution: {integrity: sha512-E/jKbPoca1tfUPj3iSbitDZTGnq6FUFjkH6L8U2oDwSuwK1WhnnVtCG7oFOTg/DDnyoXbQYUiUiGOibHqaGVnw==} - engines: {node: '>= 16'} - dependencies: - '@jsdevtools/ono': 7.1.3 - '@types/json-schema': 7.0.15 - call-me-maybe: 1.0.2 - js-yaml: 4.1.0 - dev: true - /@capacitor/action-sheet@6.0.0-rc.1(@capacitor/core@6.0.0-rc.2): resolution: {integrity: sha512-Nbfj8/A+AuBiy4vywWzBI9wOlykfvD0k3c18xmwafOLyqNJ4fN2U6zGQH5q/3WrJL7AdtjxmWorYlWKwtc6g5g==} peerDependencies: @@ -2300,18 +2299,18 @@ packages: dependencies: '@capacitor/core': 6.0.0-rc.2 - /@capacitor/app-launcher@5.0.7(@capacitor/core@6.0.0-rc.2): - resolution: {integrity: sha512-FJacB/mK/iwWUKNf1PJz1d7sGyVNRLvEYyYSwbmn9F9+6onj/T2lCL7TU40qhsVwFt8oDmdvygjOnoIoqU9Bpg==} + /@capacitor/app-launcher@6.0.0(@capacitor/core@6.0.0-rc.2): + resolution: {integrity: sha512-4srAYXv+NiAe1vHHYfVfjCc7bRytHiqUlCNTUqL4duRPLZlmsoyJ6DH2JnHXvPKoLIx+4fppG7DquXTosUGasg==} peerDependencies: - '@capacitor/core': ^5.0.0 + '@capacitor/core': ^6.0.0 dependencies: '@capacitor/core': 6.0.0-rc.2 dev: true - /@capacitor/app@5.0.7(@capacitor/core@6.0.0-rc.2): - resolution: {integrity: sha512-oad0jwQu+vgQDukeS9UV56yG10dlxkAGGl26IQpZlTmg3dTI9qSJtvhmlLfkF0nEtoj5IsVQUPE+NLH1oZkgGQ==} + /@capacitor/app@6.0.0(@capacitor/core@6.0.0-rc.2): + resolution: {integrity: sha512-X5UGd90Jh5p9rmoPyMqFyFWqOypdJgVJhYcM5X1YyDVJJGzmJ5MuYv1+ajj5DW9Qyh+5a3th9WYptdGby8jidA==} peerDependencies: - '@capacitor/core': ^5.0.0 + '@capacitor/core': ^6.0.0 dependencies: '@capacitor/core': 6.0.0-rc.2 dev: true @@ -2341,6 +2340,33 @@ packages: transitivePeerDependencies: - supports-color + /@capacitor/cli@6.0.0: + resolution: {integrity: sha512-6z30P0mr53l0VXPwFjzDVuKIt1991bqUSSfShTT2efWN+rBSGSAH2bPID6qSZornH1n5R5Lh/UHq/aGuW523MQ==} + engines: {node: '>=18.0.0'} + hasBin: true + dependencies: + '@ionic/cli-framework-output': 2.2.8 + '@ionic/utils-fs': 3.1.7 + '@ionic/utils-process': 2.1.12 + '@ionic/utils-subprocess': 2.1.11 + '@ionic/utils-terminal': 2.3.5 + commander: 9.5.0 + debug: 4.3.4 + env-paths: 2.2.1 + kleur: 4.1.5 + native-run: 2.0.1 + open: 8.4.2 + plist: 3.1.0 + prompts: 2.4.2 + rimraf: 4.4.1 + semver: 7.6.0 + tar: 6.2.1 + tslib: 2.6.2 + xml2js: 0.5.0 + transitivePeerDependencies: + - supports-color + dev: false + /@capacitor/cli@6.0.0-rc.2: resolution: {integrity: sha512-BVPctp2lI5PmbQQsG6kCBhbfOOuHZHT1u5zPjtRUMUlguFwmemjC3SSeJNGMntOmMG70XxXBVRS263uLAu721A==} engines: {node: '>=18.0.0'} @@ -4419,8 +4445,8 @@ packages: ionicons: 7.3.1 tslib: 2.6.2 - /@ionic/core@7.8.3: - resolution: {integrity: sha512-5pFoE8gbhbCuyQlZ7BlRk4+S4PmmqgkALw4IAhtUK1TuzsKJ2KLFBlp0rdlWS+VcKEyrec/ptVki8oN5335vRA==} + /@ionic/core@8.0.0: + resolution: {integrity: sha512-jW1LA5mSUYmG4Go9EBWPiLv0Uxwm9vF8+3gwYNeLxJrRwzsirc1qBW/zvDTqcbyMwopAfwtb690iSv5e3i1CwA==} dependencies: '@stencil/core': 4.14.0 ionicons: 7.3.1 @@ -4434,7 +4460,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-array@2.1.6: resolution: {integrity: sha512-0JZ1Zkp3wURnv8oq6Qt7fMPo5MpjbLoUoa9Bu2Q4PJuSDWM8H8gwF3dQO7VTeUj3/0o1IB1wGkFWZZYgUXZMUg==} @@ -4455,7 +4480,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-fs@3.1.7: resolution: {integrity: sha512-2EknRvMVfhnyhL1VhFkSLa5gOcycK91VnjfrTB0kbqkTFCOXyXgVLI5whzq7SLrgD9t1aqos3lMMQyVzaQ5gVA==} @@ -4485,7 +4509,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-object@2.1.6: resolution: {integrity: sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww==} @@ -4508,7 +4531,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-process@2.1.11: resolution: {integrity: sha512-Uavxn+x8j3rDlZEk1X7YnaN6wCgbCwYQOeIjv/m94i1dzslqWhqIHEqxEyeE8HsT5Negboagg7GtQiABy+BLbA==} @@ -4544,7 +4566,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-stream@3.1.6: resolution: {integrity: sha512-4+Kitey1lTA1yGtnigeYNhV/0tggI3lWBMjC7tBs1K9GXa/q7q4CtOISppdh8QgtOhrhAXS2Igp8rbko/Cj+lA==} @@ -4578,7 +4599,6 @@ packages: tslib: 2.6.2 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-subprocess@2.1.14: resolution: {integrity: sha512-nGYvyGVjU0kjPUcSRFr4ROTraT3w/7r502f5QJEsMRKTqa4eEzCshtwRk+/mpASm0kgBN5rrjYA5A/OZg8ahqg==} @@ -4625,7 +4645,6 @@ packages: wrap-ansi: 7.0.0 transitivePeerDependencies: - supports-color - dev: true /@ionic/utils-terminal@2.3.4: resolution: {integrity: sha512-cEiMFl3jklE0sW60r8JHH3ijFTwh/jkdEKWbylSyExQwZ8pPuwoXz7gpkWoJRLuoRHHSvg+wzNYyPJazIHfoJA==} @@ -9113,13 +9132,6 @@ packages: resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} dev: false - /@types/glob@7.2.0: - resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} - dependencies: - '@types/minimatch': 5.1.2 - '@types/node': 20.12.4 - dev: true - /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: @@ -9163,10 +9175,6 @@ packages: '@types/unist': 2.0.10 dev: true - /@types/minimatch@5.1.2: - resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - dev: true - /@types/minimist@1.2.5: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true @@ -9192,8 +9200,11 @@ packages: resolution: {integrity: sha512-j3pOPiEcWZ34R6a6mN07mUkM4o4Lwf6hPNt8eilOeZhTFbxFXmKhvXl9Y28jotFPaI1bpPDJsbCprUoNke6OrA==} dev: false - /@types/prettier@2.7.3: - resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} + /@types/prettier@3.0.0: + resolution: {integrity: sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==} + deprecated: This is a stub types definition. prettier provides its own type definitions, so you do not need this installed. + dependencies: + prettier: 3.2.5 dev: true /@types/resize-observer-browser@0.1.11: @@ -12468,6 +12479,11 @@ packages: engines: {node: '>=8'} dev: true + /data-uri-to-buffer@4.0.1: + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + engines: {node: '>= 12'} + dev: true + /data-uri-to-buffer@6.0.2: resolution: {integrity: sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==} engines: {node: '>= 14'} @@ -13900,6 +13916,14 @@ packages: dependencies: pend: 1.2.0 + /fetch-blob@3.2.0: + resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} + engines: {node: ^12.20 || >= 14.13} + dependencies: + node-domexception: 1.0.0 + web-streams-polyfill: 3.3.3 + dev: true + /figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} @@ -14021,6 +14045,13 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.35 + /formdata-polyfill@4.0.10: + resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} + engines: {node: '>=12.20.0'} + dependencies: + fetch-blob: 3.2.0 + dev: true + /formidable@2.1.2: resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==} dependencies: @@ -14158,11 +14189,6 @@ packages: /get-port-please@3.1.2: resolution: {integrity: sha512-Gxc29eLs1fbn6LQ4jSU4vXjlwyZhF5HsGuMAa7gqBP4Rw4yxxltyDUuF5MBclFzDTXO+ACchGQoeela4DSfzdQ==} - /get-stdin@8.0.0: - resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} - engines: {node: '>=10'} - dev: true - /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} @@ -14275,16 +14301,6 @@ packages: dependencies: is-glob: 4.0.3 - /glob-promise@4.2.2(glob@7.2.3): - resolution: {integrity: sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==} - engines: {node: '>=12'} - peerDependencies: - glob: ^7.1.6 - dependencies: - '@types/glob': 7.2.0 - glob: 7.2.3 - dev: true - /glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} @@ -15373,25 +15389,25 @@ packages: resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - /json-schema-to-typescript@13.1.2: - resolution: {integrity: sha512-17G+mjx4nunvOpkPvcz7fdwUwYCEwyH8vR3Ym3rFiQ8uzAL3go+c1306Kk7iGRk8HuXBXqy+JJJmpYl0cvOllw==} - engines: {node: '>=12.0.0'} + /json-schema-to-typescript@14.0.0: + resolution: {integrity: sha512-y/Pj93Ggu69LyRPxqpe16t8LA/5ZyJVoqmUf+o+2cBG33dH/GsDn5oDZD3EiOTkHXjVuZg4qWnWzTtS2LcoeiA==} + engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@bcherny/json-schema-ref-parser': 10.0.5-fork + '@apidevtools/json-schema-ref-parser': 11.5.5 '@types/json-schema': 7.0.15 '@types/lodash': 4.17.0 - '@types/prettier': 2.7.3 + '@types/prettier': 3.0.0 cli-color: 2.0.4 - get-stdin: 8.0.0 - glob: 7.2.3 - glob-promise: 4.2.2(glob@7.2.3) + glob: 10.3.12 is-glob: 4.0.3 + js-yaml: 4.1.0 lodash: 4.17.21 minimist: 1.2.8 - mkdirp: 1.0.4 + mkdirp: 3.0.1 mz: 2.7.0 - prettier: 2.8.8 + node-fetch: 3.3.2 + prettier: 3.2.5 dev: true /json-schema-traverse@0.4.1: @@ -16372,6 +16388,12 @@ packages: engines: {node: '>=10'} hasBin: true + /mkdirp@3.0.1: + resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} + engines: {node: '>=10'} + hasBin: true + dev: true + /mkdist@1.4.0(typescript@5.4.3): resolution: {integrity: sha512-LzzdzWDx6cWWPd8saIoO+kT5jnbijfeDaE6jZfmCYEi3YL2aJSyF23/tCFee/mDuh/ek1UQeSYdLeSa6oesdiw==} hasBin: true @@ -16656,6 +16678,11 @@ packages: uuid: 8.3.2 dev: true + /node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + dev: true + /node-fetch-native@1.6.4: resolution: {integrity: sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==} @@ -16670,6 +16697,15 @@ packages: dependencies: whatwg-url: 5.0.0 + /node-fetch@3.3.2: + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + data-uri-to-buffer: 4.0.1 + fetch-blob: 3.2.0 + formdata-polyfill: 4.0.10 + dev: true + /node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} @@ -18427,6 +18463,12 @@ packages: hasBin: true dev: true + /prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + engines: {node: '>=14'} + hasBin: true + dev: true + /pretty-bytes@6.1.1: resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} engines: {node: ^14.13.1 || >=16.0.0} @@ -21337,7 +21379,6 @@ packages: /web-streams-polyfill@3.3.3: resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} - dev: false /webcrypto-core@1.7.9: resolution: {integrity: sha512-FE+a4PPkOmBbgNDIyRmcHhgXn+2ClRl3JzJdDu/P4+B8y81LqKe6RAsI9b3lAOHe1T1BMkSjsRHTYRikImZnVA==} diff --git a/themes/pergel-ionic/package.json b/themes/pergel-ionic/package.json index 9bc7becf..73b5da1f 100644 --- a/themes/pergel-ionic/package.json +++ b/themes/pergel-ionic/package.json @@ -10,9 +10,9 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@capacitor/cli": "^5.7.4", + "@capacitor/cli": "^6.0.0", "@ionic/cli": "^7.2.0", - "@ionic/core": "^7.8.3", + "@ionic/core": "^8.0.0", "@nuxtjs/ionic": "^0.13.1", "@pergel/module-box": "workspace:latest" },