aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-04-03 10:38:54 -0700
committerGitHub <noreply@github.com>2021-04-03 10:38:54 -0700
commit66d1cc9fecab92ec648d02098dbd8d5e1a828b05 (patch)
tree8513f8b3e9fde4987f09f59c0be4ae474747d1bc /package.json
parentdcbff1fc7a2f56927577fe317395e2ada5eef4bf (diff)
Update dependencies (#22)
ssri and is-svg packages. https://github.com/advisories/GHSA-vx3p-948g-6vhq https://github.com/advisories/GHSA-7r28-3m3f-r2pr
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1021a1a..27a0c47 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
1{ 1{
2 "name": "wifi-details", 2 "name": "wifi-card",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "private": true, 4 "private": true,
5 "dependencies": { 5 "dependencies": {
@@ -31,5 +31,9 @@
31 "last 1 firefox version", 31 "last 1 firefox version",
32 "last 1 safari version" 32 "last 1 safari version"
33 ] 33 ]
34 } 34 },
35 "main": "index.js",
36 "repository": "git@github.com:bndw/wifi-card.git",
37 "author": "bndw <ben@bdw.to>",
38 "license": "MIT"
35} 39}