aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package-lock.json
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2020-05-22 19:20:59 +0100
committerLaurenČ›iu Nicola <[email protected]>2020-05-24 14:32:00 +0100
commitd18704ddd269c3bd25db142ac131a7ee86743356 (patch)
treeeb501fb349152e79f8bb0004a660aa128f86f4ac /editors/code/package-lock.json
parent727ca80e4093e66aec1ac0a31aff524b4192584e (diff)
Bump some npm deps
Diffstat (limited to 'editors/code/package-lock.json')
-rw-r--r--editors/code/package-lock.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json
index c322b02c8..ee6b40a3b 100644
--- a/editors/code/package-lock.json
+++ b/editors/code/package-lock.json
@@ -117,9 +117,9 @@
117 "dev": true 117 "dev": true
118 }, 118 },
119 "@types/node": { 119 "@types/node": {
120 "version": "12.12.39", 120 "version": "12.12.42",
121 "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.39.tgz", 121 "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.42.tgz",
122 "integrity": "sha512-pADGfwnDkr6zagDwEiCVE4yQrv7XDkoeVa4OfA9Ju/zRTk6YNDLGtQbkdL4/56mCQQCs4AhNrBIag6jrp7ZuOg==", 122 "integrity": "sha512-R/9QdYFLL9dE9l5cWWzWIZByVGFd7lk7JVOJ7KD+E1SJ4gni7XJRLz9QTjyYQiHIqEAgku9VgxdLjMlhhUaAFg==",
123 "dev": true 123 "dev": true
124 }, 124 },
125 "@types/node-fetch": { 125 "@types/node-fetch": {
@@ -142,31 +142,31 @@
142 } 142 }
143 }, 143 },
144 "@types/vscode": { 144 "@types/vscode": {
145 "version": "1.45.0", 145 "version": "1.45.1",
146 "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.45.0.tgz", 146 "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.45.1.tgz",
147 "integrity": "sha512-b0Gyir7sPBCqiKLygAhn/AYVfzWD+SMPkWltBrIuPEyTOxSU1wVApWY/FcxYO2EWTRacoubTl4+gvZf86RkecA==", 147 "integrity": "sha512-0NO9qrrEJBO8FsqHCrFMgR2suKnwCsKBWvRSb2OzH5gs4i3QO5AhEMQYrSzDbU/wLPt7N617/rN9lPY213gmwg==",
148 "dev": true 148 "dev": true
149 }, 149 },
150 "@typescript-eslint/eslint-plugin": { 150 "@typescript-eslint/eslint-plugin": {
151 "version": "2.33.0", 151 "version": "2.34.0",
152 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.33.0.tgz", 152 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz",
153 "integrity": "sha512-QV6P32Btu1sCI/kTqjTNI/8OpCYyvlGjW5vD8MpTIg+HGE5S88HtT1G+880M4bXlvXj/NjsJJG0aGcVh0DdbeQ==", 153 "integrity": "sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==",
154 "dev": true, 154 "dev": true,
155 "requires": { 155 "requires": {
156 "@typescript-eslint/experimental-utils": "2.33.0", 156 "@typescript-eslint/experimental-utils": "2.34.0",
157 "functional-red-black-tree": "^1.0.1", 157 "functional-red-black-tree": "^1.0.1",
158 "regexpp": "^3.0.0", 158 "regexpp": "^3.0.0",
159 "tsutils": "^3.17.1" 159 "tsutils": "^3.17.1"
160 } 160 }
161 }, 161 },
162 "@typescript-eslint/experimental-utils": { 162 "@typescript-eslint/experimental-utils": {
163 "version": "2.33.0", 163 "version": "2.34.0",
164 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz", 164 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz",
165 "integrity": "sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg==", 165 "integrity": "sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==",
166 "dev": true, 166 "dev": true,
167 "requires": { 167 "requires": {
168 "@types/json-schema": "^7.0.3", 168 "@types/json-schema": "^7.0.3",
169 "@typescript-eslint/typescript-estree": "2.33.0", 169 "@typescript-eslint/typescript-estree": "2.34.0",
170 "eslint-scope": "^5.0.0", 170 "eslint-scope": "^5.0.0",
171 "eslint-utils": "^2.0.0" 171 "eslint-utils": "^2.0.0"
172 }, 172 },
@@ -183,21 +183,21 @@
183 } 183 }
184 }, 184 },
185 "@typescript-eslint/parser": { 185 "@typescript-eslint/parser": {
186 "version": "2.33.0", 186 "version": "2.34.0",
187 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.33.0.tgz", 187 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.34.0.tgz",
188 "integrity": "sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA==", 188 "integrity": "sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==",
189 "dev": true, 189 "dev": true,
190 "requires": { 190 "requires": {
191 "@types/eslint-visitor-keys": "^1.0.0", 191 "@types/eslint-visitor-keys": "^1.0.0",
192 "@typescript-eslint/experimental-utils": "2.33.0", 192 "@typescript-eslint/experimental-utils": "2.34.0",
193 "@typescript-eslint/typescript-estree": "2.33.0", 193 "@typescript-eslint/typescript-estree": "2.34.0",
194 "eslint-visitor-keys": "^1.1.0" 194 "eslint-visitor-keys": "^1.1.0"
195 } 195 }
196 }, 196 },
197 "@typescript-eslint/typescript-estree": { 197 "@typescript-eslint/typescript-estree": {
198 "version": "2.33.0", 198 "version": "2.34.0",
199 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz", 199 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
200 "integrity": "sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg==", 200 "integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
201 "dev": true, 201 "dev": true,
202 "requires": { 202 "requires": {
203 "debug": "^4.1.1", 203 "debug": "^4.1.1",
@@ -2015,9 +2015,9 @@
2015 } 2015 }
2016 }, 2016 },
2017 "rollup": { 2017 "rollup": {
2018 "version": "2.10.0", 2018 "version": "2.10.7",
2019 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.0.tgz", 2019 "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.10.7.tgz",
2020 "integrity": "sha512-7BmpEfUN9P6esJzWIn3DmR//90mW6YwYB1t3y48LpF8ITpYtL8s1kEirMKqUu44dVH/6a/rs0EuwYVL3FuRDoA==", 2020 "integrity": "sha512-rofUSH2i4GymWhQq6bfRaSiVbz4LEB4h/7+AhuXCaeOSwQqClD0hINjs59j8SyfQwcqe83NcVJAY2kjp0h33bQ==",
2021 "dev": true, 2021 "dev": true,
2022 "requires": { 2022 "requires": {
2023 "fsevents": "~2.1.2" 2023 "fsevents": "~2.1.2"
@@ -2295,9 +2295,9 @@
2295 } 2295 }
2296 }, 2296 },
2297 "tslib": { 2297 "tslib": {
2298 "version": "1.12.0", 2298 "version": "1.13.0",
2299 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.12.0.tgz", 2299 "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.13.0.tgz",
2300 "integrity": "sha512-5rxCQkP0kytf4H1T4xz1imjxaUUPMvc5aWp0rJ/VMIN7ClRiH1FwFvBt8wOeMasp/epeUnmSW6CixSIePtiLqA==", 2300 "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==",
2301 "dev": true 2301 "dev": true
2302 }, 2302 },
2303 "tsutils": { 2303 "tsutils": {
@@ -2341,9 +2341,9 @@
2341 } 2341 }
2342 }, 2342 },
2343 "typescript": { 2343 "typescript": {
2344 "version": "3.9.2", 2344 "version": "3.9.3",
2345 "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.2.tgz", 2345 "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz",
2346 "integrity": "sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==", 2346 "integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==",
2347 "dev": true 2347 "dev": true
2348 }, 2348 },
2349 "typescript-formatter": { 2349 "typescript-formatter": {