1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Update dependency uuid to v14 (#6658)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-27 16:14:40 +02:00
committed by GitHub
parent 47f26d3c47
commit 9b17fe0aae
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -7,7 +7,7 @@ settings:
overrides:
webpack-dev-server@<=5.2.0: '>=5.2.1'
serialize-javascript: ^7.0.5
uuid: ^11.1.1
uuid: ^14.0.0
importers:
@@ -6049,8 +6049,8 @@ packages:
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
engines: {node: '>= 0.4.0'}
uuid@11.1.1:
resolution: {integrity: sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==}
uuid@14.0.0:
resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==}
hasBin: true
value-equal@1.0.1:
@@ -13490,7 +13490,7 @@ snapshots:
sockjs@0.3.24:
dependencies:
faye-websocket: 0.11.4
uuid: 11.1.1
uuid: 14.0.0
websocket-driver: 0.7.4
sort-css-media-queries@2.2.0: {}
@@ -13880,7 +13880,7 @@ snapshots:
utils-merge@1.0.1: {}
uuid@11.1.1: {}
uuid@14.0.0: {}
value-equal@1.0.1: {}
+1 -1
View File
@@ -9,4 +9,4 @@ allowBuilds:
overrides:
webpack-dev-server@<=5.2.0: '>=5.2.1'
serialize-javascript: '^7.0.5'
uuid: '^11.1.1'
uuid: '^14.0.0'