fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.23 (#3600)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-25 13:30:49 -08:00 committed by GitHub
parent 9fc2cb27ef
commit e2fdc32028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
web/package-lock.json generated
View file

@ -17,7 +17,7 @@
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "5.0.8",
"@next/bundle-analyzer": "^14.0.0",
"@uiw/codemirror-theme-bbedit": "4.21.22",
"@uiw/codemirror-theme-bbedit": "4.21.23",
"@uiw/react-codemirror": "4.21.22",
"@xstate/react": "3.2.2",
"antd": "4.24.15",
@ -9870,20 +9870,20 @@
}
},
"node_modules/@uiw/codemirror-theme-bbedit": {
"version": "4.21.22",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.22.tgz",
"integrity": "sha512-OQEZfO36pMSg2EFl2pD2HHrQXbiXqcTaLtbGQ78MHiZ6OqvGDkQ0djqf/n4/1e6P76EczHYiMdD5TKphblVbLA==",
"version": "4.21.23",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.23.tgz",
"integrity": "sha512-q3ue7ukW4HWRRBteqlmuVpkqjiqMFaM9SoDwhMJZjPyyQamhpHu6GiUGzW6RlFSYPCaAMypYPnL8Dw6sKElftA==",
"dependencies": {
"@uiw/codemirror-themes": "4.21.22"
"@uiw/codemirror-themes": "4.21.23"
},
"funding": {
"url": "https://jaywcjlove.github.io/#/sponsor"
}
},
"node_modules/@uiw/codemirror-themes": {
"version": "4.21.22",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.22.tgz",
"integrity": "sha512-oRMNtDmD6ER0EH2/NKGbrUzeRJbZ/4+GE3/9OItaAGhdsd2V33WGqVX7QwXsjLNhpNfscbVKB3PYLyRooBdlfg==",
"version": "4.21.23",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.23.tgz",
"integrity": "sha512-eTQjWTASVgDleSaN7JfsplG/M9gGuOujSRTVZ7IvXL+c1mobtxVgLpo2IjQHWzJBBD0XAqsah6Mbu1dhP0jZHw==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",

View file

@ -23,7 +23,7 @@
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "5.0.8",
"@next/bundle-analyzer": "^14.0.0",
"@uiw/codemirror-theme-bbedit": "4.21.22",
"@uiw/codemirror-theme-bbedit": "4.21.23",
"@uiw/react-codemirror": "4.21.22",
"@xstate/react": "3.2.2",
"antd": "4.24.15",