Skip to content

Commit e20dde4

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.28 to 5.2.31. - [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.2.28...5.2.31) --- 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 796015a commit e20dde4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"open": "^9.1.0"
1313
},
1414
"devDependencies": {
15-
"@oclif/plugin-command-snapshot": "^5.2.28",
15+
"@oclif/plugin-command-snapshot": "^5.2.31",
1616
"@oclif/test": "^3.2.15",
1717
"@salesforce/cli-plugins-testkit": "^5.3.39",
1818
"@salesforce/dev-scripts": "^8.5.0",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,19 +1459,19 @@
14591459
wordwrap "^1.0.0"
14601460
wrap-ansi "^7.0.0"
14611461

1462-
"@oclif/plugin-command-snapshot@^5.2.28":
1463-
version "5.2.28"
1464-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.28.tgz#676a2bc483faafa95d782e201439dddf3ff6d57f"
1465-
integrity sha512-uXN+42xe8/FLLELRWvP0g1ZsVKYAANAOKOgxqr98KRZVFe4roh3klQtlNj2RHvSTxLQyz/K/V/Mf1q9HDUf7Eg==
1462+
"@oclif/plugin-command-snapshot@^5.2.31":
1463+
version "5.2.31"
1464+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.31.tgz#383ec893c40b16366e2e7c60e73a302115b17b46"
1465+
integrity sha512-4k6rzwJApqz0R5JayfFfuMlqtbsN7tln4J+r/0pMNgMZtyrDniPeiifZ29IgCOCZn7WzLrRBK9uNF3F3+EAMVQ==
14661466
dependencies:
14671467
"@oclif/core" "^4"
1468-
ansis "^3.9.0"
1468+
ansis "^3.10.0"
14691469
globby "^14.0.2"
14701470
just-diff "^5.2.0"
14711471
lodash.difference "^4.5.0"
14721472
lodash.get "^4.4.2"
14731473
lodash.sortby "^4.7.0"
1474-
semver "^7.6.3"
1474+
semver "^7.7.0"
14751475
ts-json-schema-generator "^1.5.1"
14761476

14771477
"@oclif/plugin-help@^6.2.23":
@@ -2747,10 +2747,10 @@ ansicolors@~0.3.2:
27472747
resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
27482748
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
27492749

2750-
ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
2751-
version "3.9.0"
2752-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
2753-
integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
2750+
ansis@^3.10.0, ansis@^3.3.2, ansis@^3.5.2, ansis@^3.9.0:
2751+
version "3.10.0"
2752+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.10.0.tgz#6886afb0f729b1fa865df6b710b97a9915b7d0d4"
2753+
integrity sha512-hxDKLYT7hy3Y4sF3HxI926A3urzPxi73mZBB629m9bCVF+NyKNxbwCqqm+C/YrGPtxLwnl6d8/ZASCsz6SyvJA==
27542754

27552755
anymatch@~3.1.2:
27562756
version "3.1.2"

0 commit comments

Comments
 (0)