diff options
| author | dependabot[bot] <support@dependabot.com> | 2019-02-05 20:26:19 +0000 |
|---|---|---|
| committer | dependabot[bot] <support@dependabot.com> | 2019-02-05 20:26:19 +0000 |
| commit | b92addffa98fdbce37ec67e742a266d557623fc2 (patch) | |
| tree | a4662aaab5bd3624e8e9674fb93723074a2e41af | |
| parent | proxyで400番台はそのステータスを返す (#4154) (diff) | |
| download | misskey-b92addffa98fdbce37ec67e742a266d557623fc2.tar.gz misskey-b92addffa98fdbce37ec67e742a266d557623fc2.tar.bz2 misskey-b92addffa98fdbce37ec67e742a266d557623fc2.zip | |
Update jsdom requirement from 13.1.0 to 13.2.0
Updates the requirements on [jsdom](https://github.com/jsdom/jsdom) to permit the latest version.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/commits/13.2.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2fd0c39479..edf8a8b64a 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "is-root": "2.0.0", "is-svg": "3.0.0", "js-yaml": "3.12.1", - "jsdom": "13.1.0", + "jsdom": "13.2.0", "json5": "2.1.0", "json5-loader": "1.0.1", "katex": "0.10.0", |