diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-13 02:21:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 02:21:23 +0000 |
commit | c5eb4b12a2ee531ea24c1205e6b4fe7694b284db (patch) | |
tree | 1ad4ca97dc280dda0e6212c9c3f2b55b92502291 /package.json | |
parent | 32551b9ff7978395ec7777f11320056ab8413432 (diff) | |
download | nextcloud-server-c5eb4b12a2ee531ea24c1205e6b4fe7694b284db.tar.gz nextcloud-server-c5eb4b12a2ee531ea24c1205e6b4fe7694b284db.zip |
Bump jsdom from 16.4.0 to 16.5.1
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.5.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.4.0...16.5.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 95894c39b90..ea5950259a6 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "exports-loader": "^1.1.1", "file-loader": "^6.2.0", "handlebars-loader": "^1.7.1", - "jsdom": "^16.4.0", + "jsdom": "^16.5.1", "jsdom-global": "^3.0.2", "mocha": "^8.3.0", "mochapack": "^2.0.6", |