From 427e5d3d2b5a746f54f3e77e4d7404998894c99b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 23:20:07 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/release.yml | 2 +- package.json | 4 ++-- packages/history-sdk/package.json | 2 +- packages/importapi-sdk/package.json | 2 +- packages/platform-sdk/package.json | 2 +- packages/ts-sdk-apm/package.json | 2 +- yarn.lock | 23 +++++++++-------------- 7 files changed, 16 insertions(+), 21 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1622e6a1e..75f68562c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: run: rm -rf reference.txt continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1 + - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 if: steps.changesets.outputs.published == 'true' with: branch: after-release diff --git a/package.json b/package.json index 69c75969d..b98b26ee7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@manypkg/cli": "0.23.0", "@preconstruct/cli": "2.8.10", "@types/jest": "29.5.14", - "@types/node": "^20.0.0", + "@types/node": "^20.17.12", "axios": "^1.7.7", "babel-jest": "29.7.0", "clean-webpack-plugin": "^4.0.0", @@ -62,7 +62,7 @@ "ts-loader": "^9.2.6", "tsc-files": "1.1.4", "typedoc": "^0.27.0", - "typescript": "5.7.2", + "typescript": "5.7.3", "webpack": "^5.53.0", "webpack-cli": "^6.0.0", "webpack-node-externals": "^3.0.0" diff --git a/packages/history-sdk/package.json b/packages/history-sdk/package.json index ebc6bd214..a81c11f8d 100644 --- a/packages/history-sdk/package.json +++ b/packages/history-sdk/package.json @@ -42,7 +42,7 @@ "@types/uuid": "10.0.0", "organize-imports-cli": "0.10.0", "tsconfig-replace-paths": "0.0.14", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "scripts": { "remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated", diff --git a/packages/importapi-sdk/package.json b/packages/importapi-sdk/package.json index 9622c0938..a299b1408 100644 --- a/packages/importapi-sdk/package.json +++ b/packages/importapi-sdk/package.json @@ -41,7 +41,7 @@ "@types/uuid": "10.0.0", "organize-imports-cli": "0.10.0", "tsconfig-replace-paths": "0.0.14", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "scripts": { "remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated", diff --git a/packages/platform-sdk/package.json b/packages/platform-sdk/package.json index 043f87160..bb3532e35 100644 --- a/packages/platform-sdk/package.json +++ b/packages/platform-sdk/package.json @@ -36,7 +36,7 @@ "@types/uuid": "10.0.0", "organize-imports-cli": "0.10.0", "tsconfig-replace-paths": "0.0.14", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "scripts": { "remove_path_alias": "tsconfig-replace-paths --project tsconfig-declarations.json -s ./src/generated -o ./src/generated", diff --git a/packages/ts-sdk-apm/package.json b/packages/ts-sdk-apm/package.json index ba134b511..5d59d9d91 100644 --- a/packages/ts-sdk-apm/package.json +++ b/packages/ts-sdk-apm/package.json @@ -14,7 +14,7 @@ "@opentelemetry/sdk-node": "^0.57.0", "dd-trace": "^5.31.0", "newrelic": "^12.10.0", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index 9c6fcc3df..a93628da0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3175,10 +3175,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240" integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ== -"@types/node@^20.0.0": - version "20.17.12" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.12.tgz#ee3b7d25a522fd95608c1b3f02921c97b93fcbd6" - integrity sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw== +"@types/node@^20.17.12": + version "20.17.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.13.tgz#26a7d3e72724ed73bc2fd39a66a2ab17e6e19a00" + integrity sha512-RNf+4dEeV69PIvyp++4IKM2vnLXtmp/JovfeQm5P5+qpKb6wHoH7INywLdZ7z+gVX46kgBP/fwJJvZYaHxtdyw== dependencies: undici-types "~6.19.2" @@ -8649,12 +8649,7 @@ typedoc@^0.27.0: minimatch "^9.0.5" yaml "^2.6.1" -typescript@5.7.2: - version "5.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" - integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== - -"typescript@^4.6.4 || ^5.2.2": +typescript@5.7.3, "typescript@^4.6.4 || ^5.2.2": version "5.7.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== @@ -8767,10 +8762,10 @@ util@^0.12.4, util@^0.12.5: is-typed-array "^1.1.3" which-typed-array "^1.1.2" -uuid@11.0.4: - version "11.0.4" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.4.tgz#37943977894ef806d2919a7ca3f89d6e23c60bac" - integrity sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg== +uuid@11.0.5: + version "11.0.5" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.5.tgz#07b46bdfa6310c92c3fb3953a8720f170427fc62" + integrity sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA== uuid@^8.0.0, uuid@^8.3.2: version "8.3.2"