mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-26 13:19:49 +07:00
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>
21 lines
461 B
JSON
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"
|
|
}
|
|
}
|