Skip to content

Commit f4856f4

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.7 to 5.2.12. - [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.7...5.2.12) --- 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 1234f08 commit f4856f4

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
@@ -11,7 +11,7 @@
1111
"@salesforce/sf-plugins-core": "^11.2.4"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.2.7",
14+
"@oclif/plugin-command-snapshot": "^5.2.12",
1515
"@salesforce/cli-plugins-testkit": "^5.3.20",
1616
"@salesforce/dev-scripts": "^10.2.9",
1717
"@salesforce/plugin-command-reference": "^3.1.13",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,19 +1268,19 @@
12681268
wordwrap "^1.0.0"
12691269
wrap-ansi "^7.0.0"
12701270

1271-
"@oclif/plugin-command-snapshot@^5.2.7":
1272-
version "5.2.7"
1273-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.7.tgz#1013bce097b9023ff84db7dac070c7f78aff9449"
1274-
integrity sha512-fKFF/AJDIGo9GEe23YxqfOlhtEx7SD9gNJRQNLEB0267UVXukR3jhJbbyjcsG7aw1cAp5glFnzIoWzpBycXQYQ==
1271+
"@oclif/plugin-command-snapshot@^5.2.12":
1272+
version "5.2.12"
1273+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.12.tgz#f22aaac03ad1e4fbb62c9beb5c44c99522d29e8b"
1274+
integrity sha512-X+UvjS5yNQSrL4f8DDCg93+P0ZyG8pJ6g5R8nA8DjkC22AaKhHMh0BwGdPT6zmTajaIxClrfk1K/sAF4+bwMug==
12751275
dependencies:
12761276
"@oclif/core" "^4"
1277-
ansis "^3.2.0"
1277+
ansis "^3.3.2"
12781278
globby "^14.0.2"
12791279
just-diff "^5.2.0"
12801280
lodash.difference "^4.5.0"
12811281
lodash.get "^4.4.2"
12821282
lodash.sortby "^4.7.0"
1283-
semver "^7.6.0"
1283+
semver "^7.6.3"
12841284
ts-json-schema-generator "^1.5.1"
12851285

12861286
"@oclif/plugin-help@^6.2.2":
@@ -2375,7 +2375,7 @@ ansicolors@~0.3.2:
23752375
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
23762376
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
23772377

2378-
ansis@^3.2.0, ansis@^3.3.1, ansis@^3.3.2:
2378+
ansis@^3.3.1, ansis@^3.3.2:
23792379
version "3.3.2"
23802380
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
23812381
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==

0 commit comments

Comments
 (0)