File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 72
72
"@types/on-finished" : " ^2.3.4" ,
73
73
"@types/pem" : " ^1.14.4" ,
74
74
"@types/proxy-addr" : " ^2.0.3" ,
75
- "@types/qs" : " ^6.9.15" ,
76
75
"@types/supertest" : " ^6.0.2" ,
77
76
"@types/type-is" : " ^1.6.6" ,
78
77
"@types/vary" : " ^1.1.3" ,
112
111
"etag" : " ^1.8.1" ,
113
112
"fresh" : " ^0.5.2" ,
114
113
"mime-types" : " ^2.1.35" ,
114
+ "neoqs" : " ^6.12.3" ,
115
115
"on-finished" : " ^2.4.1" ,
116
116
"proxy-addr" : " ^2.0.7" ,
117
- "qs" : " ^6.12.1" ,
118
117
"tmp-cache" : " ^1.1.0" ,
119
118
"type-is" : " ^1.6.18" ,
120
119
"vary" : " ^1.1.2" ,
Original file line number Diff line number Diff line change 7
7
* file that was distributed with this source code.
8
8
*/
9
9
10
- import { parse , stringify } from 'qs '
10
+ import { parse , stringify } from 'neoqs '
11
11
import { QSParserConfig } from './types/qs.js'
12
12
13
13
/**
Original file line number Diff line number Diff line change 7
7
* file that was distributed with this source code.
8
8
*/
9
9
10
- import { parse } from 'qs '
10
+ import { parse } from 'neoqs '
11
11
import { test } from '@japa/runner'
12
12
import { EncryptionFactory } from '@adonisjs/encryption/factories'
13
13
You can’t perform that action at this time.
0 commit comments