Skip to content

Commit f51ae94

Browse files
fix(deps): bump @salesforce/ts-types from 1.5.20 to 1.5.21
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>
1 parent 6c20784 commit f51ae94

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-release-management",
33
"description": "A plugin for preparing and publishing npm packages",
4-
"version": "3.4.0",
4+
"version": "3.4.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"bin": {
@@ -15,7 +15,7 @@
1515
"@salesforce/kit": "^1.6.0",
1616
"@salesforce/plugin-command-reference": "^1.4.0",
1717
"@salesforce/plugin-trust": "^2.0.4",
18-
"@salesforce/ts-types": "^1.5.20",
18+
"@salesforce/ts-types": "^1.5.21",
1919
"agent-base": "^6.0.2",
2020
"aws-sdk": "^2.1043.0",
2121
"chalk": "^4.1.0",
@@ -67,7 +67,7 @@
6767
"shx": "0.3.4",
6868
"sinon": "10.0.0",
6969
"ts-node": "^10.0.0",
70-
"typescript": "^4.1.3"
70+
"typescript": "^4.8.3"
7171
},
7272
"config": {
7373
"commitizen": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,10 +1311,10 @@
13111311
sinon "^5.1.1"
13121312
tslib "^2.2.0"
13131313

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

@@ -8666,10 +8666,10 @@ typedoc@0.22.18:
86668666
minimatch "^5.1.0"
86678667
shiki "^0.10.1"
86688668

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

86748674
typescript@~4.4.3:
86758675
version "4.4.4"

0 commit comments

Comments
 (0)