Skip to content

Commit c11a620

Browse files
authored
Merge pull request #626 from forcedotcom/ew/dependabot-isomorphic-git
Allows dependabot updates of isogit
2 parents ae6badf + 7395c2c commit c11a620

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

.github/dependabot.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ updates:
1818
prefix-development: chore(dev-deps)
1919
ignore:
2020
- dependency-name: '@salesforce/dev-scripts'
21-
- dependency-name: 'isomorphic-git'
2221
- dependency-name: '*'
2322
update-types: ['version-update:semver-major']

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@oclif/core": "^4.0.6",
5353
"@salesforce/core": "^8.1.0",
5454
"@salesforce/kit": "^3.1.6",
55-
"@salesforce/source-deploy-retrieve": "^12.1.0",
55+
"@salesforce/source-deploy-retrieve": "^12.1.4",
5656
"@salesforce/ts-types": "^2.0.10",
5757
"fast-xml-parser": "^4.4.0",
5858
"graceful-fs": "^4.2.11",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -665,10 +665,10 @@
665665
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
666666
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
667667

668-
"@salesforce/source-deploy-retrieve@^12.1.0":
669-
version "12.1.0"
670-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.0.tgz#4f82d809c40fb6477f86f5d6c545c38f3f34f13f"
671-
integrity sha512-LI6hVzYTC6tl/sFnz1/sJGy1LuH+PfZHqZ7Sl9+kj4M5plgrx5R4urY1k2iuF/n/m1zYmagLmfnzE+DqQ/hbAA==
668+
"@salesforce/source-deploy-retrieve@^12.1.4":
669+
version "12.1.4"
670+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.4.tgz#c4cbb181b72bb215e24c3591df560f9bd40998b1"
671+
integrity sha512-fsf/sH504dffjcWQsiILz6DUIi3YryyJiBqkYmLeQ+kx9G+r+ToFzZBO2NMn6vp8EYE+qPmpbHiV/Qpf4y5dpw==
672672
dependencies:
673673
"@salesforce/core" "^8.1.0"
674674
"@salesforce/kit" "^3.1.6"
@@ -680,7 +680,7 @@
680680
ignore "^5.3.1"
681681
jszip "^3.10.1"
682682
mime "2.6.0"
683-
minimatch "^5.1.6"
683+
minimatch "^9.0.5"
684684
proxy-agent "^6.4.0"
685685

686686
"@salesforce/ts-types@^2.0.10":
@@ -3887,17 +3887,17 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
38873887
dependencies:
38883888
brace-expansion "^1.1.7"
38893889

3890-
minimatch@^5.0.1, minimatch@^5.1.6:
3890+
minimatch@^5.0.1:
38913891
version "5.1.6"
38923892
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
38933893
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
38943894
dependencies:
38953895
brace-expansion "^2.0.1"
38963896

3897-
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4:
3898-
version "9.0.4"
3899-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
3900-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
3897+
minimatch@^9.0.1, minimatch@^9.0.3, minimatch@^9.0.4, minimatch@^9.0.5:
3898+
version "9.0.5"
3899+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3900+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
39013901
dependencies:
39023902
brace-expansion "^2.0.1"
39033903

0 commit comments

Comments
 (0)