diff --git a/frontend/package.json b/frontend/package.json index 7e8377de57a..6b3b49aa397 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -115,7 +115,7 @@ "tss-react": "4.9.4", "typescript": "4.8.4", "use-query-params": "^2.2.1", - "vanilla-jsoneditor": "^0.22.0", + "vanilla-jsoneditor": "^0.23.0", "vite": "5.1.6", "vite-plugin-env-compatible": "2.0.1", "vite-plugin-svgr": "3.3.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2a2041f027d..a2c68d74d48 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7176,10 +7176,10 @@ validator@^13.7.0: resolved "https://registry.yarnpkg.com/validator/-/validator-13.11.0.tgz#23ab3fd59290c61248364eabf4067f04955fbb1b" integrity sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ== -vanilla-jsoneditor@^0.22.0: - version "0.22.0" - resolved "https://registry.yarnpkg.com/vanilla-jsoneditor/-/vanilla-jsoneditor-0.22.0.tgz#0ba372d517c38c866b48b821e6fa1ba3b6d7c415" - integrity sha512-r6AN3NAWyVFb9pH6iNIa2Q1YiSGai4PGhFN+YnR4OJzXE72hu/Xu/MUbVyGvJxchhPcWj6bIPB1Ox5KSOspmFA== +vanilla-jsoneditor@^0.23.0: + version "0.23.0" + resolved "https://registry.yarnpkg.com/vanilla-jsoneditor/-/vanilla-jsoneditor-0.23.0.tgz#edecb3620886eae9db5e53082969f2a56161cb3f" + integrity sha512-8gWgvj9xqnlI5M4lXxFN0NUeDsYqT4izh6PeztViRtwaXywH8Z8J0GUWMlnnzWuhvSjnZxlrCP5Yce5V6vwqUA== dependencies: "@codemirror/autocomplete" "^6.13.0" "@codemirror/commands" "^6.3.3"