File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,7 +186,9 @@ const unsafe = (val, doUnesc) => {
186186 }
187187 try {
188188 val = JSON . parse ( val )
189- } catch ( _ ) { }
189+ } catch {
190+ // ignore errors
191+ }
190192 } else {
191193 // walk the val to find the first not-escaped ; character
192194 let esc = false
Original file line number Diff line number Diff line change 22 "author" : " GitHub Inc." ,
33 "name" : " ini" ,
44 "description" : " An ini encoder/decoder for node" ,
5- "version" : " 3.0.0 " ,
5+ "version" : " 3.0.1 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/npm/ini.git"
2323 },
2424 "devDependencies" : {
2525 "@npmcli/eslint-config" : " ^3.0.1" ,
26- "@npmcli/template-oss" : " 3.2.2 " ,
26+ "@npmcli/template-oss" : " 3.5.0 " ,
2727 "tap" : " ^16.0.1"
2828 },
2929 "license" : " ISC" ,
3636 },
3737 "templateOSS" : {
3838 "//@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 "
4040 }
4141}
Original file line number Diff line number Diff line change 110110 "glob" : " ^8.0.1" ,
111111 "graceful-fs" : " ^4.2.10" ,
112112 "hosted-git-info" : " ^5.1.0" ,
113- "ini" : " ^3.0.0 " ,
113+ "ini" : " ^3.0.1 " ,
114114 "init-package-json" : " ^3.0.2" ,
115115 "is-cidr" : " ^4.0.2" ,
116116 "json-parse-even-better-errors" : " ^2.3.1" ,
40174017 "license" : " ISC"
40184018 },
40194019 "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 ==" ,
40234023 "inBundle" : true ,
40244024 "engines" : {
40254025 "node" : " ^12.13.0 || ^14.15.0 || >=16.0.0"
Original file line number Diff line number Diff line change 7575 "glob" : " ^8.0.1" ,
7676 "graceful-fs" : " ^4.2.10" ,
7777 "hosted-git-info" : " ^5.1.0" ,
78- "ini" : " ^3.0.0 " ,
78+ "ini" : " ^3.0.1 " ,
7979 "init-package-json" : " ^3.0.2" ,
8080 "is-cidr" : " ^4.0.2" ,
8181 "json-parse-even-better-errors" : " ^2.3.1" ,
You can’t perform that action at this time.
0 commit comments