Skip to content

Commit dd24b6f

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.6 to 5.0.9
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.6 to 5.0.9. - [Release notes](https://github.com/oclif/plugin-command-snapshot/releases) - [Changelog](https://github.com/oclif/plugin-command-snapshot/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-command-snapshot@5.0.6...5.0.9) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db6c1e0 commit dd24b6f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"open": "^10.0.3"
1717
},
1818
"devDependencies": {
19-
"@oclif/plugin-command-snapshot": "^5.0.6",
19+
"@oclif/plugin-command-snapshot": "^5.0.9",
2020
"@salesforce/cli-plugins-testkit": "^5.1.9",
2121
"@salesforce/dev-scripts": "^8.4.0",
2222
"@salesforce/plugin-command-reference": "^3.0.69",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,7 @@
14491449
read-package-json-fast "^3.0.0"
14501450
which "^3.0.0"
14511451

1452-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.6":
1452+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
14531453
version "3.19.6"
14541454
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
14551455
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
@@ -1482,19 +1482,19 @@
14821482
wordwrap "^1.0.0"
14831483
wrap-ansi "^7.0.0"
14841484

1485-
"@oclif/plugin-command-snapshot@^5.0.6":
1486-
version "5.0.6"
1487-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
1488-
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
1485+
"@oclif/plugin-command-snapshot@^5.0.9":
1486+
version "5.0.9"
1487+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
1488+
integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
14891489
dependencies:
1490-
"@oclif/core" "^3.16.0"
1490+
"@oclif/core" "^3.19.2"
14911491
"@types/lodash.difference" "^4.5.9"
14921492
chalk "^5.3.0"
14931493
just-diff "^5.2.0"
14941494
lodash.difference "^4.5.0"
14951495
lodash.get "^4.4.2"
14961496
lodash.sortby "^4.7.0"
1497-
semver "^7.5.4"
1497+
semver "^7.6.0"
14981498
ts-json-schema-generator "^1.5.0"
14991499

15001500
"@oclif/plugin-help@^6.0.12":

0 commit comments

Comments
 (0)