Skip to content

Commit 3229918

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

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
@@ -44,7 +44,7 @@
4444
"esdoc-inject-style-plugin": "1.0.0",
4545
"esdoc-standard-plugin": "1.0.0",
4646
"np": "6.2.3",
47-
"nyc": "15.0.1"
47+
"nyc": "15.1.0"
4848
},
4949
"files": [
5050
"lib"

yarn.lock

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

2741+
get-package-type@^0.1.0:
2742+
version "0.1.0"
2743+
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
2744+
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
2745+
27412746
get-stdin@^4.0.1:
27422747
version "4.0.1"
27432748
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
@@ -4336,10 +4341,10 @@ number-is-nan@^1.0.0:
43364341
resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.4.tgz#2285631f34a95f0d0395cd900c96ed39b58f346e"
43374342
integrity sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==
43384343

4339-
nyc@15.0.1:
4340-
version "15.0.1"
4341-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.0.1.tgz#bd4d5c2b17f2ec04370365a5ca1fc0ed26f9f93d"
4342-
integrity sha512-n0MBXYBYRqa67IVt62qW1r/d9UH/Qtr7SF1w/nQLJ9KxvWF6b2xCHImRAixHN9tnMMYHC2P14uo6KddNGwMgGg==
4344+
nyc@15.1.0:
4345+
version "15.1.0"
4346+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
4347+
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
43434348
dependencies:
43444349
"@istanbuljs/load-nyc-config" "^1.0.0"
43454350
"@istanbuljs/schema" "^0.1.2"
@@ -4349,6 +4354,7 @@ [email protected]:
43494354
find-cache-dir "^3.2.0"
43504355
find-up "^4.1.0"
43514356
foreground-child "^2.0.0"
4357+
get-package-type "^0.1.0"
43524358
glob "^7.1.6"
43534359
istanbul-lib-coverage "^3.0.0"
43544360
istanbul-lib-hook "^3.0.0"

0 commit comments

Comments
 (0)