Skip to content

Commit cf855b6

Browse files
authored
Merge pull request #592 from salesforcecli/dependabot-npm_and_yarn-types-cli-progress-3.11.6
chore(dev-deps): bump @types/cli-progress from 3.11.5 to 3.11.6
2 parents 3a71f70 + 6166394 commit cf855b6

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"devDependencies": {
6161
"@inquirer/type": "^1.3.3",
6262
"@salesforce/dev-scripts": "^10.2.2",
63-
"@types/cli-progress": "^3.11.5",
63+
"@types/cli-progress": "^3.11.6",
6464
"eslint-plugin-sf-plugin": "^1.18.8",
6565
"ts-node": "^10.9.2",
6666
"typescript": "^5.5.2"

yarn.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,10 @@
757757
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.14.tgz#ae3055ea2be43c91c9fd700a36d67820026d96e6"
758758
integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
759759

760-
"@types/cli-progress@^3.11.5":
761-
version "3.11.5"
762-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
763-
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
760+
"@types/cli-progress@^3.11.6":
761+
version "3.11.6"
762+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.6.tgz#94b334ebe4190f710e51c1bf9b4fedb681fa9e45"
763+
integrity sha512-cE3+jb9WRlu+uOSAugewNpITJDt1VF8dHOopPO4IABFc3SXYL5WE/+PTz/FCdZRRfIujiWW3n3aMbv1eIGVRWA==
764764
dependencies:
765765
"@types/node" "*"
766766

@@ -791,10 +791,10 @@
791791
dependencies:
792792
"@types/node" "*"
793793

794-
"@types/node@*":
795-
version "20.13.0"
796-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.13.0.tgz#011a76bc1e71ae9a026dddcfd7039084f752c4b6"
797-
integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
794+
"@types/node@*", "@types/node@^20.14.9":
795+
version "20.14.10"
796+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
797+
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
798798
dependencies:
799799
undici-types "~5.26.4"
800800

@@ -805,13 +805,6 @@
805805
dependencies:
806806
undici-types "~5.26.4"
807807

808-
"@types/node@^20.14.9":
809-
version "20.14.10"
810-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.10.tgz#a1a218290f1b6428682e3af044785e5874db469a"
811-
integrity sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==
812-
dependencies:
813-
undici-types "~5.26.4"
814-
815808
"@types/normalize-package-data@^2.4.0":
816809
version "2.4.1"
817810
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"

0 commit comments

Comments
 (0)