Skip to content

Commit 04fe42a

Browse files
Update dependency neovim to v5.3.0 (#9302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7bac5a3 commit 04fe42a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@
11911191
"dependencies": {
11921192
"diff-match-patch": "1.0.5",
11931193
"lodash": "^4.17.21",
1194-
"neovim": "5.2.1",
1194+
"neovim": "5.3.0",
11951195
"os-browserify": "0.3.0",
11961196
"parsimmon": "^1.18.0",
11971197
"path-browserify": "1.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3580,10 +3580,10 @@ neo-async@^2.6.2:
35803580
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
35813581
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
35823582

3583-
neovim@5.2.1:
3584-
version "5.2.1"
3585-
resolved "https://registry.yarnpkg.com/neovim/-/neovim-5.2.1.tgz#d5d216e989a0fbce737787d3ae78123f0df2193f"
3586-
integrity sha512-9mpiafAakIQ+yQRwmJr8bVyHhGwL7y44aByjo5RHpc8xjWHJ00FzSWFd/aNsBl209X/KrfuPPmKEnkKEQ6/iQA==
3583+
neovim@5.3.0:
3584+
version "5.3.0"
3585+
resolved "https://registry.yarnpkg.com/neovim/-/neovim-5.3.0.tgz#aa1113bc17282943576e83f0d0ee58aeea0ce841"
3586+
integrity sha512-32Cypq6qh7vzJ5wuVPPzIsBdOlvwo0do8/3jxLu+RGdneFSJjh5CYi0ScHHAw/2HLtIjRKhRjJMXeze21M+uyw==
35873587
dependencies:
35883588
"@msgpack/msgpack" "^2.8.0"
35893589
winston "3.14.1"

0 commit comments

Comments
 (0)