From 62a4478de873ea8be81e95580f45febc5944ce57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:22:45 +0200 Subject: [PATCH] build(deps-dev): bump the library-bumps group with 5 updates (#5383) * build(deps-dev): bump the library-bumps group with 5 updates Bumps the library-bumps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.9` | `2.5.10` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.3.0` | `17.4.1` | | [turbo](https://github.com/vercel/turborepo) | `2.10.11` | `2.10.12` | | [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.12.0` | `4.13.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` | Updates `@biomejs/biome` from 2.5.9 to 2.5.10 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.10/packages/@biomejs/biome) Updates `lint-staged` from 17.3.0 to 17.4.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v17.3.0...v17.4.1) Updates `turbo` from 2.10.11 to 2.10.12 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.10.11...v2.10.12) Updates `typedoc-plugin-markdown` from 4.12.0 to 4.13.0 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.13.0/packages/typedoc-plugin-markdown) Updates `@types/node` from 26.2.0 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: library-bumps - dependency-name: lint-staged dependency-version: 17.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: library-bumps - dependency-name: turbo dependency-version: 2.10.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: library-bumps - dependency-name: typedoc-plugin-markdown dependency-version: 4.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: library-bumps - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: library-bumps ... Signed-off-by: dependabot[bot] * Update biome.jsonc --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny --- biome.jsonc | 2 +- package.json | 8 +- packages/bot/package.json | 4 +- packages/discordeno/package.json | 4 +- packages/gateway/package.json | 4 +- packages/rest/package.json | 4 +- packages/types/package.json | 4 +- packages/utils/package.json | 4 +- yarn.lock | 205 ++++++++++++++++--------------- 9 files changed, 123 insertions(+), 116 deletions(-) diff --git a/biome.jsonc b/biome.jsonc index be17e6152..b0afe48ce 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.9/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.10/schema.json", "root": true, "formatter": { "enabled": true, diff --git a/package.json b/package.json index 7c60014e2..140c47a2f 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ "postinstall": "husky" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "husky": "^9.1.7", - "lint-staged": "^17.3.0", - "turbo": "^2.10.11", + "lint-staged": "^17.4.1", + "turbo": "^2.10.12", "typedoc": "^0.28.20", - "typedoc-plugin-markdown": "^4.12.0", + "typedoc-plugin-markdown": "^4.13.0", "typescript": "^6.0.3" }, "engines": { diff --git a/packages/bot/package.json b/packages/bot/package.json index a58fbc762..2011c5913 100644 --- a/packages/bot/package.json +++ b/packages/bot/package.json @@ -31,12 +31,12 @@ "@discordeno/utils": "workspace:^" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "@swc/cli": "^0.8.1", "@swc/core": "^1.16.1", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "@types/sinon": "^22.0.0", "c8": "^12.0.0", "chai": "^6.2.2", diff --git a/packages/discordeno/package.json b/packages/discordeno/package.json index a72bd07b5..effbc0fb8 100644 --- a/packages/discordeno/package.json +++ b/packages/discordeno/package.json @@ -31,12 +31,12 @@ "@discordeno/utils": "workspace:^" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "@swc/cli": "^0.8.1", "@swc/core": "^1.16.1", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "c8": "^12.0.0", "chai": "^6.2.2", "mocha": "^11.8.0", diff --git a/packages/gateway/package.json b/packages/gateway/package.json index b6de31599..b3e7dc736 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -29,12 +29,12 @@ "@discordeno/utils": "workspace:^" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "@swc/cli": "^0.8.1", "@swc/core": "^1.16.1", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "@types/sinon": "^22.0.0", "@types/ws": "^8.18.1", "c8": "^12.0.0", diff --git a/packages/rest/package.json b/packages/rest/package.json index 9f475f91c..ff26213d2 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -29,13 +29,13 @@ "@discordeno/utils": "workspace:^" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "@swc/cli": "^0.8.1", "@swc/core": "^1.16.1", "@types/chai": "^5.2.3", "@types/chai-as-promised": "^8.0.2", "@types/mocha": "^10.0.10", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "@types/sinon": "^22.0.0", "c8": "^12.0.0", "chai": "^6.2.2", diff --git a/packages/types/package.json b/packages/types/package.json index cfa05f202..5d5c2da28 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -24,11 +24,11 @@ "test:type": "tsc --noEmit" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "@swc/cli": "^0.8.1", "@swc/core": "^1.16.1", "@types/mocha": "^10.0.10", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "c8": "^12.0.0", "mocha": "^11.8.0", "tsconfig": "*", diff --git a/packages/utils/package.json b/packages/utils/package.json index 53d7a7279..4aa9f8514 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -27,12 +27,12 @@ "@discordeno/types": "workspace:^" }, "devDependencies": { - "@biomejs/biome": "2.5.9", + "@biomejs/biome": "2.5.10", "@swc/cli": "^0.8.1", "@swc/core": "^1.16.1", "@types/chai": "^5.2.3", "@types/mocha": "^10.0.10", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "@types/sinon": "^22.0.0", "c8": "^12.0.0", "chai": "^6.2.2", diff --git a/yarn.lock b/yarn.lock index 164878ad5..1e5d82a4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,18 +12,18 @@ __metadata: languageName: node linkType: hard -"@biomejs/biome@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/biome@npm:2.5.9" +"@biomejs/biome@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/biome@npm:2.5.10" dependencies: - "@biomejs/cli-darwin-arm64": "npm:2.5.9" - "@biomejs/cli-darwin-x64": "npm:2.5.9" - "@biomejs/cli-linux-arm64": "npm:2.5.9" - "@biomejs/cli-linux-arm64-musl": "npm:2.5.9" - "@biomejs/cli-linux-x64": "npm:2.5.9" - "@biomejs/cli-linux-x64-musl": "npm:2.5.9" - "@biomejs/cli-win32-arm64": "npm:2.5.9" - "@biomejs/cli-win32-x64": "npm:2.5.9" + "@biomejs/cli-darwin-arm64": "npm:2.5.10" + "@biomejs/cli-darwin-x64": "npm:2.5.10" + "@biomejs/cli-linux-arm64": "npm:2.5.10" + "@biomejs/cli-linux-arm64-musl": "npm:2.5.10" + "@biomejs/cli-linux-x64": "npm:2.5.10" + "@biomejs/cli-linux-x64-musl": "npm:2.5.10" + "@biomejs/cli-win32-arm64": "npm:2.5.10" + "@biomejs/cli-win32-x64": "npm:2.5.10" dependenciesMeta: "@biomejs/cli-darwin-arm64": optional: true @@ -43,62 +43,62 @@ __metadata: optional: true bin: biome: bin/biome - checksum: 10c0/c3b7e47a1a51df2850ed5e82322e8ff58fd5ea19ec5035c5d8dedd6cc46f8e8e1fd6fd038191616738a9b42ced1f9b6674f88c73fea1a07edb450db9c94acf24 + checksum: 10c0/486653f389d235abf2f899e6b1bc5ec548905d89f15ce5a3c60f673ed4c473eabdf9ad9cebbe5c1ef080739ebdda88402c58f64e2a055af3e319126f0fec1e93 languageName: node linkType: hard -"@biomejs/cli-darwin-arm64@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-darwin-arm64@npm:2.5.9" +"@biomejs/cli-darwin-arm64@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-darwin-arm64@npm:2.5.10" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@biomejs/cli-darwin-x64@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-darwin-x64@npm:2.5.9" +"@biomejs/cli-darwin-x64@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-darwin-x64@npm:2.5.10" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@biomejs/cli-linux-arm64-musl@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-linux-arm64-musl@npm:2.5.9" +"@biomejs/cli-linux-arm64-musl@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-linux-arm64-musl@npm:2.5.10" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@biomejs/cli-linux-arm64@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-linux-arm64@npm:2.5.9" +"@biomejs/cli-linux-arm64@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-linux-arm64@npm:2.5.10" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@biomejs/cli-linux-x64-musl@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-linux-x64-musl@npm:2.5.9" +"@biomejs/cli-linux-x64-musl@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-linux-x64-musl@npm:2.5.10" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@biomejs/cli-linux-x64@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-linux-x64@npm:2.5.9" +"@biomejs/cli-linux-x64@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-linux-x64@npm:2.5.10" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@biomejs/cli-win32-arm64@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-win32-arm64@npm:2.5.9" +"@biomejs/cli-win32-arm64@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-win32-arm64@npm:2.5.10" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@biomejs/cli-win32-x64@npm:2.5.9": - version: 2.5.9 - resolution: "@biomejs/cli-win32-x64@npm:2.5.9" +"@biomejs/cli-win32-x64@npm:2.5.10": + version: 2.5.10 + resolution: "@biomejs/cli-win32-x64@npm:2.5.10" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -114,7 +114,7 @@ __metadata: version: 0.0.0-use.local resolution: "@discordeno/bot@workspace:packages/bot" dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" "@discordeno/gateway": "workspace:^" "@discordeno/rest": "workspace:^" "@discordeno/types": "workspace:^" @@ -123,7 +123,7 @@ __metadata: "@swc/core": "npm:^1.16.1" "@types/chai": "npm:^5.2.3" "@types/mocha": "npm:^10.0.10" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" "@types/sinon": "npm:^22.0.0" c8: "npm:^12.0.0" chai: "npm:^6.2.2" @@ -139,14 +139,14 @@ __metadata: version: 0.0.0-use.local resolution: "@discordeno/gateway@workspace:packages/gateway" dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" "@discordeno/types": "workspace:^" "@discordeno/utils": "workspace:^" "@swc/cli": "npm:^0.8.1" "@swc/core": "npm:^1.16.1" "@types/chai": "npm:^5.2.3" "@types/mocha": "npm:^10.0.10" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" "@types/sinon": "npm:^22.0.0" "@types/ws": "npm:^8.18.1" c8: "npm:^12.0.0" @@ -164,7 +164,7 @@ __metadata: version: 0.0.0-use.local resolution: "@discordeno/rest@workspace:packages/rest" dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" "@discordeno/types": "workspace:^" "@discordeno/utils": "workspace:^" "@swc/cli": "npm:^0.8.1" @@ -172,7 +172,7 @@ __metadata: "@types/chai": "npm:^5.2.3" "@types/chai-as-promised": "npm:^8.0.2" "@types/mocha": "npm:^10.0.10" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" "@types/sinon": "npm:^22.0.0" c8: "npm:^12.0.0" chai: "npm:^6.2.2" @@ -189,11 +189,11 @@ __metadata: version: 0.0.0-use.local resolution: "@discordeno/types@workspace:packages/types" dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" "@swc/cli": "npm:^0.8.1" "@swc/core": "npm:^1.16.1" "@types/mocha": "npm:^10.0.10" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" c8: "npm:^12.0.0" mocha: "npm:^11.8.0" tsconfig: "npm:*" @@ -206,13 +206,13 @@ __metadata: version: 0.0.0-use.local resolution: "@discordeno/utils@workspace:packages/utils" dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" "@discordeno/types": "workspace:^" "@swc/cli": "npm:^0.8.1" "@swc/core": "npm:^1.16.1" "@types/chai": "npm:^5.2.3" "@types/mocha": "npm:^10.0.10" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" "@types/sinon": "npm:^22.0.0" c8: "npm:^12.0.0" chai: "npm:^6.2.2" @@ -946,44 +946,44 @@ __metadata: languageName: node linkType: hard -"@turbo/darwin-64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/darwin-64@npm:2.10.11" +"@turbo/darwin-64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/darwin-64@npm:2.10.12" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@turbo/darwin-arm64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/darwin-arm64@npm:2.10.11" +"@turbo/darwin-arm64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/darwin-arm64@npm:2.10.12" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@turbo/linux-64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/linux-64@npm:2.10.11" +"@turbo/linux-64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/linux-64@npm:2.10.12" conditions: (os=android | os=linux) & cpu=x64 languageName: node linkType: hard -"@turbo/linux-arm64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/linux-arm64@npm:2.10.11" +"@turbo/linux-arm64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/linux-arm64@npm:2.10.12" conditions: (os=android | os=linux) & cpu=arm64 languageName: node linkType: hard -"@turbo/windows-64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/windows-64@npm:2.10.11" +"@turbo/windows-64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/windows-64@npm:2.10.12" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@turbo/windows-arm64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/windows-arm64@npm:2.10.11" +"@turbo/windows-arm64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/windows-arm64@npm:2.10.12" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -1053,12 +1053,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^26.2.0": - version: 26.2.0 - resolution: "@types/node@npm:26.2.0" +"@types/node@npm:^26.4.0": + version: 26.4.0 + resolution: "@types/node@npm:26.4.0" dependencies: undici-types: "npm:~8.3.0" - checksum: 10c0/f8566d88162241eb55a46f7e4ea097188eab0aaafefea7a58e63adab8c4144eb98c08b7911452c846104c339a0f82282f5e1ed4b26b578d60709614fe2843f4d + checksum: 10c0/e6fc94ea3b58fb8040b38c465dec1c53c1fd9d2c092c81f699d28799726baf59f12e1600318e79e8e6f985bb919dab6ae820180b942b8e38c51acaad63e8aada languageName: node linkType: hard @@ -1610,12 +1610,12 @@ __metadata: version: 0.0.0-use.local resolution: "discordeno-monorepo@workspace:." dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" husky: "npm:^9.1.7" - lint-staged: "npm:^17.3.0" - turbo: "npm:^2.10.11" + lint-staged: "npm:^17.4.1" + turbo: "npm:^2.10.12" typedoc: "npm:^0.28.20" - typedoc-plugin-markdown: "npm:^4.12.0" + typedoc-plugin-markdown: "npm:^4.13.0" typescript: "npm:^6.0.3" languageName: unknown linkType: soft @@ -1624,7 +1624,7 @@ __metadata: version: 0.0.0-use.local resolution: "discordeno@workspace:packages/discordeno" dependencies: - "@biomejs/biome": "npm:2.5.9" + "@biomejs/biome": "npm:2.5.10" "@discordeno/bot": "workspace:^" "@discordeno/gateway": "workspace:^" "@discordeno/rest": "workspace:^" @@ -1634,7 +1634,7 @@ __metadata: "@swc/core": "npm:^1.16.1" "@types/chai": "npm:^5.2.3" "@types/mocha": "npm:^10.0.10" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" c8: "npm:^12.0.0" chai: "npm:^6.2.2" mocha: "npm:^11.8.0" @@ -2298,20 +2298,20 @@ __metadata: languageName: node linkType: hard -"lint-staged@npm:^17.3.0": - version: 17.3.0 - resolution: "lint-staged@npm:17.3.0" +"lint-staged@npm:^17.4.1": + version: 17.4.1 + resolution: "lint-staged@npm:17.4.1" dependencies: - picomatch: "npm:^4.0.5" + picomatch: "npm:^4.0.7" string-argv: "npm:^0.3.2" - tinyexec: "npm:^1.2.4" + tinyexec: "npm:^1.3.0" yaml: "npm:^2.9.0" dependenciesMeta: yaml: optional: true bin: lint-staged: bin/lint-staged.js - checksum: 10c0/48703bf88fd834a5575b4f7fc77aadc7be21017ca66db4255b8962515f7b3df523ec23a1f198fb89eddc838268f2472a613723a7b058ad9260367a1698ce76e1 + checksum: 10c0/a9d30836ee0b1fecca98f47bb4f1de013928ea6a6fef137abae83c0c009cf2731b6cc02e576dffbeb42a1c05c47ab633be13935e6938805f7e9df5ab59c5c749 languageName: node linkType: hard @@ -2682,13 +2682,20 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:^4.0.4, picomatch@npm:^4.0.5": +"picomatch@npm:^4.0.4": version: 4.0.5 resolution: "picomatch@npm:4.0.5" checksum: 10c0/947bc6b6e1ff1e6c5aaf95b107a0839d12802f4f7b867663f67d47accba939ca1cb582cf99dfc30438efa1c4648ac5990967e783e8929c36b03e8440704ef1bd languageName: node linkType: hard +"picomatch@npm:^4.0.7": + version: 4.0.7 + resolution: "picomatch@npm:4.0.7" + checksum: 10c0/beb6ae02c43ae44e84883b90830196d9046b1726ead292adcf7f57945e0bb0d992d68563d87e03b484b6f3c9a5c6defda7523477f047d7f0e663f126cc01787f + languageName: node + linkType: hard + "piscina@npm:^4.3.1": version: 4.9.3 resolution: "piscina@npm:4.9.3" @@ -3097,10 +3104,10 @@ __metadata: languageName: node linkType: hard -"tinyexec@npm:^1.2.4": - version: 1.2.4 - resolution: "tinyexec@npm:1.2.4" - checksum: 10c0/153b8db6b080194b558ff145b9cffc36b80a6e07babd644dcfbe49c807eee668c876049d28bdee90b96304476f883352f2dad91b3f86bc23832532f4363e66ff +"tinyexec@npm:^1.3.0": + version: 1.3.0 + resolution: "tinyexec@npm:1.3.0" + checksum: 10c0/e9b89f97489d2aab2cef408da279e6b32547e738d1275032ccb8fd0028a006d93eb70fc51c6cffd9fc2f5aca6c2a273d8b6f73b52d46ee5116da6b94969ef958 languageName: node linkType: hard @@ -3146,16 +3153,16 @@ __metadata: languageName: node linkType: hard -"turbo@npm:^2.10.11": - version: 2.10.11 - resolution: "turbo@npm:2.10.11" +"turbo@npm:^2.10.12": + version: 2.10.12 + resolution: "turbo@npm:2.10.12" dependencies: - "@turbo/darwin-64": "npm:2.10.11" - "@turbo/darwin-arm64": "npm:2.10.11" - "@turbo/linux-64": "npm:2.10.11" - "@turbo/linux-arm64": "npm:2.10.11" - "@turbo/windows-64": "npm:2.10.11" - "@turbo/windows-arm64": "npm:2.10.11" + "@turbo/darwin-64": "npm:2.10.12" + "@turbo/darwin-arm64": "npm:2.10.12" + "@turbo/linux-64": "npm:2.10.12" + "@turbo/linux-arm64": "npm:2.10.12" + "@turbo/windows-64": "npm:2.10.12" + "@turbo/windows-arm64": "npm:2.10.12" dependenciesMeta: "@turbo/darwin-64": optional: true @@ -3171,7 +3178,7 @@ __metadata: optional: true bin: turbo: bin/turbo - checksum: 10c0/685e8241c72ae8e1dffa33a6625ffbb4d6b2a2fb6ae8cc288c0203bbe6ac045fd27709880df28da16ccf01821e98332c007f3311436c48ebbd1b649f25f1d2a2 + checksum: 10c0/bc912180b8c00f88be0672223c6cf8b61e05f113a93574d3bcb7343f9391ee03c115afc4468c76c4dfcbd9ee4a6564b025762dad9aefe53a91e02ff62613d9be languageName: node linkType: hard @@ -3196,12 +3203,12 @@ __metadata: languageName: node linkType: hard -"typedoc-plugin-markdown@npm:^4.12.0": - version: 4.12.0 - resolution: "typedoc-plugin-markdown@npm:4.12.0" +"typedoc-plugin-markdown@npm:^4.13.0": + version: 4.13.0 + resolution: "typedoc-plugin-markdown@npm:4.13.0" peerDependencies: typedoc: 0.28.x - checksum: 10c0/2977f5c3d98f778e02952ab2e6d47d0ec5245a84f459dc6727d34698e78d1837211a01ce568529671681d4f67117476a45caba33097de5f88d2feeb0d443507d + checksum: 10c0/a75f7e4ce164444b1046dcd55bd90ef3bffc41d5902ce7e05c1c3aece031e22374148fdfdae59a5f3b0f73c55aefb27675fd1768e0564db165707152c7f24745 languageName: node linkType: hard