Skip to content

Commit 0c1929c

Browse files
committed
chore: switch to picoquery
1 parent 337391a commit 0c1929c

3 files changed

Lines changed: 9 additions & 266 deletions

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ function sanitizeQuery(query, options) {
455455
}
456456

457457
const url = require('url');
458-
const qs = require('qs');
458+
const qs = require('neoqs/legacy');
459459

460460
/**
461461
* Parse a URL into a settings object

package-lock.json

Lines changed: 7 additions & 264 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
@@ -60,8 +60,8 @@
6060
"loopback-connector": "^6.2.4",
6161
"minimatch": "^10.0.1",
6262
"nanoid": "^3.3.11",
63+
"neoqs": "^6.13.0",
6364
"neotraverse": "^0.6.18",
64-
"qs": "^6.14.0",
6565
"strong-globalize": "^6.0.6",
6666
"uuid": "^11.1.0"
6767
},

0 commit comments

Comments
 (0)