marked-mangle
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "marked-mangle", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "marked mangle extension", | ||
@@ -43,25 +43,25 @@ "main": "./lib/index.cjs", | ||
"peerDependencies": { | ||
"marked": ">=4 <10" | ||
"marked": ">=4 <11" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.15", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/core": "^7.23.3", | ||
"@babel/preset-env": "^7.23.3", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^10.0.4", | ||
"@semantic-release/commit-analyzer": "^11.1.0", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^9.0.4", | ||
"@semantic-release/npm": "^10.0.5", | ||
"@semantic-release/release-notes-generator": "^11.0.7", | ||
"babel-jest": "^29.6.3", | ||
"eslint": "^8.48.0", | ||
"@semantic-release/github": "^9.2.3", | ||
"@semantic-release/npm": "^11.0.1", | ||
"@semantic-release/release-notes-generator": "^12.1.0", | ||
"babel-jest": "^29.7.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-n": "^16.0.2", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-n": "^16.3.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"jest-cli": "^29.6.4", | ||
"marked": "^9.0.0", | ||
"rollup": "^3.28.1", | ||
"semantic-release": "^21.1.1", | ||
"jest-cli": "^29.7.0", | ||
"marked": "^10.0.0", | ||
"rollup": "^4.3.0", | ||
"semantic-release": "^22.0.7", | ||
"tsd": "^0.29.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
7214