diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-13 18:54:34 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-13 18:54:34 -0400 |
commit | 02d815f3f4ece48bab1ba0aa8c650459a4698930 (patch) | |
tree | 7b1cb74cf5cedc9319a2fb4aa8efd1d19ffba480 /package.json | |
parent | 7f3e272839a6a94142f0f53ce1e29854b224ff0a (diff) |
Update jsdom to 16.2.2
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 b02ec179..0729cda1 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.1" + "jsdom": "^16.2.2" } } |