Skip to content

Commit 3ac5575

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v9
1 parent 4087673 commit 3ac5575

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"babel-plugin-transform-remove-console": "6.9.4",
8282
"babel-plugin-unassert": "3.2.0",
8383
"babel-preset-power-assert": "3.0.0",
84-
"c8": "8.0.1",
84+
"c8": "9.1.0",
8585
"esdoc": "1.1.0",
8686
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8787
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,19 +3572,18 @@ bundle-name@^3.0.0:
35723572
dependencies:
35733573
run-applescript "^5.0.0"
35743574

3575-
c8@8.0.1:
3576-
version "8.0.1"
3577-
resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.1.tgz#bafd60be680e66c5530ee69f621e45b1364af9fd"
3578-
integrity sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==
3575+
c8@9.1.0:
3576+
version "9.1.0"
3577+
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3578+
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
35793579
dependencies:
35803580
"@bcoe/v8-coverage" "^0.2.3"
35813581
"@istanbuljs/schema" "^0.1.3"
35823582
find-up "^5.0.0"
3583-
foreground-child "^2.0.0"
3583+
foreground-child "^3.1.1"
35843584
istanbul-lib-coverage "^3.2.0"
35853585
istanbul-lib-report "^3.0.1"
35863586
istanbul-reports "^3.1.6"
3587-
rimraf "^3.0.2"
35883587
test-exclude "^6.0.0"
35893588
v8-to-istanbul "^9.0.0"
35903589
yargs "^17.7.2"
@@ -5843,13 +5842,13 @@ for-each@^0.3.3:
58435842
dependencies:
58445843
is-callable "^1.1.3"
58455844

5846-
foreground-child@^2.0.0:
5847-
version "2.0.0"
5848-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
5849-
integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
5845+
foreground-child@^3.1.1:
5846+
version "3.1.1"
5847+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
5848+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
58505849
dependencies:
58515850
cross-spawn "^7.0.0"
5852-
signal-exit "^3.0.2"
5851+
signal-exit "^4.0.1"
58535852

58545853
forever-agent@~0.6.1:
58555854
version "0.6.1"

0 commit comments

Comments
 (0)