diff --git a/package-lock.json b/package-lock.json index b71399078f..e0caa92a6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8229,8 +8229,8 @@ }, "node_modules/@replit/codemirror-vim": { "version": "6.0.2", - "resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#76b21cf77b6c36755cc2be3b41dd17d4c847cc57", - "integrity": "sha512-nAdguVEy9otnKhzSrjdKo+pRY9+8lXvOvMQaoc5oCJxejAZ+htwA1nvyd2lvSX2x2pD7lpksrRp9XC5/CWRhiA==", + "resolved": "git+ssh://git@github.com/overleaf/codemirror-vim.git#60a264e12bb0e1eccf8d16b760371949f69cedb9", + "integrity": "sha512-oN8uVuJ9+4X4QppW3zD01iKbxN+5JYdfs7ni8QSomQqI+sHGsLy9tts16ttve3fVhn75xt28Z2m73ml9s0ygBQ==", "license": "MIT", "peerDependencies": { "@codemirror/commands": "^6.0.0", @@ -37908,6 +37908,7 @@ "bunyan": "^1.8.15", "dropbox": "^10.24.0", "express": "^4.17.1", + "lodash": "^4.17.21", "lru-cache": "^4.1.5", "mongodb": "^3.6.0", "node-fetch": "^2.6.7", @@ -38448,7 +38449,7 @@ "@pollyjs/persister-fs": "^4.2.1", "@reach/tabs": "^0.15.0", "@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2", - "@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57", + "@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9", "@sentry/browser": "^7.8.1", "@uppy/core": "^1.15.0", "@uppy/dashboard": "^1.11.0", @@ -48046,6 +48047,7 @@ "chai-as-promised": "^7.1.1", "dropbox": "^10.24.0", "express": "^4.17.1", + "lodash": "^4.17.21", "lru-cache": "^4.1.5", "mocha": "^8.4.0", "mongodb": "^3.6.0", @@ -48506,7 +48508,7 @@ "@pollyjs/persister-fs": "^4.2.1", "@reach/tabs": "^0.15.0", "@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2", - "@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57", + "@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9", "@sentry/browser": "^7.8.1", "@testing-library/cypress": "^8.0.3", "@testing-library/dom": "^8.13.0", @@ -50470,9 +50472,9 @@ "integrity": "sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg==" }, "@replit/codemirror-vim": { - "version": "git+ssh://git@github.com/overleaf/codemirror-vim.git#76b21cf77b6c36755cc2be3b41dd17d4c847cc57", - "integrity": "sha512-nAdguVEy9otnKhzSrjdKo+pRY9+8lXvOvMQaoc5oCJxejAZ+htwA1nvyd2lvSX2x2pD7lpksrRp9XC5/CWRhiA==", - "from": "@replit/codemirror-vim@overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57", + "version": "git+ssh://git@github.com/overleaf/codemirror-vim.git#60a264e12bb0e1eccf8d16b760371949f69cedb9", + "integrity": "sha512-oN8uVuJ9+4X4QppW3zD01iKbxN+5JYdfs7ni8QSomQqI+sHGsLy9tts16ttve3fVhn75xt28Z2m73ml9s0ygBQ==", + "from": "@replit/codemirror-vim@overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9", "requires": {} }, "@sentry/browser": { diff --git a/services/web/package.json b/services/web/package.json index 4a3c8344fd..b7e7f24228 100644 --- a/services/web/package.json +++ b/services/web/package.json @@ -107,7 +107,7 @@ "@pollyjs/persister-fs": "^4.2.1", "@reach/tabs": "^0.15.0", "@replit/codemirror-emacs": "overleaf/codemirror-emacs#8640addc01bbe99fec0144993d012b6dfc57d6e2", - "@replit/codemirror-vim": "overleaf/codemirror-vim#76b21cf77b6c36755cc2be3b41dd17d4c847cc57", + "@replit/codemirror-vim": "overleaf/codemirror-vim#60a264e12bb0e1eccf8d16b760371949f69cedb9", "@sentry/browser": "^7.8.1", "@uppy/core": "^1.15.0", "@uppy/dashboard": "^1.11.0",