summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-06-04 21:41:34 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-06-04 21:41:34 +0200
commit59c44d99a98f8346419d07a76a8a7a50de00a010 (patch)
treef9032a180ed1e8cb536a33283612a2fb5c973c40 /package.json
parentbd89d2ea5bead54d504f3e9aec2a7c0ef4af7743 (diff)
Update dependencies
Fix #7
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 87c2dff..1c851f6 100644
--- a/package.json
+++ b/package.json
@@ -12,8 +12,8 @@
],
"author": {
"name": "Justin Wernick",
- "email" : "justin@worthe-it.co.za",
- "url" : "http://www.worthe-it.co.za"
+ "email": "justin@worthe-it.co.za",
+ "url": "http://www.worthe-it.co.za"
},
"repository": {
"type": "git",
@@ -23,12 +23,12 @@
"bugs": "https://codeberg.org/worthe-it/south-african-id-parser/issues",
"license": "(ISC OR GPL-3.0)",
"funding": {
- "type" : "patreon",
- "url" : "https://www.patreon.com/worthe_it"
+ "type": "patreon",
+ "url": "https://www.patreon.com/worthe_it"
},
"devDependencies": {
- "chai": "^4.0.2",
- "mocha": "^3.4.2",
- "jshint": "^2.9.5"
+ "chai": "^4.3.7",
+ "jshint": "^2.13.6",
+ "mocha": "^10.2.0"
}
}