Skip to content

Commit 5a5cf27

Browse files
committed
⬆️ deps: Upgrade dependency c8 to v9
1 parent 47a1465 commit 5a5cf27

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
@@ -91,7 +91,7 @@
9191
"babel-plugin-transform-remove-console": "6.9.4",
9292
"babel-plugin-unassert": "3.2.0",
9393
"babel-preset-power-assert": "3.0.0",
94-
"c8": "8.0.1",
94+
"c8": "9.1.0",
9595
"esdoc": "1.1.0",
9696
"esdoc-inject-script-plugin": "1.0.0",
9797
"esdoc-inject-style-plugin": "1.0.0",

yarn.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3707,19 +3707,18 @@ bundle-name@^3.0.0:
37073707
dependencies:
37083708
run-applescript "^5.0.0"
37093709

3710-
c8@8.0.1:
3711-
version "8.0.1"
3712-
resolved "https://registry.yarnpkg.com/c8/-/c8-8.0.1.tgz#bafd60be680e66c5530ee69f621e45b1364af9fd"
3713-
integrity sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==
3710+
c8@9.1.0:
3711+
version "9.1.0"
3712+
resolved "https://registry.yarnpkg.com/c8/-/c8-9.1.0.tgz#0e57ba3ab9e5960ab1d650b4a86f71e53cb68112"
3713+
integrity sha512-mBWcT5iqNir1zIkzSPyI3NCR9EZCVI3WUD+AVO17MVWTSFNyUueXE82qTeampNtTr+ilN/5Ua3j24LgbCKjDVg==
37143714
dependencies:
37153715
"@bcoe/v8-coverage" "^0.2.3"
37163716
"@istanbuljs/schema" "^0.1.3"
37173717
find-up "^5.0.0"
3718-
foreground-child "^2.0.0"
3718+
foreground-child "^3.1.1"
37193719
istanbul-lib-coverage "^3.2.0"
37203720
istanbul-lib-report "^3.0.1"
37213721
istanbul-reports "^3.1.6"
3722-
rimraf "^3.0.2"
37233722
test-exclude "^6.0.0"
37243723
v8-to-istanbul "^9.0.0"
37253724
yargs "^17.7.2"
@@ -6017,13 +6016,13 @@ for-each@^0.3.3:
60176016
dependencies:
60186017
is-callable "^1.1.3"
60196018

6020-
foreground-child@^2.0.0:
6021-
version "2.0.0"
6022-
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-2.0.0.tgz#71b32800c9f15aa8f2f83f4a6bd9bff35d861a53"
6023-
integrity sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==
6019+
foreground-child@^3.1.1:
6020+
version "3.1.1"
6021+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
6022+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
60246023
dependencies:
60256024
cross-spawn "^7.0.0"
6026-
signal-exit "^3.0.2"
6025+
signal-exit "^4.0.1"
60276026

60286027
forever-agent@~0.6.1:
60296028
version "0.6.1"

0 commit comments

Comments
 (0)