mobbdev 0.0.175 → 0.0.176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2545,7 +2545,7 @@ See more details about safe and unsafe HTML attributes:
2545
2545
  content: () => "Which HTML escaping library would you like to use?",
2546
2546
  description: () => `
2547
2547
  - If you use the Spring framework, you likely already have \`org.springframework.web.util.HtmlUtils\`
2548
- - Another \`option is org.apache.commons.text.StringEscapeUtils\``,
2548
+ - Another option is \`org.apache.commons.text.StringEscapeUtils\``,
2549
2549
  guidance: () => ""
2550
2550
  }
2551
2551
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mobbdev",
3
- "version": "0.0.175",
3
+ "version": "0.0.176",
4
4
  "description": "Automated secure code remediation tool",
5
5
  "repository": "git+https://github.com/mobb-dev/bugsy.git",
6
6
  "main": "dist/index.js",