Skip to content

Commit c8e2c90

Browse files
committed
update dependencies
1 parent b9a1a1d commit c8e2c90

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

tests/unit-bun/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tests/unit-bun",
33
"devDependencies": {
4-
"qunit": "^2.24.0"
4+
"qunit": "^2.24.1"
55
}
66
}

tests/unit-karma/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"karma-qunit": "^4.2.1",
1212
"phantomjs-prebuilt": "~2.1.16",
1313
"playwright": "^1.50.0",
14-
"qunit": "^2.24.0",
14+
"qunit": "^2.24.1",
1515
"which": "^5.0.0"
1616
}
1717
}

tests/unit-node/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tests/unit-node",
33
"devDependencies": {
4-
"qunit": "^2.24.0"
4+
"qunit": "^2.24.1"
55
}
66
}

0 commit comments

Comments
 (0)