File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 112
112
"etag" : " ^1.8.1" ,
113
113
"fresh" : " ^0.5.2" ,
114
114
"mime-types" : " ^2.1.35" ,
115
+ "neoqs" : " ^6.12.3" ,
115
116
"on-finished" : " ^2.4.1" ,
116
117
"proxy-addr" : " ^2.0.7" ,
117
- "qs" : " ^6.12.1" ,
118
118
"tmp-cache" : " ^1.1.0" ,
119
119
"type-is" : " ^1.6.18" ,
120
120
"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