From d8d2cab74190f4a4b19f96f5f935b807a3888c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:15:54 +0000 Subject: [PATCH] TCS-3: Bump the minor-and-patch group across 1 directory with 7 updates Bumps the minor-and-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.5` | `2.1.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.5` | `5.5.6` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.8.0` | `0.8.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.65.0` | | [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.8.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.9.6` | | [rollup](https://github.com/rollup/rollup) | `4.60.2` | `4.62.3` | Updates `@eslint/compat` from 2.0.5 to 2.1.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.1.0/packages/compat) Updates `eslint-plugin-prettier` from 5.5.5 to 5.5.6 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.5...v5.5.6) Updates `prettier-plugin-tailwindcss` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.8.0...v0.8.1) Updates `typescript-eslint` from 8.59.1 to 8.65.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.65.0/packages/typescript-eslint) Updates `eslint` from 10.1.0 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.1.0...v10.8.0) Updates `prettier` from 3.8.3 to 3.9.6 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.3...3.9.6) Updates `rollup` from 4.60.2 to 4.62.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.60.2...v4.62.3) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-prettier dependency-version: 5.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.9.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rollup dependency-version: 4.62.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package.json | 14 +- yarn.lock | 570 ++++++++++++++++++++++++++------------------------- 2 files changed, 300 insertions(+), 284 deletions(-) diff --git a/package.json b/package.json index fff2876..b0fc968 100644 --- a/package.json +++ b/package.json @@ -23,23 +23,23 @@ "build": "rollup -c" }, "dependencies": { - "@eslint/compat": "^2.0.5", + "@eslint/compat": "^2.1.0", "@eslint/js": "^10.0.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-no-barrel-files": "^1.3.1", - "eslint-plugin-prettier": "^5.5.5", + "eslint-plugin-prettier": "^5.5.6", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.1.1", "prettier-plugin-organize-imports": "^4.3.0", - "prettier-plugin-tailwindcss": "^0.8.0", - "typescript-eslint": "^8.59.1" + "prettier-plugin-tailwindcss": "^0.8.1", + "typescript-eslint": "^8.65.0" }, "devDependencies": { "@types/eslint-plugin-jsx-a11y": "^6.10.1", - "eslint": "^10.1.0", - "prettier": "^3.8.3", - "rollup": "^4.60.2", + "eslint": "^10.8.0", + "prettier": "^3.9.6", + "rollup": "^4.62.3", "typescript": "^6.0.2" }, "packageManager": "yarn@4.9.2+sha512.1fc009bc09d13cfd0e19efa44cbfc2b9cf6ca61482725eb35bbc5e257e093ebf4130db6dfe15d604ff4b79efd8e1e8e99b25fa7d0a6197c9f9826358d4d65c3c" diff --git a/yarn.lock b/yarn.lock index 1549ca8..676c7bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9,22 +9,22 @@ __metadata: version: 0.0.0-use.local resolution: "@aligent/ts-code-standards@workspace:." dependencies: - "@eslint/compat": "npm:^2.0.5" + "@eslint/compat": "npm:^2.1.0" "@eslint/js": "npm:^10.0.1" "@types/eslint-plugin-jsx-a11y": "npm:^6.10.1" - eslint: "npm:^10.1.0" + eslint: "npm:^10.8.0" eslint-config-prettier: "npm:^10.1.8" eslint-plugin-jsx-a11y: "npm:^6.10.2" eslint-plugin-no-barrel-files: "npm:^1.3.1" - eslint-plugin-prettier: "npm:^5.5.5" + eslint-plugin-prettier: "npm:^5.5.6" eslint-plugin-react: "npm:^7.37.5" eslint-plugin-react-hooks: "npm:^7.1.1" - prettier: "npm:^3.8.3" + prettier: "npm:^3.9.6" prettier-plugin-organize-imports: "npm:^4.3.0" - prettier-plugin-tailwindcss: "npm:^0.8.0" - rollup: "npm:^4.60.2" + prettier-plugin-tailwindcss: "npm:^0.8.1" + rollup: "npm:^4.62.3" typescript: "npm:^6.0.2" - typescript-eslint: "npm:^8.59.1" + typescript-eslint: "npm:^8.65.0" languageName: unknown linkType: soft @@ -239,9 +239,9 @@ __metadata: languageName: node linkType: hard -"@eslint/compat@npm:^2.0.5": - version: 2.0.5 - resolution: "@eslint/compat@npm:2.0.5" +"@eslint/compat@npm:^2.1.0": + version: 2.1.0 + resolution: "@eslint/compat@npm:2.1.0" dependencies: "@eslint/core": "npm:^1.2.1" peerDependencies: @@ -249,7 +249,7 @@ __metadata: peerDependenciesMeta: eslint: optional: true - checksum: 10c0/c6e16c5bd826535dc84b6dfd4cfa8079ac564f6dc614b164e2f2e708e940d6efa9f3754fa6ddaace04b43d296c190aabbad4231c074f6269afab88d7e7b005a8 + checksum: 10c0/05b9e54813f124c45a8142571dbc539ea06bfc70a21e28c5d39a145578a62c733a9029850b89e357ee5924b1ea19611bf4d7cfe894595028730f691b86e9815b languageName: node linkType: hard @@ -264,14 +264,14 @@ __metadata: languageName: node linkType: hard -"@eslint/config-array@npm:^0.23.3": - version: 0.23.3 - resolution: "@eslint/config-array@npm:0.23.3" +"@eslint/config-array@npm:^0.23.5": + version: 0.23.5 + resolution: "@eslint/config-array@npm:0.23.5" dependencies: - "@eslint/object-schema": "npm:^3.0.3" + "@eslint/object-schema": "npm:^3.0.5" debug: "npm:^4.3.1" minimatch: "npm:^10.2.4" - checksum: 10c0/7c19027acf9110cc542513ff9f3ca73a61d127e900c24f0e8e4d5e18aa22baf08d1d5bc386563d2f9311095f3b7898fe9b627b590fe9232b745ef60d4443cf9f + checksum: 10c0/b24833c4c76e78ee075d306cd3f095db46b2db0f90cc13a6ee6e4275f9889731c05bf5403ab5fefb79c756e07ac9184ed0e04570341382f9eccbccc80e6d1a0c languageName: node linkType: hard @@ -284,12 +284,12 @@ __metadata: languageName: node linkType: hard -"@eslint/config-helpers@npm:^0.5.3": - version: 0.5.3 - resolution: "@eslint/config-helpers@npm:0.5.3" +"@eslint/config-helpers@npm:^0.7.0": + version: 0.7.0 + resolution: "@eslint/config-helpers@npm:0.7.0" dependencies: - "@eslint/core": "npm:^1.1.1" - checksum: 10c0/c836476e839a79dcdc9f7e0013057cfe0341162180d50e5a08668edb4b4b6c520a3174011469f6ef02efd2affd092263c020e89d0a3452c801427b0ac003549a + "@eslint/core": "npm:^1.2.1" + checksum: 10c0/fd40d57d6f1db49f7b647048b88a433dc7f6522ef3edf855a43cb526ef4fc40622ceed0dc8de2e03d254f30f8e035370570de1d4bd8e7c2b1200131451e0d331 languageName: node linkType: hard @@ -302,15 +302,6 @@ __metadata: languageName: node linkType: hard -"@eslint/core@npm:^1.1.1": - version: 1.1.1 - resolution: "@eslint/core@npm:1.1.1" - dependencies: - "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/129c654c78afc1f6d61dccb0ce841be667f09f052f7d5642614b6ba5eeebd579ca6cc336d7b750d88625e61f7aad22fdd62bf83847fbfc10cc3e58cfe6c5072e - languageName: node - linkType: hard - "@eslint/core@npm:^1.2.1": version: 1.2.1 resolution: "@eslint/core@npm:1.2.1" @@ -363,10 +354,10 @@ __metadata: languageName: node linkType: hard -"@eslint/object-schema@npm:^3.0.3": - version: 3.0.3 - resolution: "@eslint/object-schema@npm:3.0.3" - checksum: 10c0/4abbb7cba5419dce46ae8aa8e979fa190f2e906a8e1b5a8e22e4489f62a68dea3967679f66acbc0c3ef89f33252a7460e39fc2d6f2b4f616a137f3514eda4784 +"@eslint/object-schema@npm:^3.0.5": + version: 3.0.5 + resolution: "@eslint/object-schema@npm:3.0.5" + checksum: 10c0/1db337431f520b99e9edda64ef5fafd7ec6a029843eeb608753025125b6649d861d843cffafafd3c4e37926d7d5f9ec0c6a8e3665c13c3da2144e8132892e92e languageName: node linkType: hard @@ -380,13 +371,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.6.1": - version: 0.6.1 - resolution: "@eslint/plugin-kit@npm:0.6.1" +"@eslint/plugin-kit@npm:^0.7.2": + version: 0.7.2 + resolution: "@eslint/plugin-kit@npm:0.7.2" dependencies: - "@eslint/core": "npm:^1.1.1" + "@eslint/core": "npm:^1.2.1" levn: "npm:^0.4.1" - checksum: 10c0/f8354a7b92cc41e7a55d51986d192134be84f9dc0c91b5e649d075d733b56981c4ca8bf4460d54120c4c87b47984167bad2cb9bceb303f11b0a3bad22b3ed06a + checksum: 10c0/aafba08077bcd6d7dde6c2e21db18086046a88f914f29971a84cac9ad2d48952ded1b293e665e523805297eff756522dafa16f0062195e2c7143dcd1d47d11ed languageName: node linkType: hard @@ -515,184 +506,184 @@ __metadata: languageName: node linkType: hard -"@pkgr/core@npm:^0.2.9": - version: 0.2.9 - resolution: "@pkgr/core@npm:0.2.9" - checksum: 10c0/ac8e4e8138b1a7a4ac6282873aef7389c352f1f8b577b4850778f5182e4a39a5241facbe48361fec817f56d02b51691b383010843fb08b34a8e8ea3614688fd5 +"@pkgr/core@npm:^0.3.6": + version: 0.3.6 + resolution: "@pkgr/core@npm:0.3.6" + checksum: 10c0/153f0f4563f505faeba13c733efa0e05e467ce1c6b941055a5fd3b4560da60fbf1dff4b11da0075f034ddda11f2842b90395f60895dde5825875b616edccc11c languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.60.2" +"@rollup/rollup-android-arm-eabi@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.62.3" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-android-arm64@npm:4.60.2" +"@rollup/rollup-android-arm64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-android-arm64@npm:4.62.3" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-darwin-arm64@npm:4.60.2" +"@rollup/rollup-darwin-arm64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-darwin-arm64@npm:4.62.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-darwin-x64@npm:4.60.2" +"@rollup/rollup-darwin-x64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-darwin-x64@npm:4.62.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-freebsd-arm64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-freebsd-arm64@npm:4.60.2" +"@rollup/rollup-freebsd-arm64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-freebsd-arm64@npm:4.62.3" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-freebsd-x64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-freebsd-x64@npm:4.60.2" +"@rollup/rollup-freebsd-x64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-freebsd-x64@npm:4.62.3" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.60.2" +"@rollup/rollup-linux-arm-gnueabihf@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.62.3" conditions: os=linux & cpu=arm & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm-musleabihf@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.60.2" +"@rollup/rollup-linux-arm-musleabihf@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.62.3" conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.60.2" +"@rollup/rollup-linux-arm64-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.62.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.60.2" +"@rollup/rollup-linux-arm64-musl@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.62.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-loong64-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.60.2" +"@rollup/rollup-linux-loong64-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-loong64-gnu@npm:4.62.3" conditions: os=linux & cpu=loong64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-loong64-musl@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-loong64-musl@npm:4.60.2" +"@rollup/rollup-linux-loong64-musl@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-loong64-musl@npm:4.62.3" conditions: os=linux & cpu=loong64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-ppc64-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.60.2" +"@rollup/rollup-linux-ppc64-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-ppc64-gnu@npm:4.62.3" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-ppc64-musl@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.60.2" +"@rollup/rollup-linux-ppc64-musl@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-ppc64-musl@npm:4.62.3" conditions: os=linux & cpu=ppc64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.60.2" +"@rollup/rollup-linux-riscv64-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.62.3" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-musl@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.60.2" +"@rollup/rollup-linux-riscv64-musl@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-riscv64-musl@npm:4.62.3" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.60.2" +"@rollup/rollup-linux-s390x-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.62.3" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.60.2" +"@rollup/rollup-linux-x64-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.62.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.60.2" +"@rollup/rollup-linux-x64-musl@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.62.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-openbsd-x64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-openbsd-x64@npm:4.60.2" +"@rollup/rollup-openbsd-x64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-openbsd-x64@npm:4.62.3" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-openharmony-arm64@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-openharmony-arm64@npm:4.60.2" +"@rollup/rollup-openharmony-arm64@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-openharmony-arm64@npm:4.62.3" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.60.2" +"@rollup/rollup-win32-arm64-msvc@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.62.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.60.2" +"@rollup/rollup-win32-ia32-msvc@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.62.3" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-gnu@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-win32-x64-gnu@npm:4.60.2" +"@rollup/rollup-win32-x64-gnu@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-win32-x64-gnu@npm:4.62.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.60.2": - version: 4.60.2 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.60.2" +"@rollup/rollup-win32-x64-msvc@npm:4.62.3": + version: 4.62.3 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.62.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -713,10 +704,10 @@ __metadata: languageName: node linkType: hard -"@types/estree@npm:1.0.8, @types/estree@npm:^1.0.8": - version: 1.0.8 - resolution: "@types/estree@npm:1.0.8" - checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5 +"@types/estree@npm:1.0.9": + version: 1.0.9 + resolution: "@types/estree@npm:1.0.9" + checksum: 10c0/3ad3286ca2988cd550dafb8f2ad599c8474868e954fa601a36655bdfefd8039f7c714b8c1c7f2ae219ffbd58bd4660e66fa7479a0120fc02d4777057d4865387 languageName: node linkType: hard @@ -727,6 +718,13 @@ __metadata: languageName: node linkType: hard +"@types/estree@npm:^1.0.8": + version: 1.0.8 + resolution: "@types/estree@npm:1.0.8" + checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5 + languageName: node + linkType: hard + "@types/json-schema@npm:^7.0.15": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" @@ -734,52 +732,39 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/eslint-plugin@npm:8.59.1" +"@typescript-eslint/eslint-plugin@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.65.0" dependencies: "@eslint-community/regexpp": "npm:^4.12.2" - "@typescript-eslint/scope-manager": "npm:8.59.1" - "@typescript-eslint/type-utils": "npm:8.59.1" - "@typescript-eslint/utils": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" + "@typescript-eslint/scope-manager": "npm:8.65.0" + "@typescript-eslint/type-utils": "npm:8.65.0" + "@typescript-eslint/utils": "npm:8.65.0" + "@typescript-eslint/visitor-keys": "npm:8.65.0" ignore: "npm:^7.0.5" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.5.0" peerDependencies: - "@typescript-eslint/parser": ^8.59.1 + "@typescript-eslint/parser": ^8.65.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/6dedd272d1aac960df74ab81e38bb4b398ac11b52118c69493a3aeecd15984c83bd4cae89df2e8362fbc2213f0a6d68c00d71dd53868fa1b5e1011290d4ea7b6 + checksum: 10c0/1d9ddad417b43037c35c91a7c30bfc0015ccc40da57fe9faadae97fbaee6031a539a35265a9933d3bb946f307c397b7a00953806339576a721d619695a972079 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/parser@npm:8.59.1" +"@typescript-eslint/parser@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/parser@npm:8.65.0" dependencies: - "@typescript-eslint/scope-manager": "npm:8.59.1" - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" + "@typescript-eslint/scope-manager": "npm:8.65.0" + "@typescript-eslint/types": "npm:8.65.0" + "@typescript-eslint/typescript-estree": "npm:8.65.0" + "@typescript-eslint/visitor-keys": "npm:8.65.0" debug: "npm:^4.4.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/a20271b96e35fa5a8deea11ec40b30f7987daa5c3402e6e763e474517a25af20749a620490af159c2a65048065dea8a6d5fa3527ccc7a3716c2cd648a05ebc55 - languageName: node - linkType: hard - -"@typescript-eslint/project-service@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/project-service@npm:8.59.1" - dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.59.1" - "@typescript-eslint/types": "npm:^8.59.1" - debug: "npm:^4.4.3" - peerDependencies: - typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/487e60e9696fbae11070fd0591a009c94b932af2a92d37a1a9d9f9eac5bbc2f56fef83f3d4e72349dfdaadf95473bb5fb7332eb13f9296b87b3f14e842f42747 + checksum: 10c0/b3f5333abe5dfb08b53b89c824d045d96d5eb5798fab45eeedfaab72e4ce133a82fb4ebbc1acf79098aac9b08f7acc119fe0edd63ac2f91d80c98f5ca87c41e0 languageName: node linkType: hard @@ -796,13 +781,16 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/scope-manager@npm:8.59.1" +"@typescript-eslint/project-service@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/project-service@npm:8.65.0" dependencies: - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" - checksum: 10c0/05c19039bde67691ad7a558ac61260639593ab0ffd8b73903b0f23c770aa3d79868bc8c1a11cdd5b0c8226e5dcef9ab1d679db46b5c5fe019541216170451614 + "@typescript-eslint/tsconfig-utils": "npm:^8.65.0" + "@typescript-eslint/types": "npm:^8.65.0" + debug: "npm:^4.4.3" + peerDependencies: + typescript: ">=4.8.4 <6.1.0" + checksum: 10c0/56d8f598f1bb6ca892ff79320bd1aa134eefa05cf0bad4932c44518475a8bccf0c9027ae2177b3c1761496c8107236b81dd93f67d09093c2242f07f3f2063c1f languageName: node linkType: hard @@ -816,12 +804,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.59.1, @typescript-eslint/tsconfig-utils@npm:^8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.59.1" - peerDependencies: - typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/a3d123edbc39e7bfa3f58f722fe755787e71771d97b03ed80ea0706dcf3f25895e217e61b38049db1b05f246a26c6afb4e4a518bad21e7d1e71bb8dc136084ce +"@typescript-eslint/scope-manager@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/scope-manager@npm:8.65.0" + dependencies: + "@typescript-eslint/types": "npm:8.65.0" + "@typescript-eslint/visitor-keys": "npm:8.65.0" + checksum: 10c0/303bae83a2243e742fcf86bef0b67615dc8915d2dd40268b796e2f49a40057b05de41608846aa362ad77e2d6976ec3cf30f1cdf245c1e39d18fd8ce91ae38c5c languageName: node linkType: hard @@ -834,26 +823,28 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/type-utils@npm:8.59.1" +"@typescript-eslint/tsconfig-utils@npm:8.65.0, @typescript-eslint/tsconfig-utils@npm:^8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.65.0" + peerDependencies: + typescript: ">=4.8.4 <6.1.0" + checksum: 10c0/5b897bbba4584ee67c7a0bc0b4b6cbf8db2cb5997d5ab8f07fae692315dd51cabcc7116c609a94a162747dd267118b7a0f1c8fb29d71210ad38549e4b8b6adb1 + languageName: node + linkType: hard + +"@typescript-eslint/type-utils@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/type-utils@npm:8.65.0" dependencies: - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" - "@typescript-eslint/utils": "npm:8.59.1" + "@typescript-eslint/types": "npm:8.65.0" + "@typescript-eslint/typescript-estree": "npm:8.65.0" + "@typescript-eslint/utils": "npm:8.65.0" debug: "npm:^4.4.3" ts-api-utils: "npm:^2.5.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/c5f0f8e53f85ddf796a45b485937b7d5aef5c884fed412ff945392376166242658e4b431bd9633e1e08d6dba7e83b6125283e4866f5a9b4ae61fec355705122d - languageName: node - linkType: hard - -"@typescript-eslint/types@npm:8.59.1, @typescript-eslint/types@npm:^8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/types@npm:8.59.1" - checksum: 10c0/a0bf98389e8673d4aa1034fdef9bb78f576b3dc6b8f413d4adf07ef6edff4a33fdb916148c3bac2cafdbf282c765eebf253c2a05edf3fda4123b8889921cd518 + checksum: 10c0/05a1a1283020f63eac3cb6202afd08459531a4522a85ceb0f5789f2902df7c180565f65f217cc780127888b7113b1c8c34aa6bfd7020d568f01a17f290216e9b languageName: node linkType: hard @@ -864,22 +855,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/typescript-estree@npm:8.59.1" - dependencies: - "@typescript-eslint/project-service": "npm:8.59.1" - "@typescript-eslint/tsconfig-utils": "npm:8.59.1" - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/visitor-keys": "npm:8.59.1" - debug: "npm:^4.4.3" - minimatch: "npm:^10.2.2" - semver: "npm:^7.7.3" - tinyglobby: "npm:^0.2.15" - ts-api-utils: "npm:^2.5.0" - peerDependencies: - typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/80b2624185d303741a710ba90e4fcb4e52320c1fc614f62cce785bfb39dfb9560ea5d325ff590d929c689b7dae7c28a598a26e1862477cc108c4ae4e8fe62c78 +"@typescript-eslint/types@npm:8.65.0, @typescript-eslint/types@npm:^8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/types@npm:8.65.0" + checksum: 10c0/919b6d96111ea26f09c6cb1121fbba915147761be3fbf9c4de5b200faa2891087ebdcfd2f4a1f27a4c6153daeefc7448147c651a074b3ec70440f3f8c1092a81 languageName: node linkType: hard @@ -902,18 +881,37 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/utils@npm:8.59.1" +"@typescript-eslint/typescript-estree@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.65.0" + dependencies: + "@typescript-eslint/project-service": "npm:8.65.0" + "@typescript-eslint/tsconfig-utils": "npm:8.65.0" + "@typescript-eslint/types": "npm:8.65.0" + "@typescript-eslint/visitor-keys": "npm:8.65.0" + debug: "npm:^4.4.3" + minimatch: "npm:^10.2.2" + semver: "npm:^7.7.3" + tinyglobby: "npm:^0.2.15" + ts-api-utils: "npm:^2.5.0" + peerDependencies: + typescript: ">=4.8.4 <6.1.0" + checksum: 10c0/578ff5247f17865277badfe13362a82ba82c8bb11aaa78323933895e0ba0fc02788ae6aa9bd84bc8287660004a76231341977a3188b399c776b7e713c5054239 + languageName: node + linkType: hard + +"@typescript-eslint/utils@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/utils@npm:8.65.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.59.1" - "@typescript-eslint/types": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" + "@typescript-eslint/scope-manager": "npm:8.65.0" + "@typescript-eslint/types": "npm:8.65.0" + "@typescript-eslint/typescript-estree": "npm:8.65.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/82a3fdb52d5f54622f8796eaeca508c630e65bfb94423645c1097b377fd56cf43b2999a83f11f42924e0cbb93b22faca6e572ee27cf550795b99e22193a0d41c + checksum: 10c0/258775532bb23bfeccb7ef25369a62b5fcf48f633af178830113d5aea6d0e968ad67a63b3371206151eb6a8dca0a3381f7efa07958fd8063505e1a53e470a439 languageName: node linkType: hard @@ -932,16 +930,6 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.59.1": - version: 8.59.1 - resolution: "@typescript-eslint/visitor-keys@npm:8.59.1" - dependencies: - "@typescript-eslint/types": "npm:8.59.1" - eslint-visitor-keys: "npm:^5.0.0" - checksum: 10c0/1144426dda53e855698301eae6301ae928785915225e6a775f0b51bf5d67b67e90def7b851e851ce76235cff3e1324132d03c7843a33ce2c4f0eb0764cc2b80a - languageName: node - linkType: hard - "@typescript-eslint/visitor-keys@npm:8.59.4": version: 8.59.4 resolution: "@typescript-eslint/visitor-keys@npm:8.59.4" @@ -952,6 +940,16 @@ __metadata: languageName: node linkType: hard +"@typescript-eslint/visitor-keys@npm:8.65.0": + version: 8.65.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.65.0" + dependencies: + "@typescript-eslint/types": "npm:8.65.0" + eslint-visitor-keys: "npm:^5.0.0" + checksum: 10c0/f50cf2da4077f8eebfd56658ede17dfbf2e39875dc53562f5c1bc6e9835a0b4b00e0e0255e2dc3488234aca1f783d89beb084c417b22027520bf015a7b59ffb8 + languageName: node + linkType: hard + "abbrev@npm:^2.0.0": version: 2.0.0 resolution: "abbrev@npm:2.0.0" @@ -1300,6 +1298,15 @@ __metadata: languageName: node linkType: hard +"brace-expansion@npm:^5.0.8": + version: 5.0.9 + resolution: "brace-expansion@npm:5.0.9" + dependencies: + balanced-match: "npm:^4.0.2" + checksum: 10c0/3dea38884a1c3c8b1c9c44a7402a0c76fca460f70cffb3127242b0b4cbf4472019e022ade021eec44838ff19f1dac2625dfd11dd459d7e1e055b0698a8d52fec + languageName: node + linkType: hard + "browserslist@npm:^4.24.0": version: 4.28.0 resolution: "browserslist@npm:4.28.0" @@ -1966,12 +1973,12 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-prettier@npm:^5.5.5": - version: 5.5.5 - resolution: "eslint-plugin-prettier@npm:5.5.5" +"eslint-plugin-prettier@npm:^5.5.6": + version: 5.5.6 + resolution: "eslint-plugin-prettier@npm:5.5.6" dependencies: prettier-linter-helpers: "npm:^1.0.1" - synckit: "npm:^0.11.12" + synckit: "npm:^0.11.13" peerDependencies: "@types/eslint": ">=8.0.0" eslint: ">=8.0.0" @@ -1982,7 +1989,7 @@ __metadata: optional: true eslint-config-prettier: optional: true - checksum: 10c0/091449b28c77ab2efbbf674e977181f2c8453d95a4df68218bddd87a4dfaa9ecc4eda60164e416f5986fb5d577e66e8d8e1e23d81e8555f8d735375598b03257 + checksum: 10c0/af37126c947ff3e87ff1ea76408db8cb1c7da966ebdaba68c6dd5924da7eb1b43b1abc4796d753a97b1bc26ea94c5497093e6ab9f8588fffe558d5a554e19bbf languageName: node linkType: hard @@ -2079,16 +2086,16 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^10.1.0": - version: 10.1.0 - resolution: "eslint@npm:10.1.0" +"eslint@npm:^10.8.0": + version: 10.8.0 + resolution: "eslint@npm:10.8.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.8.0" "@eslint-community/regexpp": "npm:^4.12.2" - "@eslint/config-array": "npm:^0.23.3" - "@eslint/config-helpers": "npm:^0.5.3" - "@eslint/core": "npm:^1.1.1" - "@eslint/plugin-kit": "npm:^0.6.1" + "@eslint/config-array": "npm:^0.23.5" + "@eslint/config-helpers": "npm:^0.7.0" + "@eslint/core": "npm:^1.2.1" + "@eslint/plugin-kit": "npm:^0.7.2" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.4.2" @@ -2110,7 +2117,7 @@ __metadata: imurmurhash: "npm:^0.1.4" is-glob: "npm:^4.0.0" json-stable-stringify-without-jsonify: "npm:^1.0.1" - minimatch: "npm:^10.2.4" + minimatch: "npm:^10.2.5" natural-compare: "npm:^1.4.0" optionator: "npm:^0.9.3" peerDependencies: @@ -2120,7 +2127,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/b784ac18905b663fa4a801b0baa7bfa636c2d7ac08dad60690b15338c9b2126c5fa9fd4f9269b4f584cb0b426e428c1e353e23ff5ab6d8f8c610a0bb365831d6 + checksum: 10c0/2dbc523578834088615f388e08418d2620b25655f7a398f6d415765fa2a3a25d6b8b43bd3293d40f977e12752323a841d52654a2648697a00c0102c9794bb3dc languageName: node linkType: hard @@ -3362,6 +3369,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:^10.2.5": + version: 10.2.6 + resolution: "minimatch@npm:10.2.6" + dependencies: + brace-expansion: "npm:^5.0.8" + checksum: 10c0/4559a836243b98bd4d17ea9f7edae698717c76399eea7be374f3737f33164e4907f19e9726891ddeb122f750a5a7fa80d2ac43e851d6e5984dc4ff42ec127d3a + languageName: node + linkType: hard + "minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" @@ -3776,9 +3792,9 @@ __metadata: languageName: node linkType: hard -"prettier-plugin-tailwindcss@npm:^0.8.0": - version: 0.8.0 - resolution: "prettier-plugin-tailwindcss@npm:0.8.0" +"prettier-plugin-tailwindcss@npm:^0.8.1": + version: 0.8.1 + resolution: "prettier-plugin-tailwindcss@npm:0.8.1" peerDependencies: "@ianvs/prettier-plugin-sort-imports": "*" "@prettier/plugin-hermes": "*" @@ -3830,16 +3846,16 @@ __metadata: optional: true prettier-plugin-svelte: optional: true - checksum: 10c0/03315d1d5d4c425e3f090bd49fcc59159035839931ee8dcaa771720159f8209dd663aa78abc77473b68a425b4ad0b3dd02d79df149edf36a557ef9d43624c098 + checksum: 10c0/45b8d8686e6b27f06f710063b24c4b5fba4d201aaee7ed85dfdd6cb8e68b6d8f9cea2d8497999c4f72e4c3a8b93b078fb3b6ab35567b3bfaef4bf9ec43482a6f languageName: node linkType: hard -"prettier@npm:^3.8.3": - version: 3.8.3 - resolution: "prettier@npm:3.8.3" +"prettier@npm:^3.9.6": + version: 3.9.6 + resolution: "prettier@npm:3.9.6" bin: prettier: bin/prettier.cjs - checksum: 10c0/754816fd7593eb80f6376d7476d463e832c38a12f32775a82683adb6e35b772b1f484d65f19401507b983a8c8a7cd5a4a9f12006bd56491e8f35503473f77473 + checksum: 10c0/9f7ddae234035868f3daab3dc34e6de7e54622185afb017378029f0c09a9c023248ccf6f34def0b17a0538e18c47aa1b3188bab72965d1bf735919baa0747e99 languageName: node linkType: hard @@ -3953,36 +3969,36 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.60.2": - version: 4.60.2 - resolution: "rollup@npm:4.60.2" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.60.2" - "@rollup/rollup-android-arm64": "npm:4.60.2" - "@rollup/rollup-darwin-arm64": "npm:4.60.2" - "@rollup/rollup-darwin-x64": "npm:4.60.2" - "@rollup/rollup-freebsd-arm64": "npm:4.60.2" - "@rollup/rollup-freebsd-x64": "npm:4.60.2" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.60.2" - "@rollup/rollup-linux-arm-musleabihf": "npm:4.60.2" - "@rollup/rollup-linux-arm64-gnu": "npm:4.60.2" - "@rollup/rollup-linux-arm64-musl": "npm:4.60.2" - "@rollup/rollup-linux-loong64-gnu": "npm:4.60.2" - "@rollup/rollup-linux-loong64-musl": "npm:4.60.2" - "@rollup/rollup-linux-ppc64-gnu": "npm:4.60.2" - "@rollup/rollup-linux-ppc64-musl": "npm:4.60.2" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.60.2" - "@rollup/rollup-linux-riscv64-musl": "npm:4.60.2" - "@rollup/rollup-linux-s390x-gnu": "npm:4.60.2" - "@rollup/rollup-linux-x64-gnu": "npm:4.60.2" - "@rollup/rollup-linux-x64-musl": "npm:4.60.2" - "@rollup/rollup-openbsd-x64": "npm:4.60.2" - "@rollup/rollup-openharmony-arm64": "npm:4.60.2" - "@rollup/rollup-win32-arm64-msvc": "npm:4.60.2" - "@rollup/rollup-win32-ia32-msvc": "npm:4.60.2" - "@rollup/rollup-win32-x64-gnu": "npm:4.60.2" - "@rollup/rollup-win32-x64-msvc": "npm:4.60.2" - "@types/estree": "npm:1.0.8" +"rollup@npm:^4.62.3": + version: 4.62.3 + resolution: "rollup@npm:4.62.3" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.62.3" + "@rollup/rollup-android-arm64": "npm:4.62.3" + "@rollup/rollup-darwin-arm64": "npm:4.62.3" + "@rollup/rollup-darwin-x64": "npm:4.62.3" + "@rollup/rollup-freebsd-arm64": "npm:4.62.3" + "@rollup/rollup-freebsd-x64": "npm:4.62.3" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.62.3" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.62.3" + "@rollup/rollup-linux-arm64-gnu": "npm:4.62.3" + "@rollup/rollup-linux-arm64-musl": "npm:4.62.3" + "@rollup/rollup-linux-loong64-gnu": "npm:4.62.3" + "@rollup/rollup-linux-loong64-musl": "npm:4.62.3" + "@rollup/rollup-linux-ppc64-gnu": "npm:4.62.3" + "@rollup/rollup-linux-ppc64-musl": "npm:4.62.3" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.62.3" + "@rollup/rollup-linux-riscv64-musl": "npm:4.62.3" + "@rollup/rollup-linux-s390x-gnu": "npm:4.62.3" + "@rollup/rollup-linux-x64-gnu": "npm:4.62.3" + "@rollup/rollup-linux-x64-musl": "npm:4.62.3" + "@rollup/rollup-openbsd-x64": "npm:4.62.3" + "@rollup/rollup-openharmony-arm64": "npm:4.62.3" + "@rollup/rollup-win32-arm64-msvc": "npm:4.62.3" + "@rollup/rollup-win32-ia32-msvc": "npm:4.62.3" + "@rollup/rollup-win32-x64-gnu": "npm:4.62.3" + "@rollup/rollup-win32-x64-msvc": "npm:4.62.3" + "@types/estree": "npm:1.0.9" fsevents: "npm:~2.3.2" dependenciesMeta: "@rollup/rollup-android-arm-eabi": @@ -4039,7 +4055,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/f67d6156fc5b895f33b929a4762392906d00fa5550f0a1f5e66519ab1c05d835aec5f201b4e748c29d1c87f024d3d9c4b0a2d1285668456db661d82b961d379c + checksum: 10c0/efa9c2fdbfeaaf2fa36ba6c49e658b6b595ff6cc04149c29e628f69d50f8ce420f9b1d1ae32fabff07ffb1d495d6b191b6c9ed7422ad53b72ef5fa629726a160 languageName: node linkType: hard @@ -4453,12 +4469,12 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.11.12": - version: 0.11.12 - resolution: "synckit@npm:0.11.12" +"synckit@npm:^0.11.13": + version: 0.11.13 + resolution: "synckit@npm:0.11.13" dependencies: - "@pkgr/core": "npm:^0.2.9" - checksum: 10c0/cc4d446806688ae0d728ae7bb3f53176d065cf9536647fb85bdd721dcefbd7bf94874df6799ff61580f2b03a392659219b778a9254ad499f9a1f56c34787c235 + "@pkgr/core": "npm:^0.3.6" + checksum: 10c0/5a6c19f4f79045aaa7994106401bff6dbe7cca23a6d0a0723ff14eb8b1bebeb4a71729118f6914905598e304ea2fa13509885e11ba07d92e7cb68a06740cb328 languageName: node linkType: hard @@ -4609,18 +4625,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.59.1": - version: 8.59.1 - resolution: "typescript-eslint@npm:8.59.1" +"typescript-eslint@npm:^8.65.0": + version: 8.65.0 + resolution: "typescript-eslint@npm:8.65.0" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.59.1" - "@typescript-eslint/parser": "npm:8.59.1" - "@typescript-eslint/typescript-estree": "npm:8.59.1" - "@typescript-eslint/utils": "npm:8.59.1" + "@typescript-eslint/eslint-plugin": "npm:8.65.0" + "@typescript-eslint/parser": "npm:8.65.0" + "@typescript-eslint/typescript-estree": "npm:8.65.0" + "@typescript-eslint/utils": "npm:8.65.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10c0/93f3d66e2a2427a719a19f7bfd5d21c76a6bdcf9cfe82ba14d37f869434893f7d4d62c75671a87a93a3ef13816636d2bfe79b2f145d6cbcda5efbfddd90c1c2d + checksum: 10c0/d1f5eede08c6d0d500aa605a1de2a4e721c00e8f56f632581e082aac6d1d2b9d365ce692cf5e0e212ea78271a032c8785e0fc58aee276c7930f92fff6a3358c8 languageName: node linkType: hard