Skip to content

Commit

Permalink
fix(deps): bump @types/lodash.difference from 4.5.8 to 4.5.9 (#421)
Browse files Browse the repository at this point in the history
Bumps [@types/lodash.difference](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.difference) from 4.5.8 to 4.5.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.difference)

---
updated-dependencies:
- dependency-name: "@types/lodash.difference"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 26, 2023
1 parent c120f84 commit 83aeb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/oclif/plugin-command-snapshot/issues",
"dependencies": {
"@oclif/core": "^3.10.8",
"@types/lodash.difference": "^4.5.8",
"@types/lodash.difference": "^4.5.9",
"chalk": "^5.3.0",
"just-diff": "^5.2.0",
"lodash.difference": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +1012,10 @@
dependencies:
"@types/node" "*"

"@types/lodash.difference@^4.5.8":
version "4.5.8"
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.8.tgz#25acd0acfd3472c61b9d5629b014c21b921905fe"
integrity sha512-oamKsq2RK81RuwvG32/E8wRu/ldOz5XH04zeIyFDcJyGeebg17h0WOtyrkhDmINhr/2Noz6geO2AYfnQDxtapQ==
"@types/lodash.difference@^4.5.9":
version "4.5.9"
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
dependencies:
"@types/lodash" "*"

Expand Down

0 comments on commit 83aeb22

Please sign in to comment.