Skip to content

Commit 396c51e

Browse files
committed
chore: bump deps
1 parent 009e4a5 commit 396c51e

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@inquirer/confirm": "^3.1.22",
4848
"@inquirer/password": "^2.1.22",
4949
"@oclif/core": "^4.0.15",
50-
"@oclif/multi-stage-output": "^0.2.1",
50+
"@oclif/multi-stage-output": "^0.2.2",
5151
"@salesforce/core": "^8.2.7",
5252
"@salesforce/kit": "^3.2.1",
5353
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,13 @@
604604
wordwrap "^1.0.0"
605605
wrap-ansi "^7.0.0"
606606

607-
"@oclif/multi-stage-output@^0.2.1":
608-
version "0.2.1"
609-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.2.1.tgz#2f03992de174304c2a11ee48e864fef1396a0003"
610-
integrity sha512-r5IbEcJ+ZDpMsaaTHqE1FAz4oXOMo3MLSKvRst0ye6CoEkv++UpYWBMGX0KBsvbfEpdrtHBvIhKcmYXTkFQ2Bw==
607+
"@oclif/multi-stage-output@^0.2.2":
608+
version "0.2.2"
609+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.2.2.tgz#c54c65072fe7bf2421799ab25a1208706a4e50af"
610+
integrity sha512-LvVautQ1zh2kuenrLrgVO4ckYfoWDJgQyLbVCAORAYLHg5nw+IprTL8Ty1JHzf/D42l9YdQDCjkdYIoSmrwfuQ==
611611
dependencies:
612612
"@oclif/core" "^4"
613+
"@types/react" "^18.3.3"
613614
change-case "^5.4.4"
614615
cli-spinners "^2"
615616
figures "^6.1.0"
@@ -836,6 +837,19 @@
836837
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
837838
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
838839

840+
"@types/prop-types@*":
841+
version "15.7.12"
842+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
843+
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
844+
845+
"@types/react@^18.3.3":
846+
version "18.3.3"
847+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
848+
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
849+
dependencies:
850+
"@types/prop-types" "*"
851+
csstype "^3.0.2"
852+
839853
"@types/semver@^7.5.0":
840854
version "7.5.8"
841855
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
@@ -1776,6 +1790,11 @@ csprng@*:
17761790
dependencies:
17771791
sequin "*"
17781792

1793+
csstype@^3.0.2:
1794+
version "3.1.3"
1795+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
1796+
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
1797+
17791798
csv-parse@^5.5.2:
17801799
version "5.5.6"
17811800
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a"

0 commit comments

Comments
 (0)