Skip to content

Commit 1b270d7

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v9
1 parent b1fc53e commit 1b270d7

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
@@ -85,7 +85,7 @@
8585
"babel-plugin-transform-remove-console": "6.9.4",
8686
"babel-plugin-unassert": "3.2.0",
8787
"babel-preset-power-assert": "3.0.0",
88-
"c8": "8.0.1",
88+
"c8": "9.0.0",
8989
"esdoc": "1.1.0",
9090
"esdoc-ecmascript-proposal-plugin": "1.0.0",
9191
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3526,19 +3526,18 @@ bundle-name@^3.0.0:
35263526
dependencies:
35273527
run-applescript "^5.0.0"
35283528

3529-
c8@8.0.1:
3530-
version "8.0.1"
3531-
resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.1.tgz#bafd60be680e66c5530ee69f621e45b1364af9fd"
3532-
integrity sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==
3529+
c8@9.0.0:
3530+
version "9.0.0"
3531+
resolved "https://registry.yarnpkg.com/c8/-/c8-9.0.0.tgz#96f135754bbfc9fceb3c118970dcfd4a158de59d"
3532+
integrity sha512-nFJhU2Cz6Frh2awk3IW7wwk3wx27/U2v8ojQCHGc1GWTCHS6aMu4lal327/ZnnYj7oSThGF1X3qUP1yzAJBcOQ==
35333533
dependencies:
35343534
"@bcoe/v8-coverage" "^0.2.3"
35353535
"@istanbuljs/schema" "^0.1.3"
35363536
find-up "^5.0.0"
3537-
foreground-child "^2.0.0"
3537+
foreground-child "^3.1.1"
35383538
istanbul-lib-coverage "^3.2.0"
35393539
istanbul-lib-report "^3.0.1"
35403540
istanbul-reports "^3.1.6"
3541-
rimraf "^3.0.2"
35423541
test-exclude "^6.0.0"
35433542
v8-to-istanbul "^9.0.0"
35443543
yargs "^17.7.2"
@@ -5814,13 +5813,13 @@ flatted@^3.1.0:
58145813
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
58155814
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
58165815

5817-
foreground-child@^2.0.0:
5818-
version "2.0.0"
5819-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
5820-
integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
5816+
foreground-child@^3.1.1:
5817+
version "3.1.1"
5818+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
5819+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
58215820
dependencies:
58225821
cross-spawn "^7.0.0"
5823-
signal-exit "^3.0.2"
5822+
signal-exit "^4.0.1"
58245823

58255824
forever-agent@~0.6.1:
58265825
version "0.6.1"

0 commit comments

Comments
 (0)