Skip to content

Commit f58cb7f

Browse files
committed
chore(deps): update dependency parse to v2
1 parent 45afff8 commit f58cb7f

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/parse": "2.4.7",
1919
"jest": "23.6.0",
2020
"moment": "2.22.0",
21-
"parse": "1.11.0",
21+
"parse": "2.3.2",
2222
"ts-jest": "21.2.4",
2323
"tslint": "5.11.0",
2424
"tslint-config-airbnb": "5.3.0",
@@ -56,7 +56,7 @@
5656
"homepage": "https://github.com/owsas/parse-offline.git#readme",
5757
"peerDependencies": {
5858
"@types/parse": "^2.4.4",
59-
"parse": "^1.11.0"
59+
"parse": "^1.11.0 || ^2.0.0"
6060
},
6161
"directories": {
6262
"test": "test"

yarn.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
esutils "^2.0.2"
1717
js-tokens "^3.0.0"
1818

19+
20+
version "7.4.3"
21+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.3.tgz#79888e452034223ad9609187a0ad1fe0d2ad4bdc"
22+
dependencies:
23+
regenerator-runtime "^0.13.2"
24+
1925
2026
version "22.2.2"
2127
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.2.2.tgz#afe5dacbd00d65325f52da0ed3e76e259629ac9d"
@@ -374,7 +380,7 @@ babel-register@^6.26.0:
374380
mkdirp "^0.5.1"
375381
source-map-support "^0.4.15"
376382

377-
babel-runtime@^6.11.6, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
383+
babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
378384
version "6.26.0"
379385
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
380386
dependencies:
@@ -2448,13 +2454,13 @@ parse5@^1.5.1:
24482454
version "1.5.1"
24492455
resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
24502456

2451-
parse@1.11.0:
2452-
version "1.11.0"
2453-
resolved "https://registry.yarnpkg.com/parse/-/parse-1.11.0.tgz#65a255cafc217c3f8ca24a036a8dc968ef363a64"
2457+
parse@2.3.2:
2458+
version "2.3.2"
2459+
resolved "https://registry.yarnpkg.com/parse/-/parse-2.3.2.tgz#9ab1b941a66bebc995491e7cc69271a326079724"
24542460
dependencies:
2455-
babel-runtime "^6.11.6"
2456-
ws "^3.3.1"
2457-
xmlhttprequest "^1.7.0"
2461+
"@babel/runtime" "7.4.3"
2462+
ws "6.2.1"
2463+
xmlhttprequest "1.8.0"
24582464

24592465
path-exists@^2.0.0:
24602466
version "2.1.0"
@@ -2665,6 +2671,10 @@ regenerator-runtime@^0.11.0:
26652671
version "0.11.0"
26662672
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz#7e54fe5b5ccd5d6624ea6255c3473be090b802e1"
26672673

2674+
regenerator-runtime@^0.13.2:
2675+
version "0.13.2"
2676+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447"
2677+
26682678
regex-cache@^0.4.2:
26692679
version "0.4.4"
26702680
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -3275,10 +3285,6 @@ uid-number@^0.0.6:
32753285
version "0.0.6"
32763286
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
32773287

3278-
ultron@~1.1.0:
3279-
version "1.1.0"
3280-
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.0.tgz#b07a2e6a541a815fc6a34ccd4533baec307ca864"
3281-
32823288
universalify@^0.1.0:
32833289
version "0.1.1"
32843290
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
@@ -3424,13 +3430,11 @@ write-file-atomic@^2.1.0:
34243430
imurmurhash "^0.1.4"
34253431
signal-exit "^3.0.2"
34263432

3427-
ws@^3.3.1:
3428-
version "3.3.3"
3429-
resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
3433+
ws@6.2.1:
3434+
version "6.2.1"
3435+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"
34303436
dependencies:
34313437
async-limiter "~1.0.0"
3432-
safe-buffer "~5.1.0"
3433-
ultron "~1.1.0"
34343438

34353439
ws@^4.0.0:
34363440
version "4.1.0"
@@ -3447,7 +3451,7 @@ xml-name-validator@^3.0.0:
34473451
version "3.0.0"
34483452
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
34493453

3450-
xmlhttprequest@^1.7.0:
3454+
xmlhttprequest@1.8.0:
34513455
version "1.8.0"
34523456
resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc"
34533457

0 commit comments

Comments
 (0)