diff --git a/package-lock.json b/package-lock.json index d3a1f72dd6..d55fe7bf2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3313,9 +3313,9 @@ } }, "node_modules/@codemirror/search": { - "version": "6.4.0", - "resolved": "git+ssh://git@github.com/overleaf/codemirror-search.git#6a09ea7eaad138d810f989753036eabce23cc969", - "integrity": "sha512-LblfUBGsW2+0U+orNGYcJHGKRnbUSU7V/tQDRNKlrw+hE0ZgAGW1B+dZAkcd+AITn6VwjFxKgERB1CzDkWmQWQ==", + "version": "6.5.4", + "resolved": "git+ssh://git@github.com/overleaf/codemirror-search.git#29f7a871969ad64b89341bacbe5d46dda02eee12", + "integrity": "sha512-aMLQYaC/xv/kNkhp49jx24APK4fvxjypcgS7GfFUoLdhx39fDMw3Z4EGl56NDMFCdEJhG8yXk+hyvU+pxEQSfA==", "dev": true, "license": "MIT", "dependencies": { @@ -39624,7 +39624,7 @@ "@codemirror/lang-markdown": "^6.2.1", "@codemirror/language": "^6.9.1", "@codemirror/lint": "^6.4.2", - "@codemirror/search": "github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969", + "@codemirror/search": "github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.21.2", "@juggle/resize-observer": "^3.3.1", @@ -43038,10 +43038,10 @@ } }, "@codemirror/search": { - "version": "git+ssh://git@github.com/overleaf/codemirror-search.git#6a09ea7eaad138d810f989753036eabce23cc969", - "integrity": "sha512-LblfUBGsW2+0U+orNGYcJHGKRnbUSU7V/tQDRNKlrw+hE0ZgAGW1B+dZAkcd+AITn6VwjFxKgERB1CzDkWmQWQ==", + "version": "git+ssh://git@github.com/overleaf/codemirror-search.git#29f7a871969ad64b89341bacbe5d46dda02eee12", + "integrity": "sha512-aMLQYaC/xv/kNkhp49jx24APK4fvxjypcgS7GfFUoLdhx39fDMw3Z4EGl56NDMFCdEJhG8yXk+hyvU+pxEQSfA==", "dev": true, - "from": "@codemirror/search@github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969", + "from": "@codemirror/search@github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12", "requires": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -47761,7 +47761,7 @@ "@codemirror/lang-markdown": "^6.2.1", "@codemirror/language": "^6.9.1", "@codemirror/lint": "^6.4.2", - "@codemirror/search": "github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969", + "@codemirror/search": "github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.21.2", "@contentful/rich-text-html-renderer": "^16.0.2", diff --git a/services/web/package.json b/services/web/package.json index d822ce057e..ff85ad6ce3 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -177,7 +177,7 @@ "@codemirror/lang-markdown": "^6.2.1", "@codemirror/language": "^6.9.1", "@codemirror/lint": "^6.4.2", - "@codemirror/search": "github:overleaf/codemirror-search#6a09ea7eaad138d810f989753036eabce23cc969", + "@codemirror/search": "github:overleaf/codemirror-search#29f7a871969ad64b89341bacbe5d46dda02eee12", "@codemirror/state": "^6.2.1", "@codemirror/view": "^6.21.2", "@juggle/resize-observer": "^3.3.1",