mateusfg7 / background-eraser

A privacy tool to erase background of any images without send any data to any server, 100% on client side.
https://bg-eraser.mateusf.com/
GNU General Public License v3.0
4 stars 1 forks source link

fix(deps): update dependency @types/node to v20.17.6 #40

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.10.5 -> 20.17.6 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
background-eraser ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 6:18am
secure-code-warrior-for-github[bot] commented 2 months ago

Micro-Learning Topic: Cross-site scripting (Detected by phrase)

Matched on "Xss"

What is this? (2min video)

Cross-site scripting vulnerabilities occur when unescaped input is rendered into a page displayed to the user. When HTML or script is included in the input, it will be processed by a user's browser as HTML or script and can alter the appearance of the page or execute malicious scripts in their user context.

Try a challenge in Secure Code Warrior

Helpful references