diff --git a/frontend/package.json b/frontend/package.json index f8ac855c38..7cb420c81f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -102,8 +102,8 @@ "vite-tsconfig-paths": "3.5.0", "vitest": "0.16.0", "whatwg-fetch": "^3.6.2", - "@codemirror/lang-json": "^6.0.0", - "@codemirror/state": "^6.1.0", + "@codemirror/lang-json": "6.0.0", + "@codemirror/state": "6.1.0", "@uiw/react-codemirror": "^4.11.4", "codemirror": "^6.0.1" }, diff --git a/frontend/yarn.lock b/frontend/yarn.lock index fc3af17b73..ef36982847 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1107,7 +1107,7 @@ "@codemirror/view" "^6.0.0" "@lezer/common" "^1.0.0" -"@codemirror/lang-json@^6.0.0": +"@codemirror/lang-json@6.0.0": version "6.0.0" resolved "https://registry.yarnpkg.com/@codemirror/lang-json/-/lang-json-6.0.0.tgz#6ac373248c2d44ceab6d5d58879cc543095e503e" integrity sha512-DvTcYTKLmg2viADXlTdufrT334M9jowe1qO02W28nvm+nejcvhM5vot5mE8/kPrxYw/HJHhwu1z2PyBpnMLCNQ== @@ -1145,7 +1145,7 @@ "@codemirror/view" "^6.0.0" crelt "^1.0.5" -"@codemirror/state@^6.0.0", "@codemirror/state@^6.1.0": +"@codemirror/state@6.1.0", "@codemirror/state@^6.0.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@codemirror/state/-/state-6.1.0.tgz#c0f1d80f61908c9dcf5e2a3fe931e9dd78f3df8a" integrity sha512-qbUr94DZTe6/V1VS7LDLz11rM/1t/nJxR1El4I6UaxDEdc0aZZvq6JCLJWiRmUf95NRAnDH6fhXn+PWp9wGCIg==