Update checked-in dependencies
This commit is contained in:
parent
5fd8ca8122
commit
1e0763ca30
2 changed files with 36 additions and 5 deletions
9
node_modules/normalize-url/package.json
generated
vendored
9
node_modules/normalize-url/package.json
generated
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue