Skip to content

Commit cc03a2a

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency nyc to v15.1.0
1 parent 46c48f7 commit cc03a2a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"esdoc-inject-style-plugin": "1.0.0",
5151
"esdoc-standard-plugin": "1.0.0",
5252
"np": "6.2.3",
53-
"nyc": "15.0.1"
53+
"nyc": "15.1.0"
5454
},
5555
"files": [
5656
"lib"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,6 +3040,11 @@ get-caller-file@^2.0.1:
30403040
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
30413041
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
30423042

3043+
get-package-type@^0.1.0:
3044+
version "0.1.0"
3045+
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
3046+
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
3047+
30433048
get-stdin@^4.0.1:
30443049
version "4.0.1"
30453050
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -4656,10 +4661,10 @@ number-is-nan@^1.0.0:
46564661
resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.4.tgz#2285631f34a95f0d0395cd900c96ed39b58f346e"
46574662
integrity sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==
46584663

4659-
nyc@15.0.1:
4660-
version "15.0.1"
4661-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.0.1.tgz#bd4d5c2b17f2ec04370365a5ca1fc0ed26f9f93d"
4662-
integrity sha512-n0MBXYBYRqa67IVt62qW1r/d9UH/Qtr7SF1w/nQLJ9KxvWF6b2xCHImRAixHN9tnMMYHC2P14uo6KddNGwMgGg==
4664+
nyc@15.1.0:
4665+
version "15.1.0"
4666+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
4667+
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
46634668
dependencies:
46644669
"@istanbuljs/load-nyc-config" "^1.0.0"
46654670
"@istanbuljs/schema" "^0.1.2"
@@ -4669,6 +4674,7 @@ nyc@15.0.1:
46694674
find-cache-dir "^3.2.0"
46704675
find-up "^4.1.0"
46714676
foreground-child "^2.0.0"
4677+
get-package-type "^0.1.0"
46724678
glob "^7.1.6"
46734679
istanbul-lib-coverage "^3.0.0"
46744680
istanbul-lib-hook "^3.0.0"

0 commit comments

Comments
 (0)