@nzdjb/static-site-generator
Advanced tools
Comparing version 0.7.9 to 0.7.10
# Changelog | ||
## [0.7.10](https://github.com/nzdjb/static-site-generator/compare/v0.7.9...v0.7.10) (2024-08-23) | ||
### Bug Fixes | ||
* bump marked from 13.0.3 to 14.0.0 ([#497](https://github.com/nzdjb/static-site-generator/issues/497)) ([9cec66b](https://github.com/nzdjb/static-site-generator/commit/9cec66b79feee40d1cdecd8026d654e91fde8dda)) | ||
## [0.7.9](https://github.com/nzdjb/static-site-generator/compare/v0.7.8...v0.7.9) (2024-07-29) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@nzdjb/static-site-generator", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"description": "Static site generator.", | ||
@@ -23,5 +23,5 @@ "main": "dist/src/index.js", | ||
"@types/marked": "^6.0.0", | ||
"@types/node": "^20.1.0", | ||
"@types/node": "^22.5.0", | ||
"@types/sanitize-html": "^2.9.0", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/eslint-plugin": "^8.2.0", | ||
"esbuild": "^0.23.0", | ||
@@ -32,6 +32,6 @@ "eslint": "^9.4.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-promise": "^7.1.0", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.13.0", | ||
"typescript-eslint": "^8.2.0", | ||
"yarn": "^1.22.22" | ||
@@ -45,3 +45,3 @@ }, | ||
"handlebars": "^4.7.7", | ||
"marked": "^13.0.0", | ||
"marked": "^14.0.0", | ||
"sanitize-html": "^2.10.0", | ||
@@ -48,0 +48,0 @@ "ts-command-line-args": "^2.4.2" |
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
35070
+ Addedmarked@14.1.4(transitive)
- Removedmarked@13.0.3(transitive)
Updatedmarked@^14.0.0