Skip to content

Commit 03e25f2

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency nyc to v15.1.0
1 parent 2a255f0 commit 03e25f2

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
@@ -46,7 +46,7 @@
4646
"esdoc-inject-style-plugin": "1.0.0",
4747
"esdoc-standard-plugin": "1.0.0",
4848
"np": "6.2.3",
49-
"nyc": "15.0.1"
49+
"nyc": "15.1.0"
5050
},
5151
"files": [
5252
"lib"

yarn.lock

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

3087+
get-package-type@^0.1.0:
3088+
version "0.1.0"
3089+
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
3090+
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
3091+
30873092
get-stdin@^4.0.1:
30883093
version "4.0.1"
30893094
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -4701,10 +4706,10 @@ number-is-nan@^1.0.0:
47014706
resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.4.tgz#2285631f34a95f0d0395cd900c96ed39b58f346e"
47024707
integrity sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==
47034708

4704-
nyc@15.0.1:
4705-
version "15.0.1"
4706-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.0.1.tgz#bd4d5c2b17f2ec04370365a5ca1fc0ed26f9f93d"
4707-
integrity sha512-n0MBXYBYRqa67IVt62qW1r/d9UH/Qtr7SF1w/nQLJ9KxvWF6b2xCHImRAixHN9tnMMYHC2P14uo6KddNGwMgGg==
4709+
nyc@15.1.0:
4710+
version "15.1.0"
4711+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
4712+
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
47084713
dependencies:
47094714
"@istanbuljs/load-nyc-config" "^1.0.0"
47104715
"@istanbuljs/schema" "^0.1.2"
@@ -4714,6 +4719,7 @@ [email protected]:
47144719
find-cache-dir "^3.2.0"
47154720
find-up "^4.1.0"
47164721
foreground-child "^2.0.0"
4722+
get-package-type "^0.1.0"
47174723
glob "^7.1.6"
47184724
istanbul-lib-coverage "^3.0.0"
47194725
istanbul-lib-hook "^3.0.0"

0 commit comments

Comments
 (0)