diff --git a/package.json b/package.json index da5f2d0..0684d6d 100644 --- a/package.json +++ b/package.json @@ -32,14 +32,12 @@ }, "devDependencies": { "@antfu/eslint-config": "^2.26.0", - "@types/node": "^20.15.0", - "@uni-helper/volar-service-uni-pages": "workspace:*", + "@types/node": "^20.16.1", "bumpp": "^9.5.1", "eslint": "^9.9.0", "rimraf": "^6.0.1", "typescript": "^5.5.4", "unbuild": "^2.0.0", - "vite": "^5.4.1", "vitest": "^2.0.5" } } diff --git a/packages/core/package.json b/packages/core/package.json index 9d8f85f..f45f012 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -4,7 +4,18 @@ "version": "0.2.27", "description": "File system based routing for uni-app applications using Vite", "author": "KeJun", + "maintainers": [ + { + "email": "wurui.dev@gmail.com", + "name": "ModyQyW", + "url": "https://modyyw.top" + } + ], "license": "MIT", + "funding": [ + "https://afdian.net/a/kejun", + "https://github.com/ModyQyW/sponsors" + ], "homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme", "repository": { "type": "git", @@ -37,7 +48,11 @@ ], "scripts": { "build": "unbuild", - "stub": "unbuild --stub" + "stub": "unbuild --stub", + "prepublishOnly": "pnpm build" + }, + "peerDependencies": { + "vite": "^5.0.0" }, "dependencies": { "@uni-helper/uni-env": "^0.1.4", @@ -57,6 +72,7 @@ "@antfu/utils": "^0.7.10", "@types/debug": "^4.1.12", "@types/lodash.groupby": "^4.6.9", - "@types/node": "^20.15.0" + "@types/node": "^20.15.0", + "vite": "^5.4.1" } } diff --git a/packages/playground/package.json b/packages/playground/package.json index a6503a5..4a9eb49 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -9,19 +9,19 @@ "build:mp-weixin": "uni build -p mp-weixin" }, "dependencies": { - "@dcloudio/uni-app": "3.0.0-4010520240507001", - "@dcloudio/uni-components": "3.0.0-4010520240507001", - "@dcloudio/uni-h5": "3.0.0-4010520240507001", - "@dcloudio/uni-mp-weixin": "3.0.0-4010520240507001", + "@dcloudio/uni-app": "3.0.0-4020420240722002", + "@dcloudio/uni-components": "3.0.0-4020420240722002", + "@dcloudio/uni-h5": "3.0.0-4020420240722002", + "@dcloudio/uni-mp-weixin": "3.0.0-4020420240722002", "vue": "^3.4.38", "vue-i18n": "^9.14.0" }, "devDependencies": { "@dcloudio/types": "^3.4.12", - "@dcloudio/uni-automator": "3.0.0-4010520240507001", - "@dcloudio/uni-cli-shared": "3.0.0-4010520240507001", - "@dcloudio/vite-plugin-uni": "3.0.0-4010520240507001", + "@dcloudio/uni-automator": "3.0.0-4020420240722002", + "@dcloudio/uni-cli-shared": "3.0.0-4020420240722002", + "@dcloudio/vite-plugin-uni": "3.0.0-4020420240722002", "@uni-helper/vite-plugin-uni-pages": "workspace:*", - "postcss": "^8.4.41" + "vite": "^5.4.1" } } diff --git a/packages/schema/package.json b/packages/schema/package.json index 29b791b..a92782c 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -3,7 +3,18 @@ "version": "0.2.27", "description": "Schema for uni-app pages.json", "author": "KeJun", + "maintainers": [ + { + "email": "wurui.dev@gmail.com", + "name": "ModyQyW", + "url": "https://modyyw.top" + } + ], "license": "MIT", + "funding": [ + "https://afdian.net/a/kejun", + "https://github.com/ModyQyW/sponsors" + ], "homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme", "repository": { "type": "git", @@ -14,8 +25,8 @@ "jsonschema" ], "scripts": { - "generate": "ts-json-schema-generator -p \"../core/src/config/types/index.ts\" -t \"PagesConfig\" -o \"schema.json\" --no-type-check", - "prepublishOnly": "pnpm generate" + "build": "ts-json-schema-generator -p \"../core/src/config/types/index.ts\" -t \"PagesConfig\" -o \"schema.json\" --no-type-check", + "prepublishOnly": "pnpm build" }, "devDependencies": { "ts-json-schema-generator": "^2.3.0" diff --git a/packages/volar/package.json b/packages/volar/package.json index e9be08f..a1e9011 100644 --- a/packages/volar/package.json +++ b/packages/volar/package.json @@ -3,7 +3,18 @@ "version": "0.2.27", "description": "Volar plugin for uni-pages route custom block in Vue SFC", "author": "KeJun", + "maintainers": [ + { + "email": "wurui.dev@gmail.com", + "name": "ModyQyW", + "url": "https://modyyw.top" + } + ], "license": "MIT", + "funding": [ + "https://afdian.net/a/kejun", + "https://github.com/ModyQyW/sponsors" + ], "homepage": "https://github.com/uni-helper/vite-plugin-uni-pages#readme", "repository": { "type": "git", @@ -39,6 +50,14 @@ "build": "unbuild", "prepublishOnly": "pnpm build" }, + "peerDependencies": { + "@volar/language-service": "^1.11.1" + }, + "peerDependenciesMeta": { + "@volar/language-service": { + "optional": true + } + }, "dependencies": { "@uni-helper/pages-json-schema": "workspace:^", "vscode-json-languageservice": "^5.4.0", @@ -47,7 +66,6 @@ }, "devDependencies": { "@types/json-schema": "^7.0.15", - "@volar/language-service": "1.10.3", - "unbuild": "^2.0.0" + "@volar/language-service": "^1.11.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0ed664..eabaa43 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,13 +10,10 @@ importers: devDependencies: '@antfu/eslint-config': specifier: ^2.26.0 - version: 2.26.0(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1)) + version: 2.26.0(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1)) '@types/node': - specifier: ^20.15.0 - version: 20.15.0 - '@uni-helper/volar-service-uni-pages': - specifier: workspace:* - version: link:packages/volar + specifier: ^20.16.1 + version: 20.16.1 bumpp: specifier: ^9.5.1 version: 9.5.1 @@ -32,12 +29,9 @@ importers: unbuild: specifier: ^2.0.0 version: 2.0.0(typescript@5.5.4) - vite: - specifier: ^5.4.1 - version: 5.4.1(@types/node@20.15.0)(terser@5.28.1) vitest: specifier: ^2.0.5 - version: 2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1) + version: 2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1) packages/core: dependencies: @@ -90,21 +84,24 @@ importers: '@types/node': specifier: ^20.15.0 version: 20.15.0 + vite: + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.15.0)(terser@5.28.1) packages/playground: dependencies: '@dcloudio/uni-app': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(@dcloudio/types@3.4.12)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(@dcloudio/types@3.4.12)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-components': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-h5': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-mp-weixin': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) vue: specifier: ^3.4.38 version: 3.4.38(typescript@5.5.4) @@ -116,20 +113,20 @@ importers: specifier: ^3.4.12 version: 3.4.12 '@dcloudio/uni-automator': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) '@dcloudio/uni-cli-shared': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) '@dcloudio/vite-plugin-uni': - specifier: 3.0.0-4010520240507001 - version: 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + specifier: 3.0.0-4020420240722002 + version: 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) '@uni-helper/vite-plugin-uni-pages': specifier: workspace:* version: link:../core - postcss: - specifier: ^8.4.41 - version: 8.4.41 + vite: + specifier: ^5.4.1 + version: 5.4.1(@types/node@20.16.1)(terser@5.28.1) packages/schema: devDependencies: @@ -156,11 +153,8 @@ importers: specifier: ^7.0.15 version: 7.0.15 '@volar/language-service': - specifier: 1.10.3 - version: 1.10.3 - unbuild: - specifier: ^2.0.0 - version: 2.0.0(typescript@5.5.4) + specifier: ^1.11.1 + version: 1.11.1 packages: @@ -232,10 +226,6 @@ packages: resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.23.5': - resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} - engines: {node: '>=6.9.0'} - '@babel/compat-data@7.24.4': resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} engines: {node: '>=6.9.0'} @@ -268,12 +258,6 @@ packages: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} - '@babel/helper-create-class-features-plugin@7.24.0': - resolution: {integrity: sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-create-class-features-plugin@7.24.5': resolution: {integrity: sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==} engines: {node: '>=6.9.0'} @@ -303,18 +287,10 @@ packages: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.23.0': - resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} - engines: {node: '>=6.9.0'} - '@babel/helper-member-expression-to-functions@7.24.5': resolution: {integrity: sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==} engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.22.15': - resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} - engines: {node: '>=6.9.0'} - '@babel/helper-module-imports@7.24.3': resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} @@ -335,10 +311,6 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.24.0': - resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} - engines: {node: '>=6.9.0'} - '@babel/helper-plugin-utils@7.24.5': resolution: {integrity: sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==} engines: {node: '>=6.9.0'} @@ -349,22 +321,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.22.20': - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@babel/helper-replace-supers@7.24.1': resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - '@babel/helper-simple-access@7.22.5': - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} - engines: {node: '>=6.9.0'} - '@babel/helper-simple-access@7.24.5': resolution: {integrity: sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==} engines: {node: '>=6.9.0'} @@ -373,10 +335,6 @@ packages: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.22.6': - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} - '@babel/helper-split-export-declaration@7.24.5': resolution: {integrity: sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==} engines: {node: '>=6.9.0'} @@ -417,11 +375,6 @@ packages: resolution: {integrity: sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.5': - resolution: {integrity: sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==} - engines: {node: '>=6.0.0'} - hasBin: true - '@babel/parser@7.24.7': resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} engines: {node: '>=6.0.0'} @@ -920,62 +873,62 @@ packages: '@dcloudio/types@3.4.12': resolution: {integrity: sha512-xSFDhBCm4bqdRBO9mBj7wySz7fzOv9sMeK9VMI21tHvZbT2bIdGMU5o+kJ/J4H2+N5+7SW2kDY+aIzZs94DAOg==} - '@dcloudio/uni-app@3.0.0-4010520240507001': - resolution: {integrity: sha512-yMTa35qT+GKl/U5wh/8T+70mix1zr7VGXlBEKMSsI5a5C7iEE+8Jj298QbRLimiksvMn01QHAEuMVeoio31buw==} + '@dcloudio/uni-app@3.0.0-4020420240722002': + resolution: {integrity: sha512-TxRH2Q5akpJawxEcC9D+YKzhLOz5IsLpFkMabVFLWEZfgeDE2Ft2YJALwAxJSCYD4o0BcGtDEoYz68uWDwk0Ng==} peerDependencies: '@dcloudio/types': ^3.4.8 - '@dcloudio/uni-automator@3.0.0-4010520240507001': - resolution: {integrity: sha512-I/Ue71jEFcM3PfU80y1KUOL5398AQ5wJcqHqg9RSc3mTavpFLCbXSx7k+Yg7ZvUlhWR+YUUh24VXt5R985VDpw==} + '@dcloudio/uni-automator@3.0.0-4020420240722002': + resolution: {integrity: sha512-fgkotGZj/ycS4fElPGe89wXnJeUBaI3VCPyjS1C2qWY77EYfjeyrZDw6l0eHzA9YDOvZmYPhzACMgjwbfsEoLQ==} peerDependencies: jest: 27.0.4 jest-environment-node: 27.5.1 - '@dcloudio/uni-cli-shared@3.0.0-4010520240507001': - resolution: {integrity: sha512-TB8yf4zAVNY4FWUPt7MRw5p26xmK+QmScVc4m8caRlUG9BQRPG8/ZDgalC5/o6nXhPnm+vj3/jbGYxRCfCL/9A==} + '@dcloudio/uni-cli-shared@3.0.0-4020420240722002': + resolution: {integrity: sha512-cU9iOmHcOSFYQ8Ucy+ipt8AaQWdYeaW+S433aLKfeyv/6Ehqn/C2aFSFjkslqYsKfeQ7ZymqDn6FcCnz7HYSvQ==} engines: {node: ^14.18.0 || >=16.0.0} - '@dcloudio/uni-cloud@3.0.0-4010520240507001': - resolution: {integrity: sha512-STJQOhi6XNCob4msDrQvFrVmjPGIhDvxnHa2X7OLRqGrNhOkAe5Rcnsg2THA/CPAnqfT7xIYARvr9Jqb1z+8Mg==} + '@dcloudio/uni-cloud@3.0.0-4020420240722002': + resolution: {integrity: sha512-44J/k1dCcSYHLgqdedo1/EQE363C9POXjQfWJPDDIZc00b6Cqf6O16IPJowqbNs6lusKMZIrMp1mTdU2iQbpBw==} - '@dcloudio/uni-components@3.0.0-4010520240507001': - resolution: {integrity: sha512-MTy3Fe0d/AAsy8TN8adAEFpDu/805l5MSV1FBckzhiF6QoCdl3ammAe3Z2uxrR6rFHMGnKfgfgjhYvyK8BAD7Q==} + '@dcloudio/uni-components@3.0.0-4020420240722002': + resolution: {integrity: sha512-zMZSpPuxsKSkImB7fYmQMuO5x9hD5lbiFxq1PUByfG7O9nrMh1/ta7QA6QPu+R1haU0mNUXZz5PGgKUZ5wKnbw==} - '@dcloudio/uni-h5-vite@3.0.0-4010520240507001': - resolution: {integrity: sha512-HWAr97tS2kreYkAPuaHk59Doa80Dgg8RV0lZNmdWfcnXsip+MCZ+Zs5GDfty5osy2dAtSWqbzZ2C9HLS8O64uw==} + '@dcloudio/uni-h5-vite@3.0.0-4020420240722002': + resolution: {integrity: sha512-TFD+vYVwaH1tHH1xavRHH+ZTz0Irecx7dHf1ZP2rDizzigx6piCyTlS1W3zf/GFzu8bepLjANEcyfZ1Wn0DCzA==} - '@dcloudio/uni-h5-vue@3.0.0-4010520240507001': - resolution: {integrity: sha512-HuhUxeKkbNZvqr5uLH2zM328qgo3W2l7Lv1K1GKMUhDjn8YWjaKrQU5taPcBKNQPY15Do3z+5Y2EKPkyVthGkg==} + '@dcloudio/uni-h5-vue@3.0.0-4020420240722002': + resolution: {integrity: sha512-1iv1aJHyFFMhEmggEjzys3hcU0PzTEGD/LuyP7FmphJeUM3h3pMRmcpdVErXjjbfsw6Vcl5XpfKw49wWpF5wdw==} - '@dcloudio/uni-h5@3.0.0-4010520240507001': - resolution: {integrity: sha512-dk1wIlPBtt8wwDkez/mD+JpTbFviANbf4V4IjSndYG5voqkfcCc4D1giKyL7JTuv2xFaDAYp8/UqPRrSV47qiQ==} + '@dcloudio/uni-h5@3.0.0-4020420240722002': + resolution: {integrity: sha512-6S6B2WAnv2hgb2UNdYilDbP7uM9aFRdo+j+7as6aomKzNrepRW66qnqo7gThCx6f1T33TIZ8maESAMGZnW2/YA==} - '@dcloudio/uni-i18n@3.0.0-4010520240507001': - resolution: {integrity: sha512-yaNbb8k8P+u/etevgtL+h5wAsR9SIknc37kRcfiYDyyk0UMOeOQ2vTFA32j1eB/WqHFoHRz/38QUjKk5sFLlzA==} + '@dcloudio/uni-i18n@3.0.0-4020420240722002': + resolution: {integrity: sha512-AYFfypLBqA6mWqvAsSipboZF8YLk3N6ok6Ud1EtIe4Lk0XthlGNX7EacSyfb8cPVGtt5mamkLP6z+butG+nuZg==} - '@dcloudio/uni-mp-compiler@3.0.0-4010520240507001': - resolution: {integrity: sha512-9gjb1zY05BhHnZXwwyPdAYlwztBJS/wEefu+SCR3NzCPUXi8tGX5agjlfe4XwlHQefA6vM8xGYgM2sEgtQn0Lg==} + '@dcloudio/uni-mp-compiler@3.0.0-4020420240722002': + resolution: {integrity: sha512-j3nTBkxRut1ESJDOhMpioTVbpT6zhNseT3KQd7/1J3AF5GCi3pJ7gu7LvMp5oD3F1cmwvruFLqkOi/Q5AVcZyg==} - '@dcloudio/uni-mp-vite@3.0.0-4010520240507001': - resolution: {integrity: sha512-rOkcYjxODSb7E2DAOTsC4B0aS9mXyul/P0cpbB4luVNdBO5Fm/IkbRCqQE3eQAK16ebi/GcKReD6yXpzSwNTPw==} + '@dcloudio/uni-mp-vite@3.0.0-4020420240722002': + resolution: {integrity: sha512-KlNM780RwZ6POpFre78v9fxiT5dcKTSozDoBGs3qeUH+XCdKjMYGQyuy1QFMd6rqbwsEwGnhK57l1fiMi3yVOg==} - '@dcloudio/uni-mp-vue@3.0.0-4010520240507001': - resolution: {integrity: sha512-nZRlp8YPAP3NeTziH9NNZpAuMIrs/F7LlCzZzjqwNfFzTei/t8rjtF2busIlBTLlZZ9PqRG/0DE/lkApEuB94g==} + '@dcloudio/uni-mp-vue@3.0.0-4020420240722002': + resolution: {integrity: sha512-A3nj0Vg5xUaYs0W2eoyRtbiI4WBzpMpkF1PIxiWLvxABLhR5c0LctV3tcLZxOnjk/04GtMOYin5InTv1mVEEgg==} - '@dcloudio/uni-mp-weixin@3.0.0-4010520240507001': - resolution: {integrity: sha512-shRLCP6MCzDpI0rRh/4UL8XpP87gAAt/g47zMBrP2zgqqgVR3/AE0PQxIG5t3FtaSpc9DxbBm9L5JlTvwJmwrA==} + '@dcloudio/uni-mp-weixin@3.0.0-4020420240722002': + resolution: {integrity: sha512-c89Grd/9hadCl3zzL4ydgenS7fEIxwaizEGqxn+1cgy9vuCnnh7eVL5V3JkxwCDwMsf8t7ltxgdQEUX1Sd/c5A==} - '@dcloudio/uni-push@3.0.0-4010520240507001': - resolution: {integrity: sha512-1Fc7PdD9weLOmYZcaGEGkMQ6xTl9MlOnvmTxDBszNEFHHnA+CTo/+1gEBeWjNQnueOleZZx4CLjn/5ppFZglog==} + '@dcloudio/uni-push@3.0.0-4020420240722002': + resolution: {integrity: sha512-YvU9PS005OdVbsuhJ++1X7pS7vbX0WPeyZSLgi7zu05ROVZSH41vu54HlNvL1sfopKEWtHl4BKlruGV2muDVoQ==} - '@dcloudio/uni-shared@3.0.0-4010520240507001': - resolution: {integrity: sha512-cfEN8lQJetitXQ3tywHCxDjY6PsSuefYWQMGCEoctP0xfFcuwZRaa4f2MbG+VgTFV4hZTJAi89dVVnhqrynz3A==} + '@dcloudio/uni-shared@3.0.0-4020420240722002': + resolution: {integrity: sha512-kFKmAgUDdlUyS3XBuXvmLQu3tEDAlJX6hQshsbdwP5LsH4MoI5xJVZpO6iloz3injL7+D/3i/UGoreA0qT3jew==} - '@dcloudio/uni-stat@3.0.0-4010520240507001': - resolution: {integrity: sha512-XcFc6CaE37GRljIoejkzbgIPkM1Gy9fqRvSUx01QJdpDcVAzBCjb5n39WE6DTJn85fglP/ShuusFueFodasqkQ==} + '@dcloudio/uni-stat@3.0.0-4020420240722002': + resolution: {integrity: sha512-eLiNyyGlaHuEtNOBLIcr7x4+aEsg7IEHq8RlLl21zQcpvDAFaa3IwMtyMaLZa5UUg/LPQA6vITCHx/O2R0uXrQ==} - '@dcloudio/vite-plugin-uni@3.0.0-4010520240507001': - resolution: {integrity: sha512-7fsPM3iUo6+TLIlgrXHYKBHpTNfO2VVqhTVZ/A3yF1ddsGUQw8ekTgqpFbHJJ1kWl3CbwBROooq8yMGbNybZBA==} + '@dcloudio/vite-plugin-uni@3.0.0-4020420240722002': + resolution: {integrity: sha512-+SYpD22swzwOtyiaOWyknRFpkc2YD8UNFoz+fAVEE6GEK48kvWAP1KpeY8iVsTObkrTs+1Oz4yr8QGZVqE3ksg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -1997,6 +1950,9 @@ packages: '@types/node@20.15.0': resolution: {integrity: sha512-eQf4OkH6gA9v1W0iEpht/neozCsZKMTK+C4cU6/fv7wtJCCL8LEQ4hie2Ln8ZP/0YYM2xGj7//f8xyqItkJ6QA==} + '@types/node@20.16.1': + resolution: {integrity: sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==} + '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -2159,14 +2115,14 @@ packages: '@vitest/utils@2.0.5': resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==} - '@volar/language-core@1.10.3': - resolution: {integrity: sha512-7Qgwu9bWUHN+cLrOkCbIVBkL+RVPREhvY07wY89dGxi4mY9mQCsUVRRp64F61lX7Nc27meMnvy0sWlzY0x6oQQ==} + '@volar/language-core@1.11.1': + resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} - '@volar/language-service@1.10.3': - resolution: {integrity: sha512-nz7Gh8bm+aLFuVxJ0wn18d7ihr2XEtJ9Ed8bD74m3IQlmdqNwSILh5jEMNXOI7DW0R5loxtBHN1HYiNJPXDcvA==} + '@volar/language-service@1.11.1': + resolution: {integrity: sha512-dKo8z1UzQRPHnlXxwfONGrasS1wEWXMoLQiohZ8KgWqZALbekZCwdGImLZD4DeFGNjk3HTTdfeCzo3KjwohjEQ==} - '@volar/source-map@1.10.3': - resolution: {integrity: sha512-QE9nwK3xsdBQGongHnC9SCR0itx7xUKQFsUDn5HbZY3pHpyXxdY1hSBG0eh9mE+aTKoM4KlqMvrb+19Tv9vS1Q==} + '@volar/source-map@1.11.1': + resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} '@vscode/l10n@0.0.18': resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==} @@ -2278,6 +2234,10 @@ packages: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} + adm-zip@0.5.15: + resolution: {integrity: sha512-jYPWSeOA8EFoZnucrKCNihqBjoEGQSU4HKgHYQgKNEQ0pQF9a/DYuo/+fAxY76k4qe75LUlLWpAM1QWcBMTOKw==} + engines: {node: '>=12.0'} + agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} @@ -2674,9 +2634,6 @@ packages: core-js-compat@3.37.0: resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==} - core-js@3.36.0: - resolution: {integrity: sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==} - core-js@3.37.0: resolution: {integrity: sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==} @@ -2909,9 +2866,6 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-module-lexer@1.4.1: - resolution: {integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==} - es-module-lexer@1.5.4: resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} @@ -3573,6 +3527,10 @@ packages: is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} + isbinaryfile@5.0.2: + resolution: {integrity: sha512-GvcjojwonMjWbTkfMpnVHVqXW/wKMYDfEpY94/8zy8HFMOqb/VL6oeONq9v87q4ttVlaTLnGXnJD4B5B1OTGIg==} + engines: {node: '>= 18.0.0'} + isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} @@ -4311,9 +4269,6 @@ packages: resolution: {integrity: sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. - picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - picocolors@1.0.1: resolution: {integrity: sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==} @@ -5169,6 +5124,9 @@ packages: undici-types@6.13.0: resolution: {integrity: sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -5560,7 +5518,7 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@antfu/eslint-config@2.26.0(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1))': + '@antfu/eslint-config@2.26.0(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(@vue/compiler-sfc@3.4.38)(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1))': dependencies: '@antfu/install-pkg': 0.3.5 '@clack/prompts': 0.7.0 @@ -5568,7 +5526,7 @@ snapshots: '@stylistic/eslint-plugin': 2.6.4(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) '@typescript-eslint/eslint-plugin': 8.1.0(@typescript-eslint/parser@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) '@typescript-eslint/parser': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) - '@vitest/eslint-plugin': 1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1)) + '@vitest/eslint-plugin': 1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1)) eslint: 9.9.0(jiti@1.21.6) eslint-config-flat-gitignore: 0.1.8 eslint-flat-config-utils: 0.3.0 @@ -5616,14 +5574,13 @@ snapshots: dependencies: '@babel/highlight': 7.23.4 chalk: 2.4.2 + optional: true '@babel/code-frame@7.24.2': dependencies: '@babel/highlight': 7.24.5 picocolors: 1.0.1 - '@babel/compat-data@7.23.5': {} - '@babel/compat-data@7.24.4': {} '@babel/core@7.24.0': @@ -5682,7 +5639,7 @@ snapshots: '@babel/helper-annotate-as-pure@7.22.5': dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': dependencies: @@ -5690,25 +5647,12 @@ snapshots: '@babel/helper-compilation-targets@7.23.6': dependencies: - '@babel/compat-data': 7.23.5 + '@babel/compat-data': 7.24.4 '@babel/helper-validator-option': 7.23.5 browserslist: 4.23.0 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.0(@babel/core@7.24.0)': - dependencies: - '@babel/core': 7.24.0 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.0) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.5(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 @@ -5745,24 +5689,16 @@ snapshots: '@babel/helper-function-name@7.23.0': dependencies: '@babel/template': 7.24.0 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-hoist-variables@7.22.5': dependencies: '@babel/types': 7.24.5 - '@babel/helper-member-expression-to-functions@7.23.0': - dependencies: - '@babel/types': 7.24.0 - '@babel/helper-member-expression-to-functions@7.24.5': dependencies: '@babel/types': 7.24.5 - '@babel/helper-module-imports@7.22.15': - dependencies: - '@babel/types': 7.24.5 - '@babel/helper-module-imports@7.24.3': dependencies: '@babel/types': 7.24.5 @@ -5771,18 +5707,9 @@ snapshots: dependencies: '@babel/core': 7.24.0 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.24.5 - - '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.5)': - dependencies: - '@babel/core': 7.24.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.24.5 + '@babel/helper-split-export-declaration': 7.24.5 '@babel/helper-validator-identifier': 7.24.5 '@babel/helper-module-transforms@7.24.5(@babel/core@7.24.5)': @@ -5796,9 +5723,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.22.5': dependencies: - '@babel/types': 7.24.0 - - '@babel/helper-plugin-utils@7.24.0': {} + '@babel/types': 7.24.5 '@babel/helper-plugin-utils@7.24.5': {} @@ -5809,35 +5734,20 @@ snapshots: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 - '@babel/helper-replace-supers@7.22.20(@babel/core@7.24.0)': - dependencies: - '@babel/core': 7.24.0 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.24.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-simple-access@7.22.5': - dependencies: - '@babel/types': 7.24.5 - '@babel/helper-simple-access@7.24.5': dependencies: '@babel/types': 7.24.5 '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: - '@babel/types': 7.24.0 - - '@babel/helper-split-export-declaration@7.22.6': - dependencies: - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/helper-split-export-declaration@7.24.5': dependencies: @@ -5860,7 +5770,7 @@ snapshots: '@babel/helpers@7.24.0': dependencies: '@babel/template': 7.24.0 - '@babel/traverse': 7.24.0 + '@babel/traverse': 7.24.5 '@babel/types': 7.24.5 transitivePeerDependencies: - supports-color @@ -5878,6 +5788,7 @@ snapshots: '@babel/helper-validator-identifier': 7.24.5 chalk: 2.4.2 js-tokens: 4.0.0 + optional: true '@babel/highlight@7.24.5': dependencies: @@ -5886,10 +5797,6 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 - '@babel/parser@7.24.5': - dependencies: - '@babel/types': 7.24.5 - '@babel/parser@7.24.7': dependencies: '@babel/types': 7.24.5 @@ -5962,25 +5869,20 @@ snapshots: '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.0)': - dependencies: - '@babel/core': 7.24.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.0)': + '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.0 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.5)': dependencies: @@ -6022,15 +5924,10 @@ snapshots: '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.24.0)': - dependencies: - '@babel/core': 7.24.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.5)': dependencies: @@ -6171,28 +6068,28 @@ snapshots: '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.5) + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.5) + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.5 - '@babel/helper-simple-access': 7.22.5 + '@babel/helper-simple-access': 7.24.5 '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.5) + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.5 '@babel/helper-validator-identifier': 7.24.5 '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.5)': dependencies: '@babel/core': 7.24.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.5) + '@babel/helper-module-transforms': 7.24.5(@babel/core@7.24.5) '@babel/helper-plugin-utils': 7.24.5 '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.5)': @@ -6306,13 +6203,13 @@ snapshots: '@babel/core': 7.24.5 '@babel/helper-plugin-utils': 7.24.5 - '@babel/plugin-transform-typescript@7.23.6(@babel/core@7.24.0)': + '@babel/plugin-transform-typescript@7.23.6(@babel/core@7.24.5)': dependencies: - '@babel/core': 7.24.0 + '@babel/core': 7.24.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.0) + '@babel/helper-create-class-features-plugin': 7.24.5(@babel/core@7.24.5) + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.5) '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.5)': dependencies: @@ -6443,16 +6340,16 @@ snapshots: dependencies: '@babel/code-frame': 7.24.2 '@babel/parser': 7.24.7 - '@babel/types': 7.24.0 + '@babel/types': 7.24.5 '@babel/traverse@7.24.0': dependencies: '@babel/code-frame': 7.24.2 - '@babel/generator': 7.23.6 + '@babel/generator': 7.24.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-split-export-declaration': 7.24.5 '@babel/parser': 7.24.7 '@babel/types': 7.24.5 debug: 4.3.6 @@ -6502,15 +6399,15 @@ snapshots: '@dcloudio/types@3.4.12': {} - '@dcloudio/uni-app@3.0.0-4010520240507001(@dcloudio/types@3.4.12)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-app@3.0.0-4020420240722002(@dcloudio/types@3.4.12)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: '@dcloudio/types': 3.4.12 - '@dcloudio/uni-cloud': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-components': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-i18n': 3.0.0-4010520240507001 - '@dcloudio/uni-push': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-shared': 3.0.0-4010520240507001 - '@dcloudio/uni-stat': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cloud': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-components': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-i18n': 3.0.0-4020420240722002 + '@dcloudio/uni-push': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-shared': 3.0.0-4020420240722002 + '@dcloudio/uni-stat': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) '@vue/shared': 3.4.21 transitivePeerDependencies: - '@nuxt/kit' @@ -6521,9 +6418,9 @@ snapshots: - ts-node - vue - '@dcloudio/uni-automator@3.0.0-4010520240507001(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-automator@3.0.0-4020420240722002(jest-environment-node@27.5.1)(jest@27.0.4)(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) address: 1.2.2 cross-env: 7.0.3 debug: 4.3.6 @@ -6531,7 +6428,7 @@ snapshots: fs-extra: 10.1.0 jest: 27.0.4 jest-environment-node: 27.5.1 - jsonc-parser: 3.2.1 + jsonc-parser: 3.3.1 licia: 1.39.2 merge: 2.1.1 qrcode-reader: 1.0.4 @@ -6548,15 +6445,15 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-cli-shared@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-cli-shared@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.23.5 - '@babel/core': 7.24.0 - '@babel/parser': 7.24.5 - '@babel/types': 7.24.0 - '@dcloudio/uni-i18n': 3.0.0-4010520240507001 - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@babel/code-frame': 7.24.2 + '@babel/core': 7.24.5 + '@babel/parser': 7.24.7 + '@babel/types': 7.24.5 + '@dcloudio/uni-i18n': 3.0.0-4020420240722002 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@intlify/core-base': 9.1.9 '@intlify/shared': 9.1.9 '@intlify/vue-devtools': 9.1.9 @@ -6567,25 +6464,27 @@ snapshots: '@vue/compiler-ssr': 3.4.21 '@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4)) '@vue/shared': 3.4.21 + adm-zip: 0.5.15 autoprefixer: 10.4.19(postcss@8.4.41) base64url: 3.0.1 chokidar: 3.6.0 compare-versions: 3.6.0 debug: 4.3.6 - es-module-lexer: 1.4.1 + es-module-lexer: 1.5.4 esbuild: 0.20.2 estree-walker: 2.0.2 fast-glob: 3.3.2 fs-extra: 10.1.0 hash-sum: 2.0.0 - jsonc-parser: 3.2.1 + isbinaryfile: 5.0.2 + jsonc-parser: 3.3.1 lines-and-columns: 2.0.4 magic-string: 0.30.11 merge: 2.1.1 mime: 3.0.0 module-alias: 2.2.3 os-locale-s-fix: 1.0.8-fix-1 - picocolors: 1.0.0 + picocolors: 1.0.1 postcss-import: 14.1.0(postcss@8.4.41) postcss-load-config: 3.1.4(postcss@8.4.41) postcss-modules: 4.3.1(postcss@8.4.41) @@ -6604,11 +6503,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-cloud@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-cloud@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-i18n': 3.0.0-4010520240507001 - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-i18n': 3.0.0-4020420240722002 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 fast-glob: 3.3.2 transitivePeerDependencies: @@ -6620,11 +6519,11 @@ snapshots: - ts-node - vue - '@dcloudio/uni-components@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-components@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cloud': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-h5': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-i18n': 3.0.0-4010520240507001 + '@dcloudio/uni-cloud': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-h5': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-i18n': 3.0.0-4020420240722002 transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -6634,10 +6533,10 @@ snapshots: - ts-node - vue - '@dcloudio/uni-h5-vite@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-h5-vite@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@rollup/pluginutils': 5.1.0(rollup@4.17.2) '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -6656,19 +6555,19 @@ snapshots: - ts-node - vue - '@dcloudio/uni-h5-vue@3.0.0-4010520240507001(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-h5-vue@3.0.0-4020420240722002(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - vue - '@dcloudio/uni-h5@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-h5@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-h5-vite': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-h5-vue': 3.0.0-4010520240507001(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-i18n': 3.0.0-4010520240507001 - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-h5-vite': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-h5-vue': 3.0.0-4020420240722002(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-i18n': 3.0.0-4020420240722002 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/server-renderer': 3.4.21(vue@3.4.38(typescript@5.5.4)) '@vue/shared': 3.4.21 debug: 4.3.6 @@ -6686,15 +6585,15 @@ snapshots: - ts-node - vue - '@dcloudio/uni-i18n@3.0.0-4010520240507001': {} + '@dcloudio/uni-i18n@3.0.0-4020420240722002': {} - '@dcloudio/uni-mp-compiler@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-compiler@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@babel/generator': 7.23.6 + '@babel/generator': 7.24.5 '@babel/parser': 7.24.7 - '@babel/types': 7.24.0 - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@babel/types': 7.24.5 + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/shared': 3.4.21 @@ -6708,13 +6607,13 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-vite@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-vite@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-i18n': 3.0.0-4010520240507001 - '@dcloudio/uni-mp-compiler': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vue': 3.0.0-4010520240507001 - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-i18n': 3.0.0-4020420240722002 + '@dcloudio/uni-mp-compiler': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/compiler-sfc': 3.4.21 '@vue/shared': 3.4.21 debug: 4.3.6 @@ -6727,17 +6626,17 @@ snapshots: - ts-node - vue - '@dcloudio/uni-mp-vue@3.0.0-4010520240507001': + '@dcloudio/uni-mp-vue@3.0.0-4020420240722002': dependencies: - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 - '@dcloudio/uni-mp-weixin@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-mp-weixin@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vite': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-mp-vue': 3.0.0-4010520240507001 - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vite': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-mp-vue': 3.0.0-4020420240722002 + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@vue/shared': 3.4.21 jimp: 0.10.3 licia: 1.39.2 @@ -6755,9 +6654,9 @@ snapshots: - utf-8-validate - vue - '@dcloudio/uni-push@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-push@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -6767,14 +6666,14 @@ snapshots: - ts-node - vue - '@dcloudio/uni-shared@3.0.0-4010520240507001': + '@dcloudio/uni-shared@3.0.0-4020420240722002': dependencies: '@vue/shared': 3.4.21 - '@dcloudio/uni-stat@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/uni-stat@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4))': dependencies: - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-shared': 3.0.0-4020420240722002 debug: 4.3.6 transitivePeerDependencies: - '@nuxt/kit' @@ -6785,17 +6684,17 @@ snapshots: - ts-node - vue - '@dcloudio/vite-plugin-uni@3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': + '@dcloudio/vite-plugin-uni@3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@babel/core': 7.24.0 - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.0) - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.0) - '@dcloudio/uni-cli-shared': 3.0.0-4010520240507001(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) - '@dcloudio/uni-shared': 3.0.0-4010520240507001 + '@babel/core': 7.24.5 + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.5) + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.5) + '@dcloudio/uni-cli-shared': 3.0.0-4020420240722002(postcss@8.4.41)(rollup@4.17.2)(vue@3.4.38(typescript@5.5.4)) + '@dcloudio/uni-shared': 3.0.0-4020420240722002 '@rollup/pluginutils': 5.1.0(rollup@4.17.2) - '@vitejs/plugin-legacy': 5.4.0(terser@5.28.1)(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1)) - '@vitejs/plugin-vue': 5.0.4(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) - '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + '@vitejs/plugin-legacy': 5.4.0(terser@5.28.1)(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1)) + '@vitejs/plugin-vue': 5.0.4(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) + '@vitejs/plugin-vue-jsx': 3.1.0(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4)) '@vue/compiler-core': 3.4.21 '@vue/compiler-dom': 3.4.21 '@vue/compiler-sfc': 3.4.21 @@ -6807,12 +6706,12 @@ snapshots: fast-glob: 3.3.2 fs-extra: 10.1.0 hash-sum: 2.0.0 - jsonc-parser: 3.2.1 + jsonc-parser: 3.3.1 magic-string: 0.30.11 - picocolors: 1.0.0 + picocolors: 1.0.1 terser: 5.28.1 unplugin-auto-import: 0.16.7(rollup@4.17.2) - vite: 5.4.1(@types/node@20.15.0)(terser@5.28.1) + vite: 5.4.1(@types/node@20.16.1)(terser@5.28.1) transitivePeerDependencies: - '@nuxt/kit' - '@vueuse/core' @@ -7158,7 +7057,7 @@ snapshots: '@jest/console@27.5.1': dependencies: '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -7171,7 +7070,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -7205,14 +7104,14 @@ snapshots: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 jest-mock: 27.5.1 '@jest/fake-timers@27.5.1': dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 20.15.0 + '@types/node': 20.16.1 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -7230,7 +7129,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -7299,7 +7198,7 @@ snapshots: dependencies: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.15.0 + '@types/node': 20.16.1 '@types/yargs': 16.0.9 chalk: 4.1.2 @@ -7309,7 +7208,7 @@ snapshots: '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 bmp-js: 0.1.0 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/core@0.10.3': dependencies: @@ -7317,7 +7216,7 @@ snapshots: '@jimp/utils': 0.10.3 any-base: 1.1.0 buffer: 5.7.1 - core-js: 3.36.0 + core-js: 3.37.0 exif-parser: 0.1.12 file-type: 9.0.0 load-bmfont: 1.4.1 @@ -7330,14 +7229,14 @@ snapshots: dependencies: '@babel/runtime': 7.24.0 '@jimp/core': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/gif@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 omggif: 1.0.10 '@jimp/jpeg@0.10.3(@jimp/custom@0.10.3)': @@ -7345,7 +7244,7 @@ snapshots: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 jpeg-js: 0.3.7 '@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3)': @@ -7353,28 +7252,28 @@ snapshots: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-circle@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 tinycolor2: 1.6.0 '@jimp/plugin-contain@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))': @@ -7385,7 +7284,7 @@ snapshots: '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3) '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-cover@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))': dependencies: @@ -7395,35 +7294,35 @@ snapshots: '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3) '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-displace@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-dither@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-fisheye@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-flip@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)))': dependencies: @@ -7431,35 +7330,35 @@ snapshots: '@jimp/custom': 0.10.3 '@jimp/plugin-rotate': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-gaussian@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-invert@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-mask@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-normalize@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-print@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))': dependencies: @@ -7467,7 +7366,7 @@ snapshots: '@jimp/custom': 0.10.3 '@jimp/plugin-blit': 0.10.3(@jimp/custom@0.10.3) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 load-bmfont: 1.4.1 '@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)': @@ -7475,7 +7374,7 @@ snapshots: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-rotate@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blit@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-crop@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))': dependencies: @@ -7485,7 +7384,7 @@ snapshots: '@jimp/plugin-crop': 0.10.3(@jimp/custom@0.10.3) '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-scale@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))': dependencies: @@ -7493,7 +7392,7 @@ snapshots: '@jimp/custom': 0.10.3 '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-shadow@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))': dependencies: @@ -7502,7 +7401,7 @@ snapshots: '@jimp/plugin-blur': 0.10.3(@jimp/custom@0.10.3) '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugin-threshold@0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3))': dependencies: @@ -7511,7 +7410,7 @@ snapshots: '@jimp/plugin-color': 0.10.3(@jimp/custom@0.10.3) '@jimp/plugin-resize': 0.10.3(@jimp/custom@0.10.3) '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 '@jimp/plugins@0.10.3(@jimp/custom@0.10.3)': dependencies: @@ -7538,7 +7437,7 @@ snapshots: '@jimp/plugin-scale': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)) '@jimp/plugin-shadow': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-blur@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)) '@jimp/plugin-threshold': 0.10.3(@jimp/custom@0.10.3)(@jimp/plugin-color@0.10.3(@jimp/custom@0.10.3))(@jimp/plugin-resize@0.10.3(@jimp/custom@0.10.3)) - core-js: 3.36.0 + core-js: 3.37.0 timm: 1.7.1 '@jimp/png@0.10.3(@jimp/custom@0.10.3)': @@ -7546,14 +7445,14 @@ snapshots: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 '@jimp/utils': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 pngjs: 3.4.0 '@jimp/tiff@0.10.3(@jimp/custom@0.10.3)': dependencies: '@babel/runtime': 7.24.0 '@jimp/custom': 0.10.3 - core-js: 3.36.0 + core-js: 3.37.0 utif: 2.0.1 '@jimp/types@0.10.3(@jimp/custom@0.10.3)': @@ -7565,13 +7464,13 @@ snapshots: '@jimp/jpeg': 0.10.3(@jimp/custom@0.10.3) '@jimp/png': 0.10.3(@jimp/custom@0.10.3) '@jimp/tiff': 0.10.3(@jimp/custom@0.10.3) - core-js: 3.36.0 + core-js: 3.37.0 timm: 1.7.1 '@jimp/utils@0.10.3': dependencies: '@babel/runtime': 7.24.0 - core-js: 3.36.0 + core-js: 3.37.0 regenerator-runtime: 0.13.11 '@jridgewell/gen-mapping@0.3.5': @@ -7823,7 +7722,7 @@ snapshots: '@types/graceful-fs@4.1.9': dependencies: - '@types/node': 20.15.0 + '@types/node': 20.16.1 '@types/istanbul-lib-coverage@2.0.6': {} @@ -7853,6 +7752,10 @@ snapshots: dependencies: undici-types: 6.13.0 + '@types/node@20.16.1': + dependencies: + undici-types: 6.19.8 + '@types/normalize-package-data@2.4.4': {} '@types/prettier@2.7.3': {} @@ -7992,7 +7895,7 @@ snapshots: dependencies: std-env: 3.7.0 - '@vitejs/plugin-legacy@5.4.0(terser@5.28.1)(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))': + '@vitejs/plugin-legacy@5.4.0(terser@5.28.1)(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))': dependencies: '@babel/core': 7.24.5 '@babel/preset-env': 7.24.5(@babel/core@7.24.5) @@ -8003,32 +7906,32 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.28.1 - vite: 5.4.1(@types/node@20.15.0)(terser@5.28.1) + vite: 5.4.1(@types/node@20.16.1)(terser@5.28.1) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue-jsx@3.1.0(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': dependencies: - '@babel/core': 7.24.0 - '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.0) - '@vue/babel-plugin-jsx': 1.2.1(@babel/core@7.24.0) - vite: 5.4.1(@types/node@20.15.0)(terser@5.28.1) + '@babel/core': 7.24.5 + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.5) + '@vue/babel-plugin-jsx': 1.2.1(@babel/core@7.24.5) + vite: 5.4.1(@types/node@20.16.1)(terser@5.28.1) vue: 3.4.38(typescript@5.5.4) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.0.4(vite@5.4.1(@types/node@20.15.0)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': + '@vitejs/plugin-vue@5.0.4(vite@5.4.1(@types/node@20.16.1)(terser@5.28.1))(vue@3.4.38(typescript@5.5.4))': dependencies: - vite: 5.4.1(@types/node@20.15.0)(terser@5.28.1) + vite: 5.4.1(@types/node@20.16.1)(terser@5.28.1) vue: 3.4.38(typescript@5.5.4) - '@vitest/eslint-plugin@1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1))': + '@vitest/eslint-plugin@1.0.3(@typescript-eslint/utils@8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4))(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4)(vitest@2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1))': dependencies: eslint: 9.9.0(jiti@1.21.6) optionalDependencies: '@typescript-eslint/utils': 8.1.0(eslint@9.9.0(jiti@1.21.6))(typescript@5.5.4) typescript: 5.5.4 - vitest: 2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1) + vitest: 2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1) '@vitest/expect@2.0.5': dependencies: @@ -8063,19 +7966,19 @@ snapshots: loupe: 3.1.1 tinyrainbow: 1.2.0 - '@volar/language-core@1.10.3': + '@volar/language-core@1.11.1': dependencies: - '@volar/source-map': 1.10.3 + '@volar/source-map': 1.11.1 - '@volar/language-service@1.10.3': + '@volar/language-service@1.11.1': dependencies: - '@volar/language-core': 1.10.3 - '@volar/source-map': 1.10.3 + '@volar/language-core': 1.11.1 + '@volar/source-map': 1.11.1 vscode-languageserver-protocol: 3.17.5 vscode-languageserver-textdocument: 1.0.12 vscode-uri: 3.0.8 - '@volar/source-map@1.10.3': + '@volar/source-map@1.11.1': dependencies: muggle-string: 0.3.1 @@ -8083,30 +7986,30 @@ snapshots: '@vue/babel-helper-vue-transform-on@1.2.1': {} - '@vue/babel-plugin-jsx@1.2.1(@babel/core@7.24.0)': + '@vue/babel-plugin-jsx@1.2.1(@babel/core@7.24.5)': dependencies: - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.0) + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.5) '@babel/template': 7.24.0 - '@babel/traverse': 7.24.0 + '@babel/traverse': 7.24.5 '@babel/types': 7.24.5 '@vue/babel-helper-vue-transform-on': 1.2.1 - '@vue/babel-plugin-resolve-type': 1.2.1(@babel/core@7.24.0) + '@vue/babel-plugin-resolve-type': 1.2.1(@babel/core@7.24.5) camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 optionalDependencies: - '@babel/core': 7.24.0 + '@babel/core': 7.24.5 transitivePeerDependencies: - supports-color - '@vue/babel-plugin-resolve-type@1.2.1(@babel/core@7.24.0)': + '@vue/babel-plugin-resolve-type@1.2.1(@babel/core@7.24.5)': dependencies: '@babel/code-frame': 7.24.2 - '@babel/core': 7.24.0 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/core': 7.24.5 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.5 '@babel/parser': 7.24.7 '@vue/compiler-sfc': 3.4.38 @@ -8230,6 +8133,8 @@ snapshots: address@1.2.2: {} + adm-zip@0.5.15: {} + agent-base@6.0.2: dependencies: debug: 4.3.6 @@ -8657,8 +8562,6 @@ snapshots: dependencies: browserslist: 4.23.0 - core-js@3.36.0: {} - core-js@3.37.0: {} cross-env@7.0.3: @@ -8873,8 +8776,6 @@ snapshots: es-errors@1.3.0: {} - es-module-lexer@1.4.1: {} - es-module-lexer@1.5.4: {} esbuild@0.19.12: @@ -8982,7 +8883,7 @@ snapshots: eslint-compat-utils@0.5.0(eslint@9.9.0(jiti@1.21.6)): dependencies: eslint: 9.9.0(jiti@1.21.6) - semver: 7.6.2 + semver: 7.6.3 eslint-config-flat-gitignore@0.1.8: dependencies: @@ -9727,6 +9628,8 @@ snapshots: is-typedarray@1.0.0: {} + isbinaryfile@5.0.2: {} + isexe@2.0.0: {} istanbul-lib-coverage@3.2.2: {} @@ -9783,7 +9686,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -9879,7 +9782,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -9894,7 +9797,7 @@ snapshots: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -9904,7 +9807,7 @@ snapshots: dependencies: '@jest/types': 27.5.1 '@types/graceful-fs': 4.1.9 - '@types/node': 20.15.0 + '@types/node': 20.16.1 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -9923,7 +9826,7 @@ snapshots: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -9966,7 +9869,7 @@ snapshots: jest-mock@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): optionalDependencies: @@ -10002,7 +9905,7 @@ snapshots: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -10053,7 +9956,7 @@ snapshots: jest-serializer@27.5.1: dependencies: - '@types/node': 20.15.0 + '@types/node': 20.16.1 graceful-fs: 4.2.11 jest-snapshot@27.5.1: @@ -10079,14 +9982,14 @@ snapshots: jest-util: 27.5.1 natural-compare: 1.4.0 pretty-format: 27.5.1 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color jest-util@27.5.1: dependencies: '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -10105,7 +10008,7 @@ snapshots: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 20.15.0 + '@types/node': 20.16.1 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -10113,7 +10016,7 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 20.15.0 + '@types/node': 20.16.1 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -10135,7 +10038,7 @@ snapshots: '@jimp/custom': 0.10.3 '@jimp/plugins': 0.10.3(@jimp/custom@0.10.3) '@jimp/types': 0.10.3(@jimp/custom@0.10.3) - core-js: 3.36.0 + core-js: 3.37.0 regenerator-runtime: 0.13.11 jiti@1.21.0: {} @@ -10323,7 +10226,7 @@ snapshots: make-dir@4.0.0: dependencies: - semver: 7.6.2 + semver: 7.6.3 makeerror@1.0.12: dependencies: @@ -10656,8 +10559,6 @@ snapshots: phin@2.9.3: {} - picocolors@1.0.0: {} - picocolors@1.0.1: {} picomatch@2.3.1: {} @@ -11352,7 +11253,7 @@ snapshots: terser@5.28.1: dependencies: '@jridgewell/source-map': 0.3.5 - acorn: 8.11.3 + acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -11498,6 +11399,8 @@ snapshots: undici-types@6.13.0: {} + undici-types@6.19.8: {} + unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-match-property-ecmascript@2.0.0: @@ -11544,7 +11447,7 @@ snapshots: fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.11 - minimatch: 9.0.4 + minimatch: 9.0.5 unimport: 3.7.1(rollup@4.17.2) unplugin: 1.8.0 transitivePeerDependencies: @@ -11605,13 +11508,13 @@ snapshots: vary@1.1.2: {} - vite-node@2.0.5(@types/node@20.15.0)(terser@5.28.1): + vite-node@2.0.5(@types/node@20.16.1)(terser@5.28.1): dependencies: cac: 6.7.14 debug: 4.3.6 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.1(@types/node@20.15.0)(terser@5.28.1) + vite: 5.4.1(@types/node@20.16.1)(terser@5.28.1) transitivePeerDependencies: - '@types/node' - less @@ -11633,7 +11536,17 @@ snapshots: fsevents: 2.3.3 terser: 5.28.1 - vitest@2.0.5(@types/node@20.15.0)(jsdom@16.7.0)(terser@5.28.1): + vite@5.4.1(@types/node@20.16.1)(terser@5.28.1): + dependencies: + esbuild: 0.21.5 + postcss: 8.4.41 + rollup: 4.17.2 + optionalDependencies: + '@types/node': 20.16.1 + fsevents: 2.3.3 + terser: 5.28.1 + + vitest@2.0.5(@types/node@20.16.1)(jsdom@16.7.0)(terser@5.28.1): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -11651,11 +11564,11 @@ snapshots: tinybench: 2.8.0 tinypool: 1.0.0 tinyrainbow: 1.2.0 - vite: 5.4.1(@types/node@20.15.0)(terser@5.28.1) - vite-node: 2.0.5(@types/node@20.15.0)(terser@5.28.1) + vite: 5.4.1(@types/node@20.16.1)(terser@5.28.1) + vite-node: 2.0.5(@types/node@20.16.1)(terser@5.28.1) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.15.0 + '@types/node': 20.16.1 jsdom: 16.7.0 transitivePeerDependencies: - less @@ -11669,7 +11582,7 @@ snapshots: vscode-json-languageservice@4.1.8: dependencies: - jsonc-parser: 3.2.1 + jsonc-parser: 3.3.1 vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-types: 3.17.5 vscode-nls: 5.2.0