mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-13 23:34:11 +00:00
fix(deps): update dependency fuse.js to v7 (#2666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e0463068c9
commit
4dbde3c409
4 changed files with 10 additions and 10 deletions
|
@ -27,7 +27,7 @@
|
|||
"react-dom": "^17.0.2 || ^18.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"fuse.js": "^6.6.2",
|
||||
"fuse.js": "^7.0.0",
|
||||
"yaml": "^2.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,8 +74,8 @@ importers:
|
|||
plugins/woodpecker-plugins:
|
||||
dependencies:
|
||||
fuse.js:
|
||||
specifier: ^6.6.2
|
||||
version: 6.6.2
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
react:
|
||||
specifier: ^17.0.2 || ^18.0.0
|
||||
version: 18.2.0
|
||||
|
@ -5448,8 +5448,8 @@ packages:
|
|||
/function-bind@1.1.2:
|
||||
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
||||
|
||||
/fuse.js@6.6.2:
|
||||
resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==}
|
||||
/fuse.js@7.0.0:
|
||||
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"@vueuse/core": "^10.0.0",
|
||||
"ansi_up": "^6.0.0",
|
||||
"dayjs": "^1.11.9",
|
||||
"fuse.js": "^6.6.2",
|
||||
"fuse.js": "^7.0.0",
|
||||
"humanize-duration": "^3.28.0",
|
||||
"javascript-time-ago": "^2.5.9",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
|
@ -27,8 +27,8 @@ dependencies:
|
|||
specifier: ^1.11.9
|
||||
version: 1.11.10
|
||||
fuse.js:
|
||||
specifier: ^6.6.2
|
||||
version: 6.6.2
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
humanize-duration:
|
||||
specifier: ^3.28.0
|
||||
version: 3.30.0
|
||||
|
@ -2248,8 +2248,8 @@ packages:
|
|||
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
||||
dev: true
|
||||
|
||||
/fuse.js@6.6.2:
|
||||
resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==}
|
||||
/fuse.js@7.0.0:
|
||||
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
|
||||
engines: {node: '>=10'}
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue