Skip to content

Commit ed31c77

Browse files
authored
Update yarn.lock (#95)
1 parent 1aaa337 commit ed31c77

File tree

3 files changed

+38
-39
lines changed

3 files changed

+38
-39
lines changed

ftplugin/typescript/jsdoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
" File: jsdoc.vim
22
" Author: NAKAMURA, Hisashi <https://github.com/sunvisor>
33
" Author: Shinya Ohyanagi <sohyanagi@gmail.com>
4-
" Version: 2.0.0
4+
" Version: 2.1.0
55
" WebPage: http://github.com/heavenshell/vim-jsdoc/
66
" Description: Generate JSDoc to your JavaScript, TypeScript file.
77
" License: BSD, see LICENSE for more details.

lib/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "jsdoc.vim",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"main": "index.js",
55
"author": "Shinya Ohyanagi",
6-
"license": "MIT",
76
"private": true,
87
"devDependencies": {
98
"lehre": "latest"

lib/yarn.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,51 @@
22
# yarn lockfile v1
33

44

5-
"@babel/helper-validator-identifier@^7.9.5":
6-
version "7.9.5"
7-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
8-
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
9-
10-
"@babel/parser@7.9.6":
11-
version "7.9.6"
12-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
13-
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
14-
15-
"@babel/types@7.9.6":
16-
version "7.9.6"
17-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
18-
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
5+
"@babel/helper-validator-identifier@^7.10.4":
6+
version "7.10.4"
7+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
8+
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
9+
10+
"@babel/parser@7.10.5":
11+
version "7.10.5"
12+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
13+
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
14+
15+
"@babel/types@7.10.5":
16+
version "7.10.5"
17+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
18+
integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q==
1919
dependencies:
20-
"@babel/helper-validator-identifier" "^7.9.5"
21-
lodash "^4.17.13"
20+
"@babel/helper-validator-identifier" "^7.10.4"
21+
lodash "^4.17.19"
2222
to-fast-properties "^2.0.0"
2323

24-
commander@5.1.0:
25-
version "5.1.0"
26-
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
27-
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
24+
commander@6.0.0:
25+
version "6.0.0"
26+
resolved "https://registry.yarnpkg.com/commander/-/commander-6.0.0.tgz#2b270da94f8fb9014455312f829a1129dbf8887e"
27+
integrity sha512-s7EA+hDtTYNhuXkTlhqew4txMZVdszBmKWSPEMxGr8ru8JXR7bLUFIAtPhcSuFdJQ0ILMxnJi8GkQL0yvDy/YA==
2828

29-
lehre@1.3.0:
30-
version "1.3.0"
31-
resolved "https://registry.yarnpkg.com/lehre/-/lehre-1.3.0.tgz#5bbdd9770bd5a7ed45539d96ee7e13b3e08d83b0"
32-
integrity sha512-4za8wmao9UQk+S3CPh9GbeTpR5RB0fX2aBTeTHv1olXUvIhR/CRJ15P36HgtKd1af7Ui+sqiUI2gUMTvN6TtiA==
29+
lehre@latest:
30+
version "1.3.4"
31+
resolved "https://registry.yarnpkg.com/lehre/-/lehre-1.3.4.tgz#e456a18e28ccc13a43bd659c765b1c4fd68009fd"
32+
integrity sha512-If45mHhl3hIvAUt01toUV66iOne36a8kwTA2jRDZva+M0brFBJSUtuTKPtvW1YHm+O8WQ2eT1CCsLfhF3TFrFw==
3333
dependencies:
34-
"@babel/parser" "7.9.6"
35-
"@babel/types" "7.9.6"
36-
commander "5.1.0"
37-
typescript "3.8.3"
34+
"@babel/parser" "7.10.5"
35+
"@babel/types" "7.10.5"
36+
commander "6.0.0"
37+
typescript "3.9.7"
3838

39-
lodash@^4.17.13:
40-
version "4.17.15"
41-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
42-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
39+
lodash@^4.17.19:
40+
version "4.17.19"
41+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
42+
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
4343

4444
to-fast-properties@^2.0.0:
4545
version "2.0.0"
4646
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
4747
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
4848

49-
typescript@3.8.3:
50-
version "3.8.3"
51-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
52-
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
49+
typescript@3.9.7:
50+
version "3.9.7"
51+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
52+
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==

0 commit comments

Comments
 (0)