Skip to content

Commit cf56ed8

Browse files
committed
refactor: replace qs with neoqs
1 parent 06a28ee commit cf56ed8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@
112112
"etag": "^1.8.1",
113113
"fresh": "^0.5.2",
114114
"mime-types": "^2.1.35",
115+
"neoqs": "^6.12.3",
115116
"on-finished": "^2.4.1",
116117
"proxy-addr": "^2.0.7",
117-
"qs": "^6.12.1",
118118
"tmp-cache": "^1.1.0",
119119
"type-is": "^1.6.18",
120120
"vary": "^1.1.2",

src/qs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
import { parse, stringify } from 'qs'
10+
import { parse, stringify } from 'neoqs'
1111
import { QSParserConfig } from './types/qs.js'
1212

1313
/**

tests/router/router.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
import { parse } from 'qs'
10+
import { parse } from 'neoqs'
1111
import { test } from '@japa/runner'
1212
import { EncryptionFactory } from '@adonisjs/encryption/factories'
1313

0 commit comments

Comments
 (0)