From 60976727870a15b1ec2b101373366cb2219ac906 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 17:25:34 +0000 Subject: [PATCH] Bump qunit-dom from 0.9.0 to 0.9.2 Bumps [qunit-dom](https://github.com/simplabs/qunit-dom) from 0.9.0 to 0.9.2. - [Release notes](https://github.com/simplabs/qunit-dom/releases) - [Changelog](https://github.com/simplabs/qunit-dom/blob/master/CHANGELOG.md) - [Commits](https://github.com/simplabs/qunit-dom/compare/v0.9.0...v0.9.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 244209ad7a0..ef0b90bf282 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28597,9 +28597,9 @@ } }, "qunit-dom": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/qunit-dom/-/qunit-dom-0.9.0.tgz", - "integrity": "sha512-MvVEoCcf8BHVPD3gXg5GBfNy3JMZ3U3yOha4MB1rFs698EpvxMprOfC+NMEGvOF9Epm6GrsA0BFOdCKHd8Orrw==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/qunit-dom/-/qunit-dom-0.9.2.tgz", + "integrity": "sha512-BPf7OZjhXo9ekgsViNjQVS9BWkm2yQsPvBoy0juvt5nOFlcBVVwHSYsgpsJOunWkI1IgA3eStAC9mQx3Zw734g==", "dev": true, "requires": { "broccoli-funnel": "^2.0.2", diff --git a/package.json b/package.json index 1a223cf4d02..7ca95afad5a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "normalize.css": "^7.0.0", "nyc": "^14.1.1", "prettier": "^1.13.4", - "qunit-dom": "^0.9.0", + "qunit-dom": "^0.9.2", "sass": "^1.23.0-module.beta.1", "semver": "^6.3.0", "timekeeper": "^2.1.0"