Skip to content

Commit 4b74158

Browse files
authored
Merge pull request #403 from forcedotcom/devScripts2024-09-08
refactor: devScripts update
2 parents 75e4d53 + 1147d5e commit 4b74158

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"proxy-agent": "^6.4.0"
4848
},
4949
"devDependencies": {
50-
"@salesforce/dev-scripts": "^10.2.9",
50+
"@salesforce/dev-scripts": "^10.2.10",
5151
"ts-node": "^10.9.2",
5252
"typescript": "^5.5.4"
5353
},

yarn.lock

+6-29
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@azure/abort-controller@^1.0.0":
19-
version "1.1.0"
20-
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-1.1.0.tgz#788ee78457a55af8a1ad342acb182383d2119249"
21-
integrity sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==
22-
dependencies:
23-
tslib "^2.2.0"
24-
2518
"@azure/abort-controller@^2.0.0":
2619
version "2.1.2"
2720
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.1.2.tgz#42fe0ccab23841d9905812c58f1082d27784566d"
@@ -59,15 +52,7 @@
5952
dependencies:
6053
tslib "^2.2.0"
6154

62-
"@azure/core-util@^1.1.0":
63-
version "1.4.0"
64-
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.4.0.tgz#c120a56b3e48a9e4d20619a0b00268ae9de891c7"
65-
integrity sha512-eGAyJpm3skVQoLiRqm/xPa+SXi/NPDdSHMxbRAz2lSprd+Zs+qrpQGQQ2VQ3Nttu+nSZR4XoYQC71LbEI7jsig==
66-
dependencies:
67-
"@azure/abort-controller" "^1.0.0"
68-
tslib "^2.2.0"
69-
70-
"@azure/core-util@^1.9.0":
55+
"@azure/core-util@^1.1.0", "@azure/core-util@^1.9.0":
7156
version "1.9.2"
7257
resolved "https://registry.yarnpkg.com/@azure/core-util/-/core-util-1.9.2.tgz#1dc37dc5b0dae34c578be62cf98905ba7c0cafe7"
7358
integrity sha512-l1Qrqhi4x1aekkV+OlcqsJa4AnAkj5p0JV8omgwjaV9OAbP41lvrMvs+CptfetKkeEaGRGSzby7sjPZEX7+kkQ==
@@ -665,10 +650,10 @@
665650
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
666651
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
667652

668-
"@salesforce/dev-scripts@^10.2.9":
669-
version "10.2.9"
670-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.9.tgz#c107c177de6c8b282d5eee95e1c04e71f80650b6"
671-
integrity sha512-kjICKRzDmkyfB78D+mAoOxdKChv5NAAQMzGYqGIPxNHTG2f9J0/sfjEJsWt+4gZAnAD8unS0MsPoKQqi2BDMNg==
653+
"@salesforce/dev-scripts@^10.2.10":
654+
version "10.2.10"
655+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.10.tgz#6aca3c6a0926b5ed0710d1f21a940687ff994e58"
656+
integrity sha512-4vYRV5PvssKWfsnOOAXDvYfHaj2M3bCprlGcZBGnPAi52cNzoj9GcOmC1RRrPdQmHL4vWZvSiqgRgVLKQQdfkw==
672657
dependencies:
673658
"@commitlint/cli" "^17.1.2"
674659
"@commitlint/config-conventional" "^17.8.1"
@@ -2951,22 +2936,14 @@ https-proxy-agent@^5.0.0:
29512936
agent-base "6"
29522937
debug "4"
29532938

2954-
https-proxy-agent@^7.0.0:
2939+
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
29552940
version "7.0.5"
29562941
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz#9e8b5013873299e11fab6fd548405da2d6c602b2"
29572942
integrity sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==
29582943
dependencies:
29592944
agent-base "^7.0.2"
29602945
debug "4"
29612946

2962-
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
2963-
version "7.0.4"
2964-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
2965-
integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
2966-
dependencies:
2967-
agent-base "^7.0.2"
2968-
debug "4"
2969-
29702947
human-signals@^1.1.1:
29712948
version "1.1.1"
29722949
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"

0 commit comments

Comments
 (0)