diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-15 22:35:34 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-15 22:35:34 -0400 |
commit | 647769f2baae338f201690f21c4bf8983bcb10b0 (patch) | |
tree | ab9c89fc7314fb3bcb4cdb6bc54a7706a384a6e4 /package.json | |
parent | 9a55c752d97dfe2861735d4b52f7201d4d70d6e6 (diff) |
Update jsdom to version 16.2.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 23f0eb25..10aad3a9 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "eslint": "^6.8.0", "eslint-plugin-no-unsanitized": "^3.0.2", "fake-indexeddb": "^3.0.0", - "jsdom": "^16.2.0" + "jsdom": "^16.2.1" } } |