File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ const path = require('node:path');
22const fs = require ( 'node:fs' ) ;
33const _ = require ( 'lodash' ) ;
44const s = require ( 'underscore.string' ) ;
5-
65const list = require ( './sensitive-fields' ) ;
76
87// and we also want to add a prefixed AND affixed `_field` and `_input`
Original file line number Diff line number Diff line change 1111 " Nick Baugh <[email protected] > (http://niftylettuce.com/)" 1212 ],
1313 "devDependencies" : {
14- "@commitlint/cli" : " ^17.4.2 " ,
15- "@commitlint/config-conventional" : " ^17.4.2 " ,
16- "ava" : " ^5.1.0 " ,
14+ "@commitlint/cli" : " ^17.7.1 " ,
15+ "@commitlint/config-conventional" : " ^17.7.0 " ,
16+ "ava" : " ^5.3.1 " ,
1717 "cross-env" : " ^7.0.3" ,
18- "eslint" : " ^8.31 .0" ,
18+ "eslint" : " ^8.49 .0" ,
1919 "eslint-config-xo-lass" : " ^2.0.1" ,
2020 "fixpack" : " ^4.0.0" ,
2121 "husky" : " ^8.0.3" ,
22- "lint-staged" : " ^13.1.0 " ,
22+ "lint-staged" : " ^14.0.1 " ,
2323 "lodash" : " ^4.17.21" ,
2424 "nyc" : " ^15.1.0" ,
25- "parse-err" : " ^0.0.12" ,
2625 "remark-cli" : " ^11.0.0" ,
2726 "remark-preset-github" : " ^4.0.4" ,
28- "underscore.string" : " ^3.3.5 " ,
29- "xo" : " 0.53 "
27+ "underscore.string" : " ^3.3.6 " ,
28+ "xo" : " 0.56 "
3029 },
3130 "engines" : {
3231 "node" : " >=14"
Original file line number Diff line number Diff line change 11const test = require ( 'ava' ) ;
22const _ = require ( 'lodash' ) ;
3-
43const json = require ( '..' ) ;
54
65test ( 'JSON field exists and is not empty' , ( t ) => {
You can’t perform that action at this time.
0 commit comments