Skip to content

Commit

Permalink
fix(deps): bump @salesforce/ts-types from 1.5.20 to 1.5.21
Browse files Browse the repository at this point in the history
Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 1.5.20 to 1.5.21.
- [Release notes](https://github.com/forcedotcom/ts-types/releases)
- [Changelog](https://github.com/forcedotcom/ts-types/blob/v1.5.21/CHANGELOG.md)
- [Commits](https://github.com/forcedotcom/ts-types/commits/v1.5.21)

---
updated-dependencies:
- dependency-name: "@salesforce/ts-types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2022
1 parent 6c20784 commit f51ae94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-release-management",
"description": "A plugin for preparing and publishing npm packages",
"version": "3.4.0",
"version": "3.4.1",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"bin": {
Expand All @@ -15,7 +15,7 @@
"@salesforce/kit": "^1.6.0",
"@salesforce/plugin-command-reference": "^1.4.0",
"@salesforce/plugin-trust": "^2.0.4",
"@salesforce/ts-types": "^1.5.20",
"@salesforce/ts-types": "^1.5.21",
"agent-base": "^6.0.2",
"aws-sdk": "^2.1043.0",
"chalk": "^4.1.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"shx": "0.3.4",
"sinon": "10.0.0",
"ts-node": "^10.0.0",
"typescript": "^4.1.3"
"typescript": "^4.8.3"
},
"config": {
"commitizen": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1311,10 +1311,10 @@
sinon "^5.1.1"
tslib "^2.2.0"

"@salesforce/ts-types@^1.5.20":
version "1.5.20"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.5.20.tgz#f6875a710ceca48223b240026a14af6d3b39882f"
integrity sha512-Ov6um4CWd63EvkRavkHG0J/P9XYL55sdkDWPMr7+AIgqh5flHxDRz09/C4e9M94aX30rzJxW4TVX6EBf4Cu2BQ==
"@salesforce/ts-types@^1.5.20", "@salesforce/ts-types@^1.5.21":
version "1.5.21"
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.5.21.tgz#e62784872f0e74bf4ae13381dc58aa4644ee2df3"
integrity sha512-qG8r8WOzqpFOHaH3EGU3IwGrY/pSv9NQp4B0wGxOuPDBbraXVvd3KhWVStxaLGKBkJClJ7/+t+iCSP82sEiGcg==
dependencies:
tslib "^2.2.0"

Expand Down Expand Up @@ -8666,10 +8666,10 @@ typedoc@0.22.18:
minimatch "^5.1.0"
shiki "^0.10.1"

typescript@^4.1.3, typescript@^4.4.3:
version "4.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==
typescript@^4.1.3, typescript@^4.4.3, typescript@^4.8.3:
version "4.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

typescript@~4.4.3:
version "4.4.4"
Expand Down

0 comments on commit f51ae94

Please sign in to comment.