Skip to content

Commit

Permalink
chore(deps): address deprecated url-search-params package (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bitinn committed May 1, 2019
1 parent b3ecba5 commit a35dcd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,6 +37,7 @@
},
"homepage": "https://github.com/bitinn/node-fetch",
"devDependencies": {
"@ungap/url-search-params": "^0.1.2",
"abort-controller": "^1.1.0",
"abortcontroller-polyfill": "^1.3.0",
"babel-core": "^6.26.3",
Expand All @@ -59,7 +60,6 @@
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",
"string-to-arraybuffer": "^1.0.2",
"url-search-params": "^1.0.2",
"whatwg-url": "^5.0.0"
},
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -8,7 +8,7 @@ import then from 'promise';
import resumer from 'resumer';
import FormData from 'form-data';
import stringToArrayBuffer from 'string-to-arraybuffer';
import URLSearchParams_Polyfill from 'url-search-params';
import URLSearchParams_Polyfill from '@ungap/url-search-params';
import { URL } from 'whatwg-url';
import { AbortController } from 'abortcontroller-polyfill/dist/abortcontroller';
import AbortController2 from 'abort-controller';
Expand Down

0 comments on commit a35dcd1

Please sign in to comment.