Skip to content

Commit

Permalink
fix(deps): update dependency depseek to ^0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent 884f98d commit a024fb9
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 @@ -42,7 +42,7 @@
"publish:rc": "npm publish --no-git-tag-version --tag rc"
},
"dependencies": {
"depseek": "^0.3.0",
"depseek": "^0.4.0",
"fs-extra": "^11.2.0",
"globby": "^13.2.2",
"json5": "^2.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2575,10 +2575,10 @@ define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1:
has-property-descriptors "^1.0.0"
object-keys "^1.1.1"

depseek@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/depseek/-/depseek-0.3.0.tgz#23637c7fe180f739beece9ac7e011f6dea9a9990"
integrity sha512-1t31LPdq5y/HJUsx/A6VDhFWgeUVfPthuxaEWLd7fY7xIOyMRnvxNhEZ69f38N/IvZWGMjWxmLTFy+GMuOafnQ==
depseek@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/depseek/-/depseek-0.4.0.tgz#570d7813ed4f72750ffc4080081becb688575bd5"
integrity sha512-TknBvSGRZUP9TfNn7Kny8J1mb3J8T79/c1rIXRom6dpW8cEq4v81P6TJn9TJ49NwhZm97HLAAISHNP2ET2KaBg==

detect-newline@^3.0.0:
version "3.1.0"
Expand Down

0 comments on commit a024fb9

Please sign in to comment.