Skip to content

Commit 1a01d69

Browse files
authored
Merge pull request #328 from pretenderjs/upgrade-deps
Upgrade runtime deps
2 parents a4c3554 + 5bd09fe commit 1a01d69

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"tslib": "^1.9.3",
4747
"typescript": "~3.1.1",
4848
"typescript-eslint-parser": "^21.0.2",
49-
"url-parse": "^1.4.7",
50-
"whatwg-fetch": "^3.0.0"
49+
"url-parse": "^1.5.3",
50+
"whatwg-fetch": "^3.6.2"
5151
},
5252
"dependencies": {
53-
"fake-xml-http-request": "^2.1.1",
53+
"fake-xml-http-request": "^2.1.2",
5454
"route-recognizer": "^0.3.3"
5555
},
5656
"files": [

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,10 +1717,10 @@ extsprintf@^1.2.0:
17171717
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
17181718
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
17191719

1720-
fake-xml-http-request@^2.1.1:
1721-
version "2.1.1"
1722-
resolved "https://registry.npmjs.org/fake-xml-http-request/-/fake-xml-http-request-2.1.1.tgz#279fdac235840d7a4dff77d98ec44bce9fc690a6"
1723-
integrity sha512-Kn2WYYS6cDBS5jq/voOfSGCA0TafOYAUPbEp8mUVpD/DVV5bQIDjlq+MLLvNUokkbTpjBVlLDaM5PnX+PwZMlw==
1720+
fake-xml-http-request@^2.1.2:
1721+
version "2.1.2"
1722+
resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-2.1.2.tgz#f1786720cae50bbb46273035a0173414f3e85e74"
1723+
integrity sha512-HaFMBi7r+oEC9iJNpc3bvcW7Z7iLmM26hPDmlb0mFwyANSsOQAtJxbdWsXITKOzZUyMYK0zYCv3h5yDj9TsiXg==
17241724

17251725
fast-deep-equal@^2.0.1:
17261726
version "2.0.1"
@@ -4495,10 +4495,10 @@ url-parse-lax@^3.0.0:
44954495
dependencies:
44964496
prepend-http "^2.0.0"
44974497

4498-
url-parse@^1.4.7:
4499-
version "1.4.7"
4500-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278"
4501-
integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==
4498+
url-parse@^1.5.3:
4499+
version "1.5.3"
4500+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
4501+
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
45024502
dependencies:
45034503
querystringify "^2.1.1"
45044504
requires-port "^1.0.0"
@@ -4544,10 +4544,10 @@ wcwidth@^1.0.1:
45444544
dependencies:
45454545
defaults "^1.0.3"
45464546

4547-
whatwg-fetch@^3.0.0:
4548-
version "3.0.0"
4549-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb"
4550-
integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==
4547+
whatwg-fetch@^3.6.2:
4548+
version "3.6.2"
4549+
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c"
4550+
integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==
45514551

45524552
which-module@^2.0.0:
45534553
version "2.0.0"

0 commit comments

Comments
 (0)