Browse Source

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

pull/3119/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
ff7642a50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      web/package-lock.json
  2. 2
      web/package.json

16
web/package-lock.json generated

@ -17,7 +17,7 @@ @@ -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 @@ @@ -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",

2
web/package.json

@ -22,7 +22,7 @@ @@ -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…
Cancel
Save