Skip to content

Commit cd28126

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.7 to 5.1.8
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.7 to 5.1.8. - [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.1.7...5.1.8) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7db884c commit cd28126

File tree

2 files changed

+7
-41
lines changed

2 files changed

+7
-41
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"yarn-deduplicate": "^6.0.2"
3434
},
3535
"devDependencies": {
36-
"@oclif/plugin-command-snapshot": "^5.1.7",
36+
"@oclif/plugin-command-snapshot": "^5.1.8",
3737
"@salesforce/dev-scripts": "^9.0.0",
3838
"@salesforce/ts-sinon": "1.4.19",
3939
"@types/semver": "^7.5.8",

yarn.lock

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,41 +1908,7 @@
19081908
proc-log "^4.0.0"
19091909
which "^4.0.0"
19101910

1911-
"@oclif/core@3.26.4":
1912-
version "3.26.4"
1913-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
1914-
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1915-
dependencies:
1916-
"@types/cli-progress" "^3.11.5"
1917-
ansi-escapes "^4.3.2"
1918-
ansi-styles "^4.3.0"
1919-
cardinal "^2.1.1"
1920-
chalk "^4.1.2"
1921-
clean-stack "^3.0.1"
1922-
cli-progress "^3.12.0"
1923-
color "^4.2.3"
1924-
debug "^4.3.4"
1925-
ejs "^3.1.10"
1926-
get-package-type "^0.1.0"
1927-
globby "^11.1.0"
1928-
hyperlinker "^1.0.0"
1929-
indent-string "^4.0.0"
1930-
is-wsl "^2.2.0"
1931-
js-yaml "^3.14.1"
1932-
minimatch "^9.0.4"
1933-
natural-orderby "^2.0.3"
1934-
object-treeify "^1.1.33"
1935-
password-prompt "^1.1.3"
1936-
slice-ansi "^4.0.0"
1937-
string-width "^4.2.3"
1938-
strip-ansi "^6.0.1"
1939-
supports-color "^8.1.1"
1940-
supports-hyperlinks "^2.2.0"
1941-
widest-line "^3.1.0"
1942-
wordwrap "^1.0.0"
1943-
wrap-ansi "^7.0.0"
1944-
1945-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1911+
"@oclif/core@3.26.5", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
19461912
version "3.26.5"
19471913
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
19481914
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
@@ -1976,12 +1942,12 @@
19761942
wordwrap "^1.0.0"
19771943
wrap-ansi "^7.0.0"
19781944

1979-
"@oclif/plugin-command-snapshot@^5.1.7":
1980-
version "5.1.7"
1981-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1982-
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
1945+
"@oclif/plugin-command-snapshot@^5.1.8":
1946+
version "5.1.8"
1947+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.8.tgz#6f9f04daa4c1a4923b4a1689b3ba7c7e76a3ce2e"
1948+
integrity sha512-s8ZtqiB8+s7KdBqfOwWccgEnRB8eJ/7rJAQFG8RuSGfGGdFUe5yICAnuRwggw3bgm8Q/o3zTv1S4G59K3fBLvA==
19831949
dependencies:
1984-
"@oclif/core" "3.26.4"
1950+
"@oclif/core" "3.26.5"
19851951
"@types/lodash.difference" "^4.5.9"
19861952
chalk "^5.3.0"
19871953
globby "^14.0.1"

0 commit comments

Comments
 (0)