Skip to content

Commit

Permalink
chore(dev-deps): bump @oclif/plugin-command-snapshot (#667)
Browse files Browse the repository at this point in the history
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 3.3.12 to 3.3.13.
- [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.3.12...3.3.13)

---
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>
  • Loading branch information
dependabot[bot] authored May 6, 2023
1 parent 13a5be7 commit 3e8475e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^3.3.12",
"@oclif/plugin-command-snapshot": "^3.3.13",
"@oclif/plugin-help": "^5",
"@oclif/plugin-which": "^1.0.4",
"@oclif/test": "^2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -926,16 +926,16 @@
chalk "^4.1.0"
tslib "^2.5.0"

"@oclif/plugin-command-snapshot@^3.3.12":
version "3.3.12"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.12.tgz#031ee5c21a7c3a9f90874bf70e43667e078386d3"
integrity sha512-7fCgx0+g7SB806nGQjhpZLz++b5DXjYUZqqhTOi+fp0pXQn9M5KacaoloZhvCfb7ByBk4pTDj/0SY7D8aRFq3w==
"@oclif/plugin-command-snapshot@^3.3.13":
version "3.3.13"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.13.tgz#1b200d565c0d7f223d633c27e580232977c23332"
integrity sha512-oFOXYGJ/DNp6VKwVlyynL7DG09CflXxTFRt2xVatupQKx4+2/otsGHENYwZv0RUpQalWCXWTu+8iEGZOXTgN2A==
dependencies:
"@oclif/core" "^2.8.2"
chalk "^4.1.2"
just-diff "^5.2.0"
lodash "^4.17.21"
semver "^7.4.0"
semver "^7.5.0"
ts-json-schema-generator "^1.2.0"
tslib "^2.5.0"

Expand Down Expand Up @@ -7686,7 +7686,7 @@ semver@^6.0.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0:
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.0:
version "7.5.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
Expand Down

0 comments on commit 3e8475e

Please sign in to comment.