Skip to content

Commit 1770794

Browse files
fix(deps): bump @salesforce/templates from 62.0.3 to 62.0.5
Bumps [@salesforce/templates](https://github.com/forcedotcom/salesforcedx-templates) from 62.0.3 to 62.0.5. - [Release notes](https://github.com/forcedotcom/salesforcedx-templates/releases) - [Changelog](https://github.com/forcedotcom/salesforcedx-templates/blob/main/CHANGELOG.md) - [Commits](forcedotcom/salesforcedx-templates@62.0.3...62.0.5) --- updated-dependencies: - dependency-name: "@salesforce/templates" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1b5ccf commit 1770794

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@salesforce/core": "^8.6.2",
99
"@salesforce/sf-plugins-core": "^12",
10-
"@salesforce/templates": "^62.0.3"
10+
"@salesforce/templates": "^62.0.5"
1111
},
1212
"devDependencies": {
1313
"@oclif/plugin-command-snapshot": "^5.2.22",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,10 +1982,10 @@
19821982
cli-progress "^3.12.0"
19831983
terminal-link "^3.0.0"
19841984

1985-
"@salesforce/templates@^62.0.3":
1986-
version "62.0.3"
1987-
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-62.0.3.tgz#290610b5bc2bb2d80ef598d04589fd64c56799a8"
1988-
integrity sha512-lkslMdr/rnmKYVexlHwpXmjo1A+ZrkQf//acpl+T37KBi6yFJX4YujcX9axVOigM0py0/mGE+Bj2mMcc8VUJqg==
1985+
"@salesforce/templates@^62.0.5":
1986+
version "62.0.5"
1987+
resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-62.0.5.tgz#ec0b76c699394abb4724f2b344e6b810d55e005a"
1988+
integrity sha512-W/QZsxYQMjX40NmBusxjP/bquGLZDaSu5AjFq46dffgCBAdNBAB9YCKzRnFPa9ReCi3PJyDTQl7QpqeHyMXnJQ==
19891989
dependencies:
19901990
"@salesforce/kit" "^3.2.3"
19911991
ejs "^3.1.10"
@@ -1994,7 +1994,7 @@
19941994
mime-types "^2.1.35"
19951995
proxy-from-env "^1.1.0"
19961996
tar "^6.2.1"
1997-
tslib "^2.6.2"
1997+
tslib "^2.8.1"
19981998

19991999
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
20002000
version "2.0.12"
@@ -7843,10 +7843,10 @@ tsconfig-paths@^3.15.0:
78437843
minimist "^1.2.6"
78447844
strip-bom "^3.0.0"
78457845

7846-
tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
7847-
version "2.6.3"
7848-
resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz"
7849-
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
7846+
tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.8.1:
7847+
version "2.8.1"
7848+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
7849+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
78507850

78517851
tunnel-agent@*, tunnel-agent@^0.6.0:
78527852
version "0.6.0"

0 commit comments

Comments
 (0)