mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-25 19:31:05 +00:00
chore(deps): update dependency trim to v1 (#3658)
This commit is contained in:
parent
4b1ff6d1a7
commit
325b1b5e57
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"trim": "^0.0.3",
|
"trim": "^1.0.0",
|
||||||
"got": "^14.0.0"
|
"got": "^14.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ settings:
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
overrides:
|
overrides:
|
||||||
trim: ^0.0.3
|
trim: ^1.0.0
|
||||||
got: ^14.0.0
|
got: ^14.0.0
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
Loading…
Reference in a new issue