File tree 4 files changed +11
-9
lines changed
4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,9 @@ const unsafe = (val, doUnesc) => {
186
186
}
187
187
try {
188
188
val = JSON . parse ( val )
189
- } catch ( _ ) { }
189
+ } catch {
190
+ // ignore errors
191
+ }
190
192
} else {
191
193
// walk the val to find the first not-escaped ; character
192
194
let esc = false
Original file line number Diff line number Diff line change 2
2
"author" : " GitHub Inc." ,
3
3
"name" : " ini" ,
4
4
"description" : " An ini encoder/decoder for node" ,
5
- "version" : " 3.0.0 " ,
5
+ "version" : " 3.0.1 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/npm/ini.git"
23
23
},
24
24
"devDependencies" : {
25
25
"@npmcli/eslint-config" : " ^3.0.1" ,
26
- "@npmcli/template-oss" : " 3.2.2 " ,
26
+ "@npmcli/template-oss" : " 3.5.0 " ,
27
27
"tap" : " ^16.0.1"
28
28
},
29
29
"license" : " ISC" ,
36
36
},
37
37
"templateOSS" : {
38
38
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
39
- "version" : " 3.2.2 "
39
+ "version" : " 3.5.0 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change 110
110
"glob" : " ^8.0.1" ,
111
111
"graceful-fs" : " ^4.2.10" ,
112
112
"hosted-git-info" : " ^5.1.0" ,
113
- "ini" : " ^3.0.0 " ,
113
+ "ini" : " ^3.0.1 " ,
114
114
"init-package-json" : " ^3.0.2" ,
115
115
"is-cidr" : " ^4.0.2" ,
116
116
"json-parse-even-better-errors" : " ^2.3.1" ,
4017
4017
"license" : " ISC"
4018
4018
},
4019
4019
"node_modules/ini" : {
4020
- "version" : " 3.0.0 " ,
4021
- "resolved" : " https://registry.npmjs.org/ini/-/ini-3.0.0 .tgz" ,
4022
- "integrity" : " sha512-TxYQaeNW/N8ymDvwAxPyRbhMBtnEwuvaTYpOQkFx1nSeusgezHniEc/l35Vo4iCq/mMiTJbpD7oYxN98hFlfmw ==" ,
4020
+ "version" : " 3.0.1 " ,
4021
+ "resolved" : " https://registry.npmjs.org/ini/-/ini-3.0.1 .tgz" ,
4022
+ "integrity" : " sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ ==" ,
4023
4023
"inBundle" : true ,
4024
4024
"engines" : {
4025
4025
"node" : " ^12.13.0 || ^14.15.0 || >=16.0.0"
Original file line number Diff line number Diff line change 75
75
"glob" : " ^8.0.1" ,
76
76
"graceful-fs" : " ^4.2.10" ,
77
77
"hosted-git-info" : " ^5.1.0" ,
78
- "ini" : " ^3.0.0 " ,
78
+ "ini" : " ^3.0.1 " ,
79
79
"init-package-json" : " ^3.0.2" ,
80
80
"is-cidr" : " ^4.0.2" ,
81
81
"json-parse-even-better-errors" : " ^2.3.1" ,
You can’t perform that action at this time.
0 commit comments