Skip to content

Commit a781410

Browse files
committed
Downgrade -> "query-string": "^7.1.3"
1 parent 7dd67e6 commit a781410

File tree

3 files changed

+57
-55
lines changed

3 files changed

+57
-55
lines changed

jest.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
const esModules = [
2-
// query-string and its dependencies
3-
'query-string',
4-
'decode-uri-component',
5-
'split-on-first',
6-
'filter-obj',
72
// got and dependencies
83
'got',
94
'p-cancelable',

package-lock.json

Lines changed: 56 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"form-data": "^4.0.0",
4545
"got": "^11.8.6",
4646
"hash.js": "^1.1.7",
47-
"query-string": "^8.1.0",
47+
"query-string": "^7.1.3",
4848
"tunnel": "^0.0.6",
4949
"yargs": "^17.2.1"
5050
},

0 commit comments

Comments
 (0)