Skip to content

Commit b43ff58

Browse files
committedAug 27, 2018
chore(deps): update dependency parse to v2
1 parent dfbaef4 commit b43ff58

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/parse": "2.4.7",
1919
"jest": "22.4.2",
2020
"moment": "2.22.0",
21-
"parse": "1.11.0",
21+
"parse": "2.0.2",
2222
"ts-jest": "21.2.4",
2323
"tslint": "5.8.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

+11-17
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ babel-register@^6.26.0:
359359
mkdirp "^0.5.1"
360360
source-map-support "^0.4.15"
361361

362-
babel-runtime@^6.11.6, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
362+
babel-runtime@6.26.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.2:
363363
version "6.26.0"
364364
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
365365
dependencies:
@@ -2370,13 +2370,13 @@ parse5@^1.5.1:
23702370
version "1.5.1"
23712371
resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
23722372

2373-
parse@1.11.0:
2374-
version "1.11.0"
2375-
resolved "https://registry.yarnpkg.com/parse/-/parse-1.11.0.tgz#65a255cafc217c3f8ca24a036a8dc968ef363a64"
2373+
parse@2.0.2:
2374+
version "2.0.2"
2375+
resolved "https://registry.yarnpkg.com/parse/-/parse-2.0.2.tgz#970d5f65f6c8d8b527e16b7c45f1419cd8c53007"
23762376
dependencies:
2377-
babel-runtime "^6.11.6"
2378-
ws "^3.3.1"
2379-
xmlhttprequest "^1.7.0"
2377+
babel-runtime "6.26.0"
2378+
ws "6.0.0"
2379+
xmlhttprequest "1.8.0"
23802380

23812381
path-exists@^2.0.0:
23822382
version "2.1.0"
@@ -3148,10 +3148,6 @@ uid-number@^0.0.6:
31483148
version "0.0.6"
31493149
resolved "https://registry.yarnpkg.com/uid-number/-/uid-number-0.0.6.tgz#0ea10e8035e8eb5b8e4449f06da1c730663baa81"
31503150

3151-
ultron@~1.1.0:
3152-
version "1.1.0"
3153-
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.0.tgz#b07a2e6a541a815fc6a34ccd4533baec307ca864"
3154-
31553151
universalify@^0.1.0:
31563152
version "0.1.1"
31573153
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.1.tgz#fa71badd4437af4c148841e3b3b165f9e9e590b7"
@@ -3297,13 +3293,11 @@ write-file-atomic@^2.1.0:
32973293
imurmurhash "^0.1.4"
32983294
signal-exit "^3.0.2"
32993295

3300-
ws@^3.3.1:
3301-
version "3.3.3"
3302-
resolved "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
3296+
ws@6.0.0:
3297+
version "6.0.0"
3298+
resolved "https://registry.yarnpkg.com/ws/-/ws-6.0.0.tgz#eaa494aded00ac4289d455bac8d84c7c651cef35"
33033299
dependencies:
33043300
async-limiter "~1.0.0"
3305-
safe-buffer "~5.1.0"
3306-
ultron "~1.1.0"
33073301

33083302
ws@^4.0.0:
33093303
version "4.1.0"
@@ -3320,7 +3314,7 @@ xml-name-validator@^3.0.0:
33203314
version "3.0.0"
33213315
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a"
33223316

3323-
xmlhttprequest@^1.7.0:
3317+
xmlhttprequest@1.8.0:
33243318
version "1.8.0"
33253319
resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc"
33263320

0 commit comments

Comments
 (0)