Skip to content

Commit 35105bd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency nyc to v15.1.0
1 parent d74d342 commit 35105bd

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
@@ -43,7 +43,7 @@
4343
"esdoc-inject-style-plugin": "1.0.0",
4444
"esdoc-standard-plugin": "1.0.0",
4545
"np": "6.2.4",
46-
"nyc": "15.0.1"
46+
"nyc": "15.1.0"
4747
},
4848
"files": [
4949
"lib"

yarn.lock

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

3020+
get-package-type@^0.1.0:
3021+
version "0.1.0"
3022+
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
3023+
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
3024+
30203025
get-stdin@^4.0.1:
30213026
version "4.0.1"
30223027
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -4634,10 +4639,10 @@ number-is-nan@^1.0.0:
46344639
resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.4.tgz#2285631f34a95f0d0395cd900c96ed39b58f346e"
46354640
integrity sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==
46364641

4637-
nyc@15.0.1:
4638-
version "15.0.1"
4639-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.0.1.tgz#bd4d5c2b17f2ec04370365a5ca1fc0ed26f9f93d"
4640-
integrity sha512-n0MBXYBYRqa67IVt62qW1r/d9UH/Qtr7SF1w/nQLJ9KxvWF6b2xCHImRAixHN9tnMMYHC2P14uo6KddNGwMgGg==
4642+
nyc@15.1.0:
4643+
version "15.1.0"
4644+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
4645+
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
46414646
dependencies:
46424647
"@istanbuljs/load-nyc-config" "^1.0.0"
46434648
"@istanbuljs/schema" "^0.1.2"
@@ -4647,6 +4652,7 @@ [email protected]:
46474652
find-cache-dir "^3.2.0"
46484653
find-up "^4.1.0"
46494654
foreground-child "^2.0.0"
4655+
get-package-type "^0.1.0"
46504656
glob "^7.1.6"
46514657
istanbul-lib-coverage "^3.0.0"
46524658
istanbul-lib-hook "^3.0.0"

0 commit comments

Comments
 (0)