From 2c1119ed393ebdc30e14f8bd9402659f5327b93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 16:34:53 +0000 Subject: [PATCH] fix(deps): bump @salesforce/ts-types from 2.0.4 to 2.0.5 Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/forcedotcom/ts-types/releases) - [Changelog](https://github.com/forcedotcom/ts-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/forcedotcom/ts-types/compare/2.0.4...2.0.5) --- updated-dependencies: - dependency-name: "@salesforce/ts-types" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e095611..1c345e6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lib/**/*.d.ts" ], "dependencies": { - "@salesforce/ts-types": "^2.0.4", + "@salesforce/ts-types": "^2.0.5", "sinon": "^5.1.1", "tslib": "^2.6.0" }, diff --git a/yarn.lock b/yarn.lock index 3f4fb97..ce08cfe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -538,10 +538,10 @@ resolved "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0" integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg== -"@salesforce/ts-types@^2.0.4": - version "2.0.4" - resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.4.tgz#3508082ca86edd8880123204f60c0914370533d2" - integrity sha512-rdpqka+oEhSU0t672LSo2VWiEw/LX4YoGaeciiTZidwmTkGxSCN/JPz+AQdnRagj32sKeVaaeC5JhOYs7uBzNg== +"@salesforce/ts-types@^2.0.5": + version "2.0.5" + resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.5.tgz#5471236522588e08c094fc3fda27761e6ec935fa" + integrity sha512-X91De9ZK/X86lYcFAzoAt/pPeY6Lf+G7LyAJRx3FuYpdc+nocvniUnnJGXwSmyKMMxW2NifvQgST7FTZLZ5REA== dependencies: tslib "^2.6.0"