Skip to content

Commit 56d7745

Browse files
committed
chore: updates from devScripts
1 parent 3769200 commit 56d7745

File tree

3 files changed

+16
-79
lines changed

3 files changed

+16
-79
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
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@oclif/plugin-command-snapshot": "^5.2.24",
1818
"@salesforce/cli-plugins-testkit": "^5.3.39",
19-
"@salesforce/dev-scripts": "^10.2.9",
19+
"@salesforce/dev-scripts": "^10.2.11",
2020
"@salesforce/plugin-command-reference": "^3.1.38",
2121
"@types/tough-cookie": "^4.0.5",
2222
"eslint-plugin-sf-plugin": "^1.20.13",

yarn.lock

Lines changed: 14 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -614,22 +614,14 @@
614614
"@smithy/types" "^3.7.2"
615615
tslib "^2.6.2"
616616

617-
"@aws-sdk/types@3.714.0":
617+
"@aws-sdk/types@3.714.0", "@aws-sdk/types@^3.222.0":
618618
version "3.714.0"
619619
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.714.0.tgz#de6afee1436d2d95364efa0663887f3bf0b1303a"
620620
integrity sha512-ZjpP2gYbSFlxxaUDa1Il5AVvfggvUPbjzzB/l3q0gIE5Thd6xKW+yzEpt2mLZ5s5UaYSABZbF94g8NUOF4CVGA==
621621
dependencies:
622622
"@smithy/types" "^3.7.2"
623623
tslib "^2.6.2"
624624

625-
"@aws-sdk/types@^3.222.0":
626-
version "3.609.0"
627-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.609.0.tgz#06b39d799c9f197a7b43670243e8e78a3bf7d6a5"
628-
integrity sha512-+Tqnh9w0h2LcrUsdXyT1F8mNhXz+tVYBtP19LpeEGntmvHwa2XzvLUCWpoIAIVsHp5+HdB2X9Sn0KAtmbFXc2Q==
629-
dependencies:
630-
"@smithy/types" "^3.3.0"
631-
tslib "^2.6.2"
632-
633625
"@aws-sdk/util-arn-parser@3.693.0":
634626
version "3.693.0"
635627
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.693.0.tgz#8dae27eb822ab4f88be28bb3c0fc11f1f13d3948"
@@ -1225,26 +1217,7 @@
12251217
wrap-ansi "^6.2.0"
12261218
yoctocolors-cjs "^2.1.2"
12271219

1228-
"@inquirer/core@^9.0.8":
1229-
version "9.0.10"
1230-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
1231-
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
1232-
dependencies:
1233-
"@inquirer/figures" "^1.0.5"
1234-
"@inquirer/type" "^1.5.2"
1235-
"@types/mute-stream" "^0.0.4"
1236-
"@types/node" "^22.1.0"
1237-
"@types/wrap-ansi" "^3.0.0"
1238-
ansi-escapes "^4.3.2"
1239-
cli-spinners "^2.9.2"
1240-
cli-width "^4.1.0"
1241-
mute-stream "^1.0.0"
1242-
signal-exit "^4.1.0"
1243-
strip-ansi "^6.0.1"
1244-
wrap-ansi "^6.2.0"
1245-
yoctocolors-cjs "^2.1.2"
1246-
1247-
"@inquirer/core@^9.1.0":
1220+
"@inquirer/core@^9.0.8", "@inquirer/core@^9.1.0":
12481221
version "9.1.0"
12491222
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.1.0.tgz#158b82dc44564a1abd0ce14723d50c3efa0634a2"
12501223
integrity sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==
@@ -1281,12 +1254,7 @@
12811254
"@inquirer/type" "^3.0.2"
12821255
yoctocolors-cjs "^2.1.2"
12831256

1284-
"@inquirer/figures@^1.0.5":
1285-
version "1.0.5"
1286-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
1287-
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
1288-
1289-
"@inquirer/figures@^1.0.9":
1257+
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.9":
12901258
version "1.0.9"
12911259
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
12921260
integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
@@ -1390,14 +1358,7 @@
13901358
ansi-escapes "^4.3.2"
13911359
yoctocolors-cjs "^2.1.2"
13921360

