Browse Source

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

pull/3336/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
e6661eb764
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.8",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.21.13",
"@uiw/codemirror-theme-bbedit": "4.21.18",
"@uiw/react-codemirror": "4.21.13",
"@xstate/react": "3.2.2",
"antd": "4.24.14",
@ -14419,17 +14419,17 @@ @@ -14419,17 +14419,17 @@
}
},
"node_modules/@uiw/codemirror-theme-bbedit": {
"version": "4.21.13",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.13.tgz",
"integrity": "sha512-ySYtSEui7UI7O/FD7BWkt1zvYuZC3qz3ABlpj6b99k1uR8TROXCPMfFNPwilKyHsaGQbGj873kYHsAIDc7tvIA==",
"version": "4.21.18",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-theme-bbedit/-/codemirror-theme-bbedit-4.21.18.tgz",
"integrity": "sha512-SACfPbC+WEk7vrvY6sUnR3xVSjXvHjZjb3zi0XY/weRVUMMG4AnIkm0SHEtGct3VobjeuUlSisRg+PZVTDZ6jg==",
"dependencies": {
"@uiw/codemirror-themes": "4.21.13"
"@uiw/codemirror-themes": "4.21.18"
}
},
"node_modules/@uiw/codemirror-themes": {
"version": "4.21.13",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.13.tgz",
"integrity": "sha512-+IeYow6kmz1LJmXd1rL7ngVxb5lm2wKrjYNfomDvmoUz2gKcca8y7pWGMIFhIsabrNW11SFVSloVkj9ZXw7e1Q==",
"version": "4.21.18",
"resolved": "https://registry.npmjs.org/@uiw/codemirror-themes/-/codemirror-themes-4.21.18.tgz",
"integrity": "sha512-9F/dm1jnRpp4pY+PCt+HCHz04SowFYjLiCGbqtx1x5f8+MBdKsT3qE2klLH8KHSkVplu2SaVUqCKj7WNuuvpcQ==",
"dependencies": {
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",

2
web/package.json

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
"@fontsource/inter": "^5.0.0",
"@fontsource/poppins": "5.0.8",
"@next/bundle-analyzer": "^13.1.1",
"@uiw/codemirror-theme-bbedit": "4.21.13",
"@uiw/codemirror-theme-bbedit": "4.21.18",
"@uiw/react-codemirror": "4.21.13",
"@xstate/react": "3.2.2",
"antd": "4.24.14",

Loading…
Cancel
Save