mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.4
This commit is contained in:
parent
ab47015397
commit
ff7642a50f
2 changed files with 9 additions and 9 deletions
16
web/package-lock.json
generated
16
web/package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"@fontsource/inter": "^5.0.0",
|
||||
"@fontsource/poppins": "5.0.3",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.21.3",
|
||||
"@uiw/codemirror-theme-bbedit": "4.21.4",
|
||||
"@uiw/react-codemirror": "4.21.4",
|
||||
"@xstate/react": "3.2.2",
|
||||
"antd": "4.24.10",
|
||||
|
@ -13997,17 +13997,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-theme-bbedit": {
|
||||
"version": "4.21.3",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.3.tgz",
|
||||
"integrity": "sha512-eq8WEW1cU0DwfiQ3Vy2MIS1EupzKFbaspUaFC0ePCcD+ifVs8ro+fpoiYxjaMBPBZZox7RC7mMOyNxbpIEU8Gw==",
|
||||
"version": "4.21.4",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.4.tgz",
|
||||
"integrity": "sha512-C7vbfxLUMcvITtsfymZJl/7G8GFQejc6wENsqsDdYnxIoyiPZyyRcM+mfWC2pAgEFmaIVodHoIR49SnY7yYbiQ==",
|
||||
"dependencies": {
|
||||
"@uiw/codemirror-themes": "4.21.3"
|
||||
"@uiw/codemirror-themes": "4.21.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-themes": {
|
||||
"version": "4.21.3",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.3.tgz",
|
||||
"integrity": "sha512-gB7jUP1SqAkvwOGt0hTpyw7xHMJkgDu5ODy+1qPHMU27IT425+GXJAHPKLHBuRL2+InnWJPMz9JXVrrJU32lLg==",
|
||||
"version": "4.21.4",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.4.tgz",
|
||||
"integrity": "sha512-Zp0rPMji9MzV4cTwUHP/CP8JpAQ80cTNaXeVef7kyRZv6TznIjV3VrevXox5C2CoaJc/dygXc2K/JFl9CdrLpQ==",
|
||||
"dependencies": {
|
||||
"@codemirror/language": "^6.0.0",
|
||||
"@codemirror/state": "^6.0.0",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"@fontsource/inter": "^5.0.0",
|
||||
"@fontsource/poppins": "5.0.3",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.21.3",
|
||||
"@uiw/codemirror-theme-bbedit": "4.21.4",
|
||||
"@uiw/react-codemirror": "4.21.4",
|
||||
"@xstate/react": "3.2.2",
|
||||
"antd": "4.24.10",
|
||||
|
|
Loading…
Reference in a new issue