Skip to content

Commit f8458a7

Browse files
committed
v4.1.5
1 parent 7e26478 commit f8458a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"types": "types/index.d.ts",
1515
"devDependencies": {
1616
"c8": "^8.0.1",
17-
"chai": "^4.3.8",
18-
"eslint": "^8.50.0",
17+
"chai": "^4.3.10",
18+
"eslint": "^8.52.0",
1919
"eslint-config-standard": "^17.1.0",
20-
"eslint-plugin-import": "^2.28.1",
20+
"eslint-plugin-import": "^2.29.0",
2121
"eslint-plugin-jsdoc": "^46.8.2",
22-
"eslint-plugin-regexp": "^1.15.0",
22+
"eslint-plugin-regexp": "^2.1.1",
2323
"mocha": "^10.2.0",
2424
"typescript": "^5.2.2"
2525
},
@@ -29,5 +29,5 @@
2929
"test": "c8 --reporter=text mocha --exit test",
3030
"tsc": "node -e \"fs.rmSync('types',{recursive:true,force:true})\" && npx tsc"
3131
},
32-
"version": "4.1.4"
32+
"version": "4.1.5"
3333
}

0 commit comments

Comments
 (0)