api-doc-validator
Advanced tools
Comparing version 2.12.0 to 2.12.1
@@ -6,2 +6,3 @@ const annotations = require('./annotations'); | ||
comment = comment | ||
.replace(/\r\n/g, '\n') | ||
.replace(/^\s*\*?/mg, '') | ||
@@ -8,0 +9,0 @@ .trim(); |
{ | ||
"name": "api-doc-validator", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "api doc and validator", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@babel/parser": "^7.19.1", | ||
"@babel/types": "^7.19.0", | ||
"@babel/parser": "^7.20.15", | ||
"@babel/types": "^7.20.7", | ||
"adv-parser": "^2.4.1", | ||
@@ -39,8 +39,8 @@ "commander": "^5.1.0", | ||
"devDependencies": { | ||
"ajv": "^8.11.0", | ||
"ajv": "^8.12.0", | ||
"ajv-formats": "^2.1.1", | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.7", | ||
"chai-shallow-deep-equal": "^1.4.6", | ||
"express": "^4.18.1", | ||
"mocha": "^10.0.0", | ||
"express": "^4.18.2", | ||
"mocha": "^10.2.0", | ||
"path-to-regexp": "^6.2.1" | ||
@@ -47,0 +47,0 @@ }, |
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
60013
1686
Updated@babel/parser@^7.20.15
Updated@babel/types@^7.20.7