From 2a22877303ba5955c368fe72fdcde313830fc1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 22:06:01 +0000 Subject: [PATCH] Bump ts-retry from 4.2.0 to 4.2.1 Bumps [ts-retry](https://github.com/franckLdx/ts-retry) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/franckLdx/ts-retry/releases) - [Changelog](https://github.com/franckLdx/ts-retry/blob/master/changelog.md) - [Commits](https://github.com/franckLdx/ts-retry/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: ts-retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c9c936..5072047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@sindresorhus/string-hash": "^1.2.0", - "ts-retry": "^4.2.0" + "ts-retry": "^4.2.1" }, "devDependencies": { "@types/jest": "^27.5.0", @@ -6535,9 +6535,9 @@ } }, "node_modules/ts-retry": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/ts-retry/-/ts-retry-4.2.0.tgz", - "integrity": "sha512-VLKEV7XOL59v3zZvbx5mfxUOKZ9Wb8mifIqGCOjMCkCNuSrHMuGnpgaEITioxfMacZQ2v/qP+IgmyDa/OwL71w==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ts-retry/-/ts-retry-4.2.1.tgz", + "integrity": "sha512-Q6vaHQZL6pEHYts75M6GvC6eSnnZwGOxLIz9Lva/22JvvcOdy7/pSmwhr/fOdz7zHoNDMKoq4mCJ+E+DSFtG/Q==" }, "node_modules/tsconfig-paths": { "version": "3.12.0", @@ -11976,9 +11976,9 @@ } }, "ts-retry": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/ts-retry/-/ts-retry-4.2.0.tgz", - "integrity": "sha512-VLKEV7XOL59v3zZvbx5mfxUOKZ9Wb8mifIqGCOjMCkCNuSrHMuGnpgaEITioxfMacZQ2v/qP+IgmyDa/OwL71w==" + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/ts-retry/-/ts-retry-4.2.1.tgz", + "integrity": "sha512-Q6vaHQZL6pEHYts75M6GvC6eSnnZwGOxLIz9Lva/22JvvcOdy7/pSmwhr/fOdz7zHoNDMKoq4mCJ+E+DSFtG/Q==" }, "tsconfig-paths": { "version": "3.12.0", diff --git a/package.json b/package.json index 1b67a7e..13c5a61 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@sindresorhus/string-hash": "^1.2.0", - "ts-retry": "^4.2.0" + "ts-retry": "^4.2.1" }, "devDependencies": { "@types/jest": "^27.5.0",