Skip to content

Commit 08fea48

Browse files
committed
chore: updates from devScripts
1 parent edc3234 commit 08fea48

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@oclif/plugin-command-snapshot": "^5.2.12",
2020
"@salesforce/cli-plugins-testkit": "^5.3.25",
21-
"@salesforce/dev-scripts": "^10.2.9",
21+
"@salesforce/dev-scripts": "^10.2.11",
2222
"@salesforce/plugin-command-reference": "^3.1.16",
2323
"eslint-plugin-sf-plugin": "^1.20.4",
2424
"nock": "^13.5.4",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,10 +1377,10 @@
13771377
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
13781378
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
13791379

1380-
"@salesforce/dev-scripts@^10.2.9":
1381-
version "10.2.10"
1382-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.10.tgz#6aca3c6a0926b5ed0710d1f21a940687ff994e58"
1383-
integrity sha512-4vYRV5PvssKWfsnOOAXDvYfHaj2M3bCprlGcZBGnPAi52cNzoj9GcOmC1RRrPdQmHL4vWZvSiqgRgVLKQQdfkw==
1380+
"@salesforce/dev-scripts@^10.2.11":
1381+
version "10.2.11"
1382+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz#7f041c258bf8588f9847115cc7ad5a59b9865232"
1383+
integrity sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==
13841384
dependencies:
13851385
"@commitlint/cli" "^17.1.2"
13861386
"@commitlint/config-conventional" "^17.8.1"
@@ -7130,7 +7130,16 @@ stack-utils@^2.0.6:
71307130
dependencies:
71317131
escape-string-regexp "^2.0.0"
71327132

7133-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7133+
"string-width-cjs@npm:string-width@^4.2.0":
7134+
version "4.2.3"
7135+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7136+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7137+
dependencies:
7138+
emoji-regex "^8.0.0"
7139+
is-fullwidth-code-point "^3.0.0"
7140+
strip-ansi "^6.0.1"
7141+
7142+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
71347143
version "4.2.3"
71357144
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
71367145
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7207,7 +7216,14 @@ stringify-entities@^4.0.0:
72077216
character-entities-html4 "^2.0.0"
72087217
character-entities-legacy "^3.0.0"
72097218

7210-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7219+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7220+
version "6.0.1"
7221+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7222+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7223+
dependencies:
7224+
ansi-regex "^5.0.1"
7225+
7226+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
72117227
version "6.0.1"
72127228
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
72137229
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7839,7 +7855,7 @@ workerpool@^6.5.1:
78397855
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
78407856
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
78417857

7842-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7858+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
78437859
version "7.0.0"
78447860
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
78457861
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7857,6 +7873,15 @@ wrap-ansi@^6.2.0:
78577873
string-width "^4.1.0"
78587874
strip-ansi "^6.0.0"
78597875

7876+
wrap-ansi@^7.0.0:
7877+
version "7.0.0"
7878+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7879+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7880+
dependencies:
7881+
ansi-styles "^4.0.0"
7882+
string-width "^4.1.0"
7883+
strip-ansi "^6.0.0"
7884+
78607885
wrap-ansi@^8.1.0:
78617886
version "8.1.0"
78627887
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)