Skip to content

Commit 0f7837d

Browse files
Bump qunit from 2.11.3 to 2.13.0
Bumps [qunit](https://github.com/qunitjs/qunit) from 2.11.3 to 2.13.0. - [Release notes](https://github.com/qunitjs/qunit/releases) - [Changelog](https://github.com/qunitjs/qunit/blob/master/History.md) - [Commits](qunitjs/qunit@2.11.3...2.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c03496e commit 0f7837d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"eslint-plugin-prettier": "^3.1.4",
6060
"jest": "^26.6.3",
6161
"prettier": "^1.18.2",
62-
"qunit": "^2.11.3",
62+
"qunit": "^2.13.0",
6363
"release-it": "^14.2.0",
6464
"release-it-lerna-changelog": "^3.1.0",
6565
"require-so-slow": "^2.0.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,10 +2393,10 @@ combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
23932393
dependencies:
23942394
delayed-stream "~1.0.0"
23952395

2396-
commander@6.0.0:
2397-
version "6.0.0"
2398-
resolved "https://registry.yarnpkg.com/commander/-/commander-6.0.0.tgz#2b270da94f8fb9014455312f829a1129dbf8887e"
2399-
integrity sha512-s7EA+hDtTYNhuXkTlhqew4txMZVdszBmKWSPEMxGr8ru8JXR7bLUFIAtPhcSuFdJQ0ILMxnJi8GkQL0yvDy/YA==
2396+
commander@6.2.0:
2397+
version "6.2.0"
2398+
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
2399+
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
24002400

24012401
commander@^2.15.1:
24022402
version "2.20.0"
@@ -5543,10 +5543,10 @@ node-releases@^1.1.29:
55435543
dependencies:
55445544
semver "^5.3.0"
55455545

5546-
node-watch@0.6.4:
5547-
version "0.6.4"
5548-
resolved "https://registry.yarnpkg.com/node-watch/-/node-watch-0.6.4.tgz#50e564046eb7be15151c25f9c5aac4b5f495c291"
5549-
integrity sha512-cI6CHzivIFESe8djiK3Wh90CtWQBxLwMem8x8S+2GSvCvFgoMuOKVlfJtQ/2v3Afg3wOnHl/+tXotEs8z5vOrg==
5546+
node-watch@0.7.0:
5547+
version "0.7.0"
5548+
resolved "https://registry.yarnpkg.com/node-watch/-/node-watch-0.7.0.tgz#033c0c04239d9348f3402b6b6f9c1e689a7edbe1"
5549+
integrity sha512-OOBiglke5SlRQT5WYfwXTmYqTfXjcTNBHpalyHLtLxDpQYVpVRkJqabcch1kmwJsjV/J4OZuzEafeb4soqtFZA==
55505550

55515551
normalize-git-url@^3.0.2:
55525552
version "3.0.2"
@@ -6139,14 +6139,14 @@ quick-temp@^0.1.5, quick-temp@^0.1.8:
61396139
rimraf "^2.5.4"
61406140
underscore.string "~3.3.4"
61416141

6142-
qunit@^2.11.3:
6143-
version "2.11.3"
6144-
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.11.3.tgz#2f3f6598c9fc360cf52d0bdbf3db92962ec370d9"
6145-
integrity sha512-38gyZblz6kjV4G+6cn18Vvsh3ESnCXH9YXtfMJQGpKXWzLzUj8W/8iUewP+TsLwv95GQUXtMf2nl8h1iKsybFA==
6142+
qunit@^2.13.0:
6143+
version "2.13.0"
6144+
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.13.0.tgz#4cbaac0b314d787ba20195e238b0edf1cd9b2fb1"
6145+
integrity sha512-RvJquyNKbMSn5Qo28S2wKWxHl1Ku8m0zFLTKsXfq/WZkyM+b28gpEs6YkKN1fOCV4S+979+GnevD0FRgQayo3Q==
61466146
dependencies:
6147-
commander "6.0.0"
6147+
commander "6.2.0"
61486148
js-reporters "1.2.3"
6149-
node-watch "0.6.4"
6149+
node-watch "0.7.0"
61506150
tiny-glob "0.2.6"
61516151

61526152
rc@^1.2.8:

0 commit comments

Comments
 (0)