From 585ac63ea7e86b13543705344567620c9f9f7f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:46:18 +0000 Subject: [PATCH] fix(deps): bump @salesforce/ts-types from 2.0.9 to 2.0.10 Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 2.0.9 to 2.0.10. - [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.9...2.0.10) --- 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 | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index c3f5d487..52ca21d8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@salesforce/core": "^7.4.1", "@salesforce/kit": "^3.1.4", - "@salesforce/ts-types": "^2.0.9", + "@salesforce/ts-types": "^2.0.10", "@types/shelljs": "^0.8.15", "debug": "^4.3.5", "jszip": "^3.10.1", diff --git a/yarn.lock b/yarn.lock index 5b362250..1653fc6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -637,12 +637,10 @@ sinon "^5.1.1" tslib "^2.6.3" -"@salesforce/ts-types@^2.0.9": - version "2.0.9" - resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5" - integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA== - dependencies: - tslib "^2.6.2" +"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.9": + version "2.0.10" + resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.10.tgz#f2107a52b60be6c3fe712f4d40aafad48c6bebe0" + integrity sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w== "@sindresorhus/is@^4": version "4.6.0"