Skip to content

Commit 4d2821d

Browse files
committed
chore: bump deps
1 parent 8ab50d8 commit 4d2821d

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const path = require('node:path');
22
const fs = require('node:fs');
33
const _ = require('lodash');
44
const s = require('underscore.string');
5-
65
const list = require('./sensitive-fields');
76

87
// and we also want to add a prefixed AND affixed `_field` and `_input`

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@
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"

test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const test = require('ava');
22
const _ = require('lodash');
3-
43
const json = require('..');
54

65
test('JSON field exists and is not empty', (t) => {

0 commit comments

Comments
 (0)