mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.23.5
This commit is contained in:
parent
c7b0f59e51
commit
59fafc6fc6
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.1.0",
|
||||
"@next/bundle-analyzer": "^14.0.0",
|
||||
"@uiw/codemirror-theme-bbedit": "4.23.4",
|
||||
"@uiw/codemirror-theme-bbedit": "4.23.5",
|
||||
"@uiw/react-codemirror": "4.23.4",
|
||||
"@xstate/react": "3.2.2",
|
||||
"antd": "4.24.16",
|
||||
|
@ -8258,21 +8258,21 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-theme-bbedit": {
|
||||
"version": "4.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.23.4.tgz",
|
||||
"integrity": "sha512-gs8e6kvKvubpO+1x3MSGwS52XRb1pveKnKyLc8cEZMDrhe5L7ktGlZZ0G9BZ/lrVUnvjFS2eUg5CyF3UgU19zg==",
|
||||
"version": "4.23.5",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.23.5.tgz",
|
||||
"integrity": "sha512-oZzrUaXbDGbKgugpXitgoZq9lCZ2AeFdRE6KwYy+RDWLvroF8b5Fk54m+IXEc1V8j1cIosdZwYKtU62g4Fw+LQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@uiw/codemirror-themes": "4.23.4"
|
||||
"@uiw/codemirror-themes": "4.23.5"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://jaywcjlove.github.io/#/sponsor"
|
||||
}
|
||||
},
|
||||
"node_modules/@uiw/codemirror-themes": {
|
||||
"version": "4.23.4",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.4.tgz",
|
||||
"integrity": "sha512-rnuNUOTVq+B9ym2V7tqjGWhAr+4dyVRGYan2pIRFPRNpYTcr7XsbcGRy6DBkHK5uVK8tAiqC1Gn7vPSdC1nZXg==",
|
||||
"version": "4.23.5",
|
||||
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.23.5.tgz",
|
||||
"integrity": "sha512-yWUTpaVroxIxjKASQAmKaYy+ZYtF+YB6d8sVmSRK2TVD13M+EWvVT2jBGFLqR1UVg7G0W/McAy8xdeTg+a3slg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@codemirror/language": "^6.0.0",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"@fontsource/inter": "^5.0.0",
|
||||
"@fontsource/poppins": "5.1.0",
|
||||
"@next/bundle-analyzer": "^14.0.0",
|
||||
"@uiw/codemirror-theme-bbedit": "4.23.4",
|
||||
"@uiw/codemirror-theme-bbedit": "4.23.5",
|
||||
"@uiw/react-codemirror": "4.23.4",
|
||||
"@xstate/react": "3.2.2",
|
||||
"antd": "4.24.16",
|
||||
|
|
Loading…
Reference in a new issue