Skip to content

Commit 01839a6

Browse files
authored
Merge pull request #1028 from salesforcecli/dependabot-npm_and_yarn-oclif-plugin-command-snapshot-5.2.34
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.31 to 5.2.34
2 parents 3361101 + 52a75bc commit 01839a6

File tree

2 files changed

+42
-26
lines changed

2 files changed

+42
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@salesforce/sf-plugins-core": "^11.3.12"
1111
},
1212
"devDependencies": {
13-
"@oclif/plugin-command-snapshot": "^5.2.31",
13+
"@oclif/plugin-command-snapshot": "^5.2.34",
1414
"@oclif/plugin-help": "^6.2.25",
1515
"@salesforce/cli-plugins-testkit": "^5.3.39",
1616
"@salesforce/dev-scripts": "^10.2.11",

yarn.lock

Lines changed: 41 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,19 +1577,19 @@
15771577
wordwrap "^1.0.0"
15781578
wrap-ansi "^7.0.0"
15791579

1580-
"@oclif/plugin-command-snapshot@^5.2.31":
1581-
version "5.2.31"
1582-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.31.tgz#383ec893c40b16366e2e7c60e73a302115b17b46"
1583-
integrity sha512-4k6rzwJApqz0R5JayfFfuMlqtbsN7tln4J+r/0pMNgMZtyrDniPeiifZ29IgCOCZn7WzLrRBK9uNF3F3+EAMVQ==
1580+
"@oclif/plugin-command-snapshot@^5.2.34":
1581+
version "5.2.34"
1582+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.34.tgz#c0fb2b61ee9583c0ae8f0ee3ff25ca4b09285b36"
1583+
integrity sha512-SsDJ0IweYvZezlaQ87Pela7UY+uLuDaP7ajdzfaRqsRiHYm4Uya6ALnXm3H+D5AcmHpRfoLRtqQtMCN3dMhUfA==
15841584
dependencies:
15851585
"@oclif/core" "^4"
15861586
ansis "^3.10.0"
1587-
globby "^14.0.2"
1587+
globby "^14.1.0"
15881588
just-diff "^5.2.0"
15891589
lodash.difference "^4.5.0"
15901590
lodash.get "^4.4.2"
15911591
lodash.sortby "^4.7.0"
1592-
semver "^7.7.0"
1592+
semver "^7.7.1"
15931593
ts-json-schema-generator "^1.5.1"
15941594

15951595
"@oclif/plugin-help@^6.2.23", "@oclif/plugin-help@^6.2.25":
@@ -4129,7 +4129,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
41294129
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
41304130
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
41314131

4132-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
4132+
fast-glob@^3.2.11, fast-glob@^3.2.9:
41334133
version "3.3.2"
41344134
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
41354135
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -4140,6 +4140,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
41404140
merge2 "^1.3.0"
41414141
micromatch "^4.0.4"
41424142

4143+
fast-glob@^3.3.3:
4144+
version "3.3.3"
4145+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
4146+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4147+
dependencies:
4148+
"@nodelib/fs.stat" "^2.0.2"
4149+
"@nodelib/fs.walk" "^1.2.3"
4150+
glob-parent "^5.1.2"
4151+
merge2 "^1.3.0"
4152+
micromatch "^4.0.8"
4153+
41434154
fast-json-stable-stringify@^2.0.0:
41444155
version "2.1.0"
41454156
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4553,17 +4564,17 @@ globby@^11.1.0:
45534564
merge2 "^1.4.1"
45544565
slash "^3.0.0"
45554566

4556-
globby@^14.0.2:
4557-
version "14.0.2"
4558-
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
4559-
integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
4567+
globby@^14.1.0:
4568+
version "14.1.0"
4569+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
4570+
integrity sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==
45604571
dependencies:
45614572
"@sindresorhus/merge-streams" "^2.1.0"
4562-
fast-glob "^3.3.2"
4563-
ignore "^5.2.4"
4564-
path-type "^5.0.0"
4573+
fast-glob "^3.3.3"
4574+
ignore "^7.0.3"
4575+
path-type "^6.0.0"
45654576
slash "^5.1.0"
4566-
unicorn-magic "^0.1.0"
4577+
unicorn-magic "^0.3.0"
45674578

45684579
gopd@^1.0.1:
45694580
version "1.0.1"
@@ -4812,6 +4823,11 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
48124823
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
48134824
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
48144825

4826+
ignore@^7.0.3:
4827+
version "7.0.3"
4828+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
4829+
integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
4830+
48154831
immediate@~3.0.5:
48164832
version "3.0.6"
48174833
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
@@ -5667,7 +5683,7 @@ merge2@^1.3.0, merge2@^1.4.1:
56675683
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
56685684
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
56695685

5670-
micromatch@^4.0.2, micromatch@^4.0.4:
5686+
micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.8:
56715687
version "4.0.8"
56725688
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
56735689
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
@@ -6225,10 +6241,10 @@ path-type@^4.0.0:
62256241
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
62266242
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
62276243

6228-
path-type@^5.0.0:
6229-
version "5.0.0"
6230-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
6231-
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
6244+
path-type@^6.0.0:
6245+
version "6.0.0"
6246+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-6.0.0.tgz#2f1bb6791a91ce99194caede5d6c5920ed81eb51"
6247+
integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==
62326248

62336249
pathval@^1.1.1:
62346250
version "1.1.1"
@@ -6703,7 +6719,7 @@ semver@^6.0.0, semver@^6.3.1:
67036719
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
67046720
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
67056721

6706-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0:
6722+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1:
67076723
version "7.7.1"
67086724
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
67096725
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
@@ -7443,10 +7459,10 @@ undici-types@~6.19.2:
74437459
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
74447460
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
74457461

7446-
unicorn-magic@^0.1.0:
7447-
version "0.1.0"
7448-
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
7449-
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
7462+
unicorn-magic@^0.3.0:
7463+
version "0.3.0"
7464+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
7465+
integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
74507466

74517467
universalify@^0.1.0:
74527468
version "0.1.2"

0 commit comments

Comments
 (0)