find-test-names
Advanced tools
Comparing version 1.28.13 to 1.28.14
{ | ||
"name": "find-test-names", | ||
"version": "1.28.13", | ||
"version": "1.28.14", | ||
"description": "Given a Mocha / Cypress spec file, returns the list of suite and test names", | ||
@@ -22,3 +22,4 @@ "main": "src", | ||
"stop-only": "DEBUG=stop-only stop-only --folder test --exclude exclusive.js", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"deps": "npm audit --report --omit dev" | ||
}, | ||
@@ -41,4 +42,4 @@ "repository": { | ||
"dependencies": { | ||
"@babel/parser": "^7.21.2", | ||
"@babel/plugin-syntax-jsx": "^7.18.6", | ||
"@babel/parser": "^7.23.0", | ||
"@babel/plugin-syntax-jsx": "^7.22.5", | ||
"acorn-walk": "^8.2.0", | ||
@@ -54,5 +55,5 @@ "debug": "^4.3.3", | ||
"prettier": "2.8.8", | ||
"semantic-release": "20.1.3", | ||
"semantic-release": "22.0.5", | ||
"stop-only": "3.3.1" | ||
} | ||
} |
37435
Updated@babel/parser@^7.23.0