Skip to content

Commit 9dfb633

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v9
1 parent 35b936f commit 9dfb633

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
@@ -79,7 +79,7 @@
7979
"babel-plugin-transform-remove-console": "6.9.4",
8080
"babel-plugin-unassert": "3.2.0",
8181
"babel-preset-power-assert": "3.0.0",
82-
"c8": "8.0.1",
82+
"c8": "9.0.0",
8383
"esdoc": "1.1.0",
8484
"esdoc-ecmascript-proposal-plugin": "1.0.0",
8585
"esdoc-inject-script-plugin": "1.0.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3395,19 +3395,18 @@ bundle-name@^3.0.0:
33953395
dependencies:
33963396
run-applescript "^5.0.0"
33973397

3398-
c8@8.0.1:
3399-
version "8.0.1"
3400-
resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.1.tgz#bafd60be680e66c5530ee69f621e45b1364af9fd"
3401-
integrity sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==
3398+
c8@9.0.0:
3399+
version "9.0.0"
3400+
resolved "https://registry.yarnpkg.com/c8/-/c8-9.0.0.tgz#96f135754bbfc9fceb3c118970dcfd4a158de59d"
3401+
integrity sha512-nFJhU2Cz6Frh2awk3IW7wwk3wx27/U2v8ojQCHGc1GWTCHS6aMu4lal327/ZnnYj7oSThGF1X3qUP1yzAJBcOQ==
34023402
dependencies:
34033403
"@bcoe/v8-coverage" "^0.2.3"
34043404
"@istanbuljs/schema" "^0.1.3"
34053405
find-up "^5.0.0"
3406-
foreground-child "^2.0.0"
3406+
foreground-child "^3.1.1"
34073407
istanbul-lib-coverage "^3.2.0"
34083408
istanbul-lib-report "^3.0.1"
34093409
istanbul-reports "^3.1.6"
3410-
rimraf "^3.0.2"
34113410
test-exclude "^6.0.0"
34123411
v8-to-istanbul "^9.0.0"
34133412
yargs "^17.7.2"
@@ -5545,13 +5544,13 @@ flatted@^3.1.0:
55455544
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
55465545
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
55475546

5548-
foreground-child@^2.0.0:
5549-
version "2.0.0"
5550-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
5551-
integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
5547+
foreground-child@^3.1.1:
5548+
version "3.1.1"
5549+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
5550+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
55525551
dependencies:
55535552
cross-spawn "^7.0.0"
5554-
signal-exit "^3.0.2"
5553+
signal-exit "^4.0.1"
55555554

55565555
forever-agent@~0.6.1:
55575556
version "0.6.1"

0 commit comments

Comments
 (0)