Files
chrome-extensions-samples/functional-samples/ai.gemini-on-device/package.json
dependabot[bot] fb85450cc0 Bump dompurify in /functional-samples/ai.gemini-on-device (#1448)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.2.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.6...3.2.4)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 15:30:01 +01:00

21 lines
461 B
JSON

{
"name": "Chrome Prompt API Example",
"private": true,
"version": "1.0.0",
"description": "",
"main": "background.js",
"scripts": {
"build": "rollup -c rollup.config.mjs"
},
"keywords": [],
"license": "Apache 2.0",
"devDependencies": {
"dompurify": "3.2.4",
"marked": "14.1.2",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"rollup": "4.22.4",
"rollup-plugin-copy": "3.5.0"
}
}