mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 19:08:56 +01:00
fix(deps): update dependency color to v5.0.3 (#7746)
This commit is contained in:
commit
14fa5d2723
@ -36,7 +36,7 @@
|
||||
"autocomplete.js": "0.38.1",
|
||||
"bootstrap": "5.3.8",
|
||||
"boxicons": "2.1.4",
|
||||
"color": "5.0.2",
|
||||
"color": "5.0.3",
|
||||
"dayjs": "1.11.19",
|
||||
"dayjs-plugin-utc": "0.1.2",
|
||||
"debounce": "3.0.0",
|
||||
|
||||
28
pnpm-lock.yaml
generated
28
pnpm-lock.yaml
generated
@ -218,8 +218,8 @@ importers:
|
||||
specifier: 2.1.4
|
||||
version: 2.1.4
|
||||
color:
|
||||
specifier: 5.0.2
|
||||
version: 5.0.2
|
||||
specifier: 5.0.3
|
||||
version: 5.0.3
|
||||
dayjs:
|
||||
specifier: 1.11.19
|
||||
version: 1.11.19
|
||||
@ -6715,6 +6715,10 @@ packages:
|
||||
resolution: {integrity: sha512-TVoqAq8ZDIpK5lsQY874DDnu65CSsc9vzq0wLpNQ6UMBq81GSZocVazPiBbYGzngzBOIRahpkTzCLVe2at4MfA==}
|
||||
engines: {node: '>=14.6'}
|
||||
|
||||
color-convert@3.1.3:
|
||||
resolution: {integrity: sha512-fasDH2ont2GqF5HpyO4w0+BcewlhHEZOFn9c1ckZdHpJ56Qb7MHhH/IcJZbBGgvdtwdwNbLvxiBEdg336iA9Sg==}
|
||||
engines: {node: '>=14.6'}
|
||||
|
||||
color-name@1.1.3:
|
||||
resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==}
|
||||
|
||||
@ -6728,16 +6732,16 @@ packages:
|
||||
color-parse@2.0.2:
|
||||
resolution: {integrity: sha512-eCtOz5w5ttWIUcaKLiktF+DxZO1R9KLNY/xhbV6CkhM7sR3GhVghmt6X6yOnzeaM24po+Z9/S1apbXMwA3Iepw==}
|
||||
|
||||
color-string@2.1.2:
|
||||
resolution: {integrity: sha512-RxmjYxbWemV9gKu4zPgiZagUxbH3RQpEIO77XoSSX0ivgABDZ+h8Zuash/EMFLTI4N9QgFPOJ6JQpPZKFxa+dA==}
|
||||
color-string@2.1.3:
|
||||
resolution: {integrity: sha512-r/wfcFshhORndnDjn3GtNVLA4QL4TAi0A/XIBNuWUIEAVyUBNWYLuckrDz/JM1aQlpIDzKuY5hAYdHcLYgwJsg==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
color-support@1.1.3:
|
||||
resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
|
||||
hasBin: true
|
||||
|
||||
color@5.0.2:
|
||||
resolution: {integrity: sha512-e2hz5BzbUPcYlIRHo8ieAhYgoajrJr+hWoceg6E345TPsATMUKqDgzt8fSXZJJbxfpiPzkWyphz8yn8At7q3fA==}
|
||||
color@5.0.3:
|
||||
resolution: {integrity: sha512-ezmVcLR3xAVp8kYOm4GS45ZLLgIE6SPAFoduLr6hTDajwb3KZ2F46gulK3XpcwRFb5KKGCSezCBAY4Dw4HsyXA==}
|
||||
engines: {node: '>=18'}
|
||||
|
||||
colord@2.9.3:
|
||||
@ -22358,6 +22362,10 @@ snapshots:
|
||||
dependencies:
|
||||
color-name: 2.0.0
|
||||
|
||||
color-convert@3.1.3:
|
||||
dependencies:
|
||||
color-name: 2.0.0
|
||||
|
||||
color-name@1.1.3: {}
|
||||
|
||||
color-name@1.1.4: {}
|
||||
@ -22368,17 +22376,17 @@ snapshots:
|
||||
dependencies:
|
||||
color-name: 2.0.0
|
||||
|
||||
color-string@2.1.2:
|
||||
color-string@2.1.3:
|
||||
dependencies:
|
||||
color-name: 2.0.0
|
||||
|
||||
color-support@1.1.3:
|
||||
optional: true
|
||||
|
||||
color@5.0.2:
|
||||
color@5.0.3:
|
||||
dependencies:
|
||||
color-convert: 3.1.0
|
||||
color-string: 2.1.2
|
||||
color-convert: 3.1.3
|
||||
color-string: 2.1.3
|
||||
|
||||
colord@2.9.3: {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user