octokit-auth-netrc
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"engines": { | ||
@@ -39,4 +39,3 @@ "node": "^14.15 || >=16" | ||
"prepack": "run-s build", | ||
"test:unit": "nyc run-s test:unit:base", | ||
"coverage:report": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base", | ||
"test:unit:base": "DEBUG=any mocha 'src/**/*-test.js'", | ||
@@ -55,14 +54,15 @@ "lint:peer": "npm ls >/dev/null", | ||
"devDependencies": { | ||
"@babel/register": "7.17.7", | ||
"@cucumber/cucumber": "8.1.2", | ||
"@octokit/core": "3.6.0", | ||
"@travi/any": "2.0.20", | ||
"@travi/babel-preset": "3.0.84", | ||
"@travi/eslint-config": "1.0.92", | ||
"@babel/register": "7.18.6", | ||
"@cucumber/cucumber": "8.4.0", | ||
"@octokit/core": "4.0.2", | ||
"@travi/any": "2.1.5", | ||
"@travi/babel-preset": "3.0.89", | ||
"@travi/eslint-config": "3.0.4", | ||
"@travi/eslint-config-cucumber": "1.0.6", | ||
"@travi/eslint-config-mocha": "1.0.17", | ||
"@travi/eslint-config-mocha": "1.0.18", | ||
"ban-sensitive-files": "1.9.18", | ||
"c8": "7.11.3", | ||
"chai": "4.3.6", | ||
"codecov": "3.8.3", | ||
"commitlint-config-travi": "1.4.11", | ||
"commitlint-config-travi": "1.4.16", | ||
"cross-env": "7.0.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
@@ -72,24 +72,23 @@ "debug": "4.3.4", | ||
"http-status-codes": "2.2.0", | ||
"husky": "7.0.4", | ||
"lockfile-lint": "4.7.4", | ||
"ls-engines": "0.6.5", | ||
"husky": "8.0.1", | ||
"lockfile-lint": "4.7.6", | ||
"ls-engines": "0.7.0", | ||
"mocha": "10.0.0", | ||
"mock-fs": "5.1.2", | ||
"nock": "13.2.4", | ||
"nock": "13.2.8", | ||
"npm-run-all": "4.1.5", | ||
"nyc": "15.1.0", | ||
"package-preview": "4.0.0", | ||
"remark-cli": "10.0.1", | ||
"remark-preset-lint-travi": "3.0.0", | ||
"remark-cli": "11.0.0", | ||
"remark-preset-lint-travi": "4.0.1", | ||
"remark-toc": "8.0.1", | ||
"remark-usage": "10.0.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.71.1", | ||
"rollup": "2.75.7", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"sinon": "13.0.2" | ||
"sinon": "14.0.0" | ||
}, | ||
"dependencies": { | ||
"@octokit/auth-token": "^2.4.4", | ||
"@octokit/auth-token": "^3.0.0", | ||
"netrc": "0.1.4" | ||
} | ||
} |
14400
+ Added@octokit/auth-token@3.0.4(transitive)
- Removed@octokit/auth-token@2.5.0(transitive)
- Removed@octokit/openapi-types@12.11.0(transitive)
- Removed@octokit/types@6.41.0(transitive)
Updated@octokit/auth-token@^3.0.0