Comparing version 8.0.0 to 8.0.1
{ | ||
"name": "wait-on", | ||
"description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"main": "lib/wait-on", | ||
@@ -21,3 +21,4 @@ "bin": { | ||
"publish:next": "npm publish --tag next && npm view", | ||
"test": "mocha --exit 'test/**/*.mocha.js'" | ||
"test": "npm run lint && npm run test:mocha", | ||
"test:mocha": "mocha --exit 'test/**/*.mocha.js'" | ||
}, | ||
@@ -32,3 +33,3 @@ "engines": { | ||
"eslint-plugin-chai-friendly": "^0.7.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-import": "^2.30.0", | ||
"eslint-plugin-n": "^16.2.0", | ||
@@ -43,3 +44,3 @@ "eslint-plugin-node": "^11.1.0", | ||
"dependencies": { | ||
"axios": "^1.7.4", | ||
"axios": "^1.7.7", | ||
"joi": "^17.13.3", | ||
@@ -46,0 +47,0 @@ "lodash": "^4.17.21", |
@@ -11,3 +11,3 @@ # wait-on - wait for files, ports, sockets, http(s) resources | ||
[![Build Status](https://travis-ci.com/jeffbski/wait-on.svg?branch=master)](https://travis-ci.com/jeffbski/wait-on) | ||
[![CI](https://github.com/jeffbski/wait-on/actions/workflows/node.js.yml/badge.svg)](https://github.com/jeffbski/wait-on/actions/workflows/node.js.yml) | ||
@@ -14,0 +14,0 @@ ## Installation |
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
36646
Updatedaxios@^1.7.7