Merge branch 'renovate/cbor-x-1.x' into 'develop'
fix(deps): update dependency cbor-x to v1.6.0 Co-authored-by: GitLab CI <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev> See merge request firefish/firefish!11216
This commit is contained in:
commit
d6807eee5a
2 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@
|
|||
"blurhash": "2.0.5",
|
||||
"bull": "4.15.1",
|
||||
"cacheable-lookup": "git+https://github.com/TheEssem/cacheable-lookup.git#dd2fb616366a3c68dcf321a57a67295967b204bf",
|
||||
"cbor-x": "1.5.9",
|
||||
"cbor-x": "1.6.0",
|
||||
"chalk": "5.3.0",
|
||||
"cli-highlight": "2.1.11",
|
||||
"color-convert": "2.0.1",
|
||||
|
|
|
@ -106,8 +106,8 @@ importers:
|
|||
specifier: git+https://github.com/TheEssem/cacheable-lookup.git#dd2fb616366a3c68dcf321a57a67295967b204bf
|
||||
version: https://codeload.github.com/TheEssem/cacheable-lookup/tar.gz/dd2fb616366a3c68dcf321a57a67295967b204bf
|
||||
cbor-x:
|
||||
specifier: 1.5.9
|
||||
version: 1.5.9
|
||||
specifier: 1.6.0
|
||||
version: 1.6.0
|
||||
chalk:
|
||||
specifier: 5.3.0
|
||||
version: 5.3.0
|
||||
|
@ -3077,8 +3077,8 @@ packages:
|
|||
resolution: {integrity: sha512-Ig1zM66BjLfTXpNgKpvBePq271BPOvu8MR0Jl080yG7Jsl+wAZunfrwiwA+9ruzm/WEdIV5QF/bjDZTqyAIVHA==}
|
||||
hasBin: true
|
||||
|
||||
cbor-x@1.5.9:
|
||||
resolution: {integrity: sha512-OEI5rEu3MeR0WWNUXuIGkxmbXVhABP+VtgAXzm48c9ulkrsvxshjjk94XSOGphyAKeNGLPfAxxzEtgQ6rEVpYQ==}
|
||||
cbor-x@1.6.0:
|
||||
resolution: {integrity: sha512-0kareyRwHSkL6ws5VXHEf8uY1liitysCVJjlmhaLG+IXLqhSaOO+t63coaso7yjwEzWZzLy8fJo06gZDVQM9Qg==}
|
||||
|
||||
chalk@2.4.2:
|
||||
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
|
||||
|
@ -9305,7 +9305,7 @@ snapshots:
|
|||
'@cbor-extract/cbor-extract-win32-x64': 2.2.0
|
||||
optional: true
|
||||
|
||||
cbor-x@1.5.9:
|
||||
cbor-x@1.6.0:
|
||||
optionalDependencies:
|
||||
cbor-extract: 2.2.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue