Skip to content

Commit 2c2758e

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot (#1270)
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.9 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.9...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96efa54 commit 2c2758e

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
@@ -19,7 +19,7 @@
1919
"proxy-agent": "^6.3.1"
2020
},
2121
"devDependencies": {
22-
"@oclif/plugin-command-snapshot": "^5.2.9",
22+
"@oclif/plugin-command-snapshot": "^5.2.12",
2323
"@oclif/plugin-help": "^6.2.7",
2424
"@salesforce/cli-plugins-testkit": "^5.3.20",
2525
"@salesforce/dev-scripts": "^10.2.9",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,19 +1252,19 @@
12521252
wordwrap "^1.0.0"
12531253
wrap-ansi "^7.0.0"
12541254

1255-
"@oclif/plugin-command-snapshot@^5.2.9":
1256-
version "5.2.9"
1257-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.9.tgz#622ebaf87ebb5b8f217e04a06cb680e14e475b47"
1258-
integrity sha512-CyUSYqHkN3YyPI582N5wvxZGn8J0ZlVx38fOxW7ManpsrGg+5Q32k0QOW2vCfGZkAAI3B2mSG3flU/34IJujTw==
1255+
"@oclif/plugin-command-snapshot@^5.2.12":
1256+
version "5.2.12"
1257+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.12.tgz#f22aaac03ad1e4fbb62c9beb5c44c99522d29e8b"
1258+
integrity sha512-X+UvjS5yNQSrL4f8DDCg93+P0ZyG8pJ6g5R8nA8DjkC22AaKhHMh0BwGdPT6zmTajaIxClrfk1K/sAF4+bwMug==
12591259
dependencies:
12601260
"@oclif/core" "^4"
1261-
ansis "^3.3.1"
1261+
ansis "^3.3.2"
12621262
globby "^14.0.2"
12631263
just-diff "^5.2.0"
12641264
lodash.difference "^4.5.0"
12651265
lodash.get "^4.4.2"
12661266
lodash.sortby "^4.7.0"
1267-
semver "^7.6.0"
1267+
semver "^7.6.3"
12681268
ts-json-schema-generator "^1.5.1"
12691269

12701270
"@oclif/plugin-help@^6.2.7":
@@ -2604,7 +2604,7 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1:
26042604
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
26052605
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
26062606

2607-
ansis@^3.2.0, ansis@^3.3.1, ansis@^3.3.2:
2607+
ansis@^3.2.0, ansis@^3.3.2:
26082608
version "3.3.2"
26092609
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
26102610
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==

0 commit comments

Comments
 (0)