Skip to content

Commit 30491f6

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v9
1 parent 3555d01 commit 30491f6

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
@@ -83,7 +83,7 @@
8383
"babel-plugin-transform-remove-console": "6.9.4",
8484
"babel-plugin-unassert": "3.2.0",
8585
"babel-preset-power-assert": "3.0.0",
86-
"c8": "8.0.1",
86+
"c8": "9.1.0",
8787
"esdoc": "1.1.0",
8888
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8989
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3644,19 +3644,18 @@ bundle-name@^3.0.0:
36443644
dependencies:
36453645
run-applescript "^5.0.0"
36463646

3647-
c8@8.0.1:
3648-
version "8.0.1"
3649-
resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.1.tgz#bafd60be680e66c5530ee69f621e45b1364af9fd"
3650-
integrity sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==
3647+
c8@9.1.0:
3648+
version "9.1.0"
3649+
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3650+
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
36513651
dependencies:
36523652
"@bcoe/v8-coverage" "^0.2.3"
36533653
"@istanbuljs/schema" "^0.1.3"
36543654
find-up "^5.0.0"
3655-
foreground-child "^2.0.0"
3655+
foreground-child "^3.1.1"
36563656
istanbul-lib-coverage "^3.2.0"
36573657
istanbul-lib-report "^3.0.1"
36583658
istanbul-reports "^3.1.6"
3659-
rimraf "^3.0.2"
36603659
test-exclude "^6.0.0"
36613660
v8-to-istanbul "^9.0.0"
36623661
yargs "^17.7.2"
@@ -5947,13 +5946,13 @@ for-each@^0.3.3:
59475946
dependencies:
59485947
is-callable "^1.1.3"
59495948

5950-
foreground-child@^2.0.0:
5951-
version "2.0.0"
5952-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
5953-
integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
5949+
foreground-child@^3.1.1:
5950+
version "3.1.1"
5951+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
5952+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
59545953
dependencies:
59555954
cross-spawn "^7.0.0"
5956-
signal-exit "^3.0.2"
5955+
signal-exit "^4.0.1"
59575956

59585957
forever-agent@~0.6.1:
59595958
version "0.6.1"

0 commit comments

Comments
 (0)