From 7a9acec34fbac7729658acad87f20ac2b2c71597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:10:03 -0700 Subject: [PATCH 1/2] chore(deps): bump typedoc-plugin-markdown from 4.2.3 to 4.2.7 (#2536) Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.2.3 to 4.2.7. - [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.2.7/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c441ebc5e0..3316a14696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "pm2": "^5.4.0", "redis": "^4.7.0", "rrule": "^2.8.1", - "typedoc-plugin-markdown": "^4.2.3", + "typedoc-plugin-markdown": "^4.2.7", "uuid": "^10.0.0", "validator": "^13.12.0", "winston": "^3.14.2", @@ -16063,9 +16063,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.3.tgz", - "integrity": "sha512-esucQj79SFYOv0f5XVha7QWdLUH5C5HRlDf7Z8CXzHedmVPn7jox6Gt7FdoBXN8AFxyHpa3Lbuxu65Dobwt+4Q==", + "version": "4.2.7", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.2.7.tgz", + "integrity": "sha512-bLsQdweSm48P9j6kGqQ3/4GCH5zu2EnURSkkxqirNc+uVFE9YK825ogDw+WbNkRHIV6eZK/1U43gT7YfglyYOg==", "engines": { "node": ">= 18" }, diff --git a/package.json b/package.json index 0f2a857e5d..8035697143 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "pm2": "^5.4.0", "redis": "^4.7.0", "rrule": "^2.8.1", - "typedoc-plugin-markdown": "^4.2.3", + "typedoc-plugin-markdown": "^4.2.7", "uuid": "^10.0.0", "validator": "^13.12.0", "winston": "^3.14.2", From c952c7a3bfd4b8b910fbae10313f5402ade5a9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:10:18 -0700 Subject: [PATCH 2/2] chore(deps): bump tsx from 4.19.0 to 4.19.1 (#2537) Bumps [tsx](https://github.com/privatenumber/tsx) from 4.19.0 to 4.19.1. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3316a14696..24c630bdc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "lint-staged": "^15.2.10", "prettier": "^3.3.3", "rimraf": "^6.0.1", - "tsx": "^4.19.0", + "tsx": "^4.19.1", "typescript": "^5.5.4", "vitest": "^2.0.5" } @@ -15876,9 +15876,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsx": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", - "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", + "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", "dev": true, "dependencies": { "esbuild": "~0.23.0", diff --git a/package.json b/package.json index 8035697143..134aca3141 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "lint-staged": "^15.2.10", "prettier": "^3.3.3", "rimraf": "^6.0.1", - "tsx": "^4.19.0", + "tsx": "^4.19.1", "typescript": "^5.5.4", "vitest": "^2.0.5" },