Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-08-11 14:28:28 +00:00
parent 5fd8ca8122
commit 1e0763ca30
2 changed files with 36 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "normalize-url",
"version": "7.0.0",
"version": "7.0.1",
"description": "Normalize a URL",
"license": "MIT",
"repository": "sindresorhus/normalize-url",
@ -16,7 +16,7 @@
"node": ">=12.20"
},
"scripts": {
"test": "xo && nyc ava && tsd"
"test": "xo && c8 ava && tsd"
},
"files": [
"index.js",
@ -39,11 +39,12 @@
],
"devDependencies": {
"ava": "^3.15.0",
"nyc": "^15.1.0",
"c8": "^7.7.3",
"tsd": "^0.17.0",
"typescript": "^4.3.5",
"xo": "^0.41.0"
},
"nyc": {
"c8": {
"reporter": [
"text",
"lcov"