File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 88 "license" : " MIT" ,
99 "dependencies" : {
1010 "ajv-cli" : " ^5.0.0" ,
11- "prettier" : " ^2.5 .1"
11+ "prettier" : " ^3.1 .1"
1212 },
1313 "scripts" : {
1414 "test" : " ajv --strict=false -s canonical-data.schema.json -d \" exercises/*/canonical-data.json\" " ,
1515 "test-one" : " ajv --strict=false -s canonical-data.schema.json -d" ,
1616 "format-json" : " prettier --write **/*.json" ,
1717 "format-md" : " prettier --write **/*.md"
18- },
19- "resolutions" : {
20- "minimist" : " ^1.2.3"
2118 }
2219}
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ minimatch@^3.0.4:
134134 dependencies :
135135 brace-expansion "^1.1.7"
136136
137- minimist@^1.2.0, minimist@^1.2.3 :
137+ minimist@^1.2.0 :
138138 version "1.2.6"
139139 resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
140140 integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
@@ -151,10 +151,10 @@ path-is-absolute@^1.0.0:
151151 resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
152152 integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
153153
154- prettier@^2.5 .1 :
155- version "2.5 .1"
156- resolved "https://registry.npmjs.org /prettier/-/prettier-2.5 .1.tgz"
157- integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg ==
154+ prettier@^3.1 .1 :
155+ version "3.1 .1"
156+ resolved "https://registry.yarnpkg.com /prettier/-/prettier-3.1 .1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848 "
157+ integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw ==
158158
159159punycode@^2.1.0 :
160160 version "2.1.1"
You can’t perform that action at this time.
0 commit comments