mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-27 15:57:42 +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
@ -27,7 +27,7 @@
|
|||||||
"react-dom": "^17.0.2 || ^18.0.0"
|
"react-dom": "^17.0.2 || ^18.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^7.0.0",
|
||||||
"yaml": "^2.3.1"
|
"yaml": "^2.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -74,8 +74,8 @@ importers:
|
|||||||
plugins/woodpecker-plugins:
|
plugins/woodpecker-plugins:
|
||||||
dependencies:
|
dependencies:
|
||||||
fuse.js:
|
fuse.js:
|
||||||
specifier: ^6.6.2
|
specifier: ^7.0.0
|
||||||
version: 6.6.2
|
version: 7.0.0
|
||||||
react:
|
react:
|
||||||
specifier: ^17.0.2 || ^18.0.0
|
specifier: ^17.0.2 || ^18.0.0
|
||||||
version: 18.2.0
|
version: 18.2.0
|
||||||
@ -5448,8 +5448,8 @@ packages:
|
|||||||
/function-bind@1.1.2:
|
/function-bind@1.1.2:
|
||||||
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
|
||||||
|
|
||||||
/fuse.js@6.6.2:
|
/fuse.js@7.0.0:
|
||||||
resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==}
|
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"@vueuse/core": "^10.0.0",
|
"@vueuse/core": "^10.0.0",
|
||||||
"ansi_up": "^6.0.0",
|
"ansi_up": "^6.0.0",
|
||||||
"dayjs": "^1.11.9",
|
"dayjs": "^1.11.9",
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^7.0.0",
|
||||||
"humanize-duration": "^3.28.0",
|
"humanize-duration": "^3.28.0",
|
||||||
"javascript-time-ago": "^2.5.9",
|
"javascript-time-ago": "^2.5.9",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
|
@ -27,8 +27,8 @@ dependencies:
|
|||||||
specifier: ^1.11.9
|
specifier: ^1.11.9
|
||||||
version: 1.11.10
|
version: 1.11.10
|
||||||
fuse.js:
|
fuse.js:
|
||||||
specifier: ^6.6.2
|
specifier: ^7.0.0
|
||||||
version: 6.6.2
|
version: 7.0.0
|
||||||
humanize-duration:
|
humanize-duration:
|
||||||
specifier: ^3.28.0
|
specifier: ^3.28.0
|
||||||
version: 3.30.0
|
version: 3.30.0
|
||||||
@ -2248,8 +2248,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/fuse.js@6.6.2:
|
/fuse.js@7.0.0:
|
||||||
resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==}
|
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user