From ecd00cf52023115db570e18825901043d4e75443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:28:26 +0000 Subject: [PATCH] Bump ts-retry from 4.2.0 to 4.2.2 Bumps [ts-retry](https://github.com/franckLdx/ts-retry) from 4.2.0 to 4.2.2. - [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.2) --- 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..be553de 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.2" }, "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.2", + "resolved": "https://registry.npmjs.org/ts-retry/-/ts-retry-4.2.2.tgz", + "integrity": "sha512-OPr6KC6TsY5FiAcHki/iKGS2NGe3e2zbuFIDc8RlzW9dcjIp0KISka0MABvIuiy3XYo6qW5Hy3fpsoDTr1c8/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.2", + "resolved": "https://registry.npmjs.org/ts-retry/-/ts-retry-4.2.2.tgz", + "integrity": "sha512-OPr6KC6TsY5FiAcHki/iKGS2NGe3e2zbuFIDc8RlzW9dcjIp0KISka0MABvIuiy3XYo6qW5Hy3fpsoDTr1c8/Q==" }, "tsconfig-paths": { "version": "3.12.0", diff --git a/package.json b/package.json index 1b67a7e..69ebbb4 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.2" }, "devDependencies": { "@types/jest": "^27.5.0",