metro-info
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "metro-info", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"author": "Alex Miller <codex.nz@gmail.com>", | ||
@@ -29,21 +29,21 @@ "description": "Christchurch (Unofficial) MetroInfo API NodeJS library", | ||
"dependencies": { | ||
"node-fetch": "^3.2.4", | ||
"node-fetch": "^3.2.10", | ||
"xml-js": "^1.6.11" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^28.1.4", | ||
"@types/jest": "^29.0.3", | ||
"@types/node-fetch": "^3.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.16.0", | ||
"@typescript-eslint/eslint-plugin": "^5.37.0", | ||
"@typescript-eslint/parser": "^5.37.0", | ||
"eslint": "^8.23.1", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
"release-it": "^15.0.0", | ||
"ts-jest": "^28.0.3", | ||
"ts-node": "^10.8.0", | ||
"typescript": "^4.7.2" | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^29.0.3", | ||
"prettier": "^2.7.1", | ||
"release-it": "^15.4.2", | ||
"ts-jest": "^29.0.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.3" | ||
}, | ||
@@ -50,0 +50,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39164
Updatednode-fetch@^3.2.10