mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 22:31:09 +03:00
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.6
This commit is contained in:
parent
e9eed89a3e
commit
a663cfb4b0
2 changed files with 9 additions and 9 deletions
16
web/package-lock.json
generated
16
web/package-lock.json
generated
|
@ -15,7 +15,7 @@
|
|||
"@fontsource/open-sans": "4.5.13",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@next/bundle-analyzer": "^13.1.1",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.5",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.6",
|
||||
"@uiw/react-codemirror": "4.19.5",
|
||||
"@xstate/react": "3.0.1",
|
||||
"antd": "4.24.3",
|
||||
|
@ -12343,17 +12343,17 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-theme-bbedit": {
|
||||
"version": "4.19.5",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.19.5.tgz",
|
||||
"integrity": "sha512-XVP4N9rkZCYaIIdJNW05vlaNIzwznbQuirlZ1IvsIpjaKj4Gvt9tSrn4IJEBEmTD1al7YXMEs/n7LMUB0K0zWg==",
|
||||
"version": "4.19.6",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.19.6.tgz",
|
||||
"integrity": "sha512-ZzHtAvrmK+m4ql+vQrsJdNa+0yHoxGs8My2WHWuz3Z4DR3a0c2Hl/LSSyZE5F6vf1MT8i6Kv2fhPWqUgRaQ3ww==",
|
||||
"dependencies": {
|
||||
"@uiw/codemirror-themes": "4.19.5"
|
||||
"@uiw/codemirror-themes": "4.19.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-themes": {
|
||||
"version": "4.19.5",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.19.5.tgz",
|
||||
"integrity": "sha512-BWCTwQJaGiOc+nYqPLQDjmCtIojaCEKx2aO1bOTyGw0fisKwGw9Csll+bi9ujqA+vk6qYJmXI0P5K7kVs8fbdA==",
|
||||
"version": "4.19.6",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.19.6.tgz",
|
||||
"integrity": "sha512-vSVVwR6qkc74mbRuSpoDZadis6ygG3R49MWVf85BYz/3qyMl6dUZ4fby4FfQRFkdIWly2C+kOZydycx99IGp2g==",
|
||||
"dependencies": {
|
||||
"@codemirror/language": "^6.0.0",
|
||||
"@codemirror/state": "^6.0.0",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@codemirror/language-data": "6.1.0",
|
||||
"@fontsource/open-sans": "4.5.13",
|
||||
"@fontsource/poppins": "4.5.10",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.5",
|
||||
"@uiw/codemirror-theme-bbedit": "4.19.6",
|
||||
"@uiw/react-codemirror": "4.19.5",
|
||||
"@xstate/react": "3.0.1",
|
||||
"antd": "4.24.3",
|
||||
|
|
Loading…
Reference in a new issue