1393-
"@inquirer/type@^1.5.1", "@inquirer/type@^1.5.2":
1394-
version "1.5.2"
1395-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
1396-
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
1397-
dependencies:
1398-
mute-stream "^1.0.0"
1399-
1400-
"@inquirer/type@^1.5.3":
1361+
"@inquirer/type@^1.5.1", "@inquirer/type@^1.5.3":
14011362
version "1.5.3"
14021363
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.3.tgz#220ae9f3d5ae17dd3b2ce5ffd6b48c4a30c73181"
14031364
integrity sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==
@@ -1666,10 +1627,10 @@
16661627
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
16671628
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
16681629

1669-
"@salesforce/dev-scripts@^10.2.9":
1670-
version "10.2.9"
1671-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.9.tgz#c107c177de6c8b282d5eee95e1c04e71f80650b6"
1672-
integrity sha512-kjICKRzDmkyfB78D+mAoOxdKChv5NAAQMzGYqGIPxNHTG2f9J0/sfjEJsWt+4gZAnAD8unS0MsPoKQqi2BDMNg==
1630+
"@salesforce/dev-scripts@^10.2.11":
1631+
version "10.2.11"
1632+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz#7f041c258bf8588f9847115cc7ad5a59b9865232"
1633+
integrity sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==
16731634
dependencies:
16741635
"@commitlint/cli" "^17.1.2"
16751636
"@commitlint/config-conventional" "^17.8.1"
@@ -2157,13 +2118,6 @@
21572118
"@smithy/util-stream" "^3.3.2"
21582119
tslib "^2.6.2"
21592120

2160-
"@smithy/types@^3.3.0":
2161-
version "3.3.0"
2162-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.3.0.tgz#fae037c733d09bc758946a01a3de0ef6e210b16b"
2163-
integrity sha512-IxvBBCTFDHbVoK7zIxqA1ZOdc4QfM5HM7rGleCuHi7L1wnKv5Pn69xXJQ9hgxH60ZVygH9/JG0jRgtUncE3QUA==
2164-
dependencies:
2165-
tslib "^2.6.2"
2166-
21672121
"@smithy/types@^3.7.2":
21682122
version "3.7.2"
21692123
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.7.2.tgz#05cb14840ada6f966de1bf9a9c7dd86027343e10"
@@ -2413,12 +2367,12 @@
24132367
dependencies:
24142368
"@types/node" "*"
24152369

2416-
"@types/node@*", "@types/node@^22.1.0":
2417-
version "22.2.0"
2418-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
2419-
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
2370+
"@types/node@*", "@types/node@^22.5.2":
2371+
version "22.5.5"
2372+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
2373+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
24202374
dependencies:
2421-
undici-types "~6.13.0"
2375+
undici-types "~6.19.2"
24222376

24232377
"@types/node@^18.19.41":
24242378
version "18.19.42"
@@ -2427,13 +2381,6 @@
24272381
dependencies:
24282382
undici-types "~5.26.4"
24292383

2430-
"@types/node@^22.5.2":
2431-
version "22.5.5"
2432-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
2433-
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
2434-
dependencies:
2435-
undici-types "~6.19.2"
2436-
24372384
"@types/normalize-package-data@^2.4.0":
24382385
version "2.4.1"
24392386
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -4343,12 +4290,7 @@ fs.realpath@^1.0.0:
43434290
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
43444291
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
43454292

4346-
fsevents@~2.3.2:
4347-
version "2.3.2"
4348-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
4349-
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
4350-
4351-
fsevents@~2.3.3:
4293+
fsevents@~2.3.2, fsevents@~2.3.3:
43524294
version "2.3.3"
43534295
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
43544296
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
@@ -7571,11 +7513,6 @@ undici-types@~5.26.4:
75717513
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
75727514
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
75737515

7574-
undici-types@~6.13.0:
7575-
version "6.13.0"
7576-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
7577-
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==
7578-
75797516
undici-types@~6.19.2:
75807517
version "6.19.8"
75817518
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"

0 commit comments

Comments
 (0)