Skip to content

Commit e77a5d3

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 3.2.7 to 3.2.8
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 3.2.7 to 3.2.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@3.2.7...3.2.8) --- 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 328fa79 commit e77a5d3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tslib": "^2"
1515
},
1616
"devDependencies": {
17-
"@oclif/plugin-command-snapshot": "^3.2.7",
17+
"@oclif/plugin-command-snapshot": "^3.2.8",
1818
"@oclif/test": "^2.2.4",
1919
"@salesforce/cli-plugins-testkit": "^3.2.3",
2020
"@salesforce/dev-config": "^3.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -818,18 +818,18 @@
818818
chalk "^4.1.0"
819819
tslib "^2.3.1"
820820

821-
"@oclif/plugin-command-snapshot@^3.2.7":
822-
version "3.2.7"
823-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.7.tgz#68779cbac74e3b6d65ad04c72cbc171570e76a08"
824-
integrity sha512-zKh9z/JdnpIz9uw+8DKRY8zH2lIH9IYu9T+FLteW1xjErXSOo924BiUehr7iJNY79XDeU2w0eAP9u+CfwH4KCA==
821+
"@oclif/plugin-command-snapshot@^3.2.8":
822+
version "3.2.8"
823+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.8.tgz#f34fd6dbace0f270cf2cf1f22f7fe226972065c7"
824+
integrity sha512-9/9Vw+ZHEEByqnv0EHPl68yvO8rTTuiIMCS/oZG+fVsGD48QrnxgAlDstcAzFwFavqx0tJJeo+Rhe2+Q3CoPGA==
825825
dependencies:
826826
"@oclif/core" "^1.20.0"
827827
chalk "^4.1.2"
828828
just-diff "^5.1.1"
829829
lodash "^4.17.21"
830830
semver "^7.3.8"
831831
ts-json-schema-generator "^1.1.2"
832-
tslib "^2.4.0"
832+
tslib "^2.4.1"
833833

834834
835835
version "3.2.18"
@@ -7045,10 +7045,10 @@ tslib@^1.8.1, tslib@^1.9.0:
70457045
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
70467046
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
70477047

7048-
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.0:
7049-
version "2.4.0"
7050-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
7051-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
7048+
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.1:
7049+
version "2.4.1"
7050+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
7051+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
70527052

70537053
tsutils@^3.21.0:
70547054
version "3.21.0"

0 commit comments

Comments
 (0)