Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function sanitizeQuery(query, options) {
}

const url = require('url');
const qs = require('qs');
const qs = require('neoqs/legacy');

/**
* Parse a URL into a settings object
Expand Down
271 changes: 7 additions & 264 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"loopback-connector": "^6.2.4",
"minimatch": "^10.0.1",
"nanoid": "^3.3.11",
"neoqs": "^6.13.0",
"neotraverse": "^0.6.18",
"qs": "^6.14.0",
"strong-globalize": "^6.0.6",
"uuid": "^11.1.0"
},
Expand Down