Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Mar 19, 2024
1 parent 1c73f16 commit bef1575
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@
"type": "module",
"dependencies": {
"commander": "^12.0.0",
"dompurify": "^3.0.9",
"dompurify": "^3.0.10",
"url-sanitizer": "^1.0.2",
"webext-schema": "^5.2.9",
"webext-schema": "^5.2.10",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"addons-linter": "^6.22.0",
"addons-linter": "^6.24.0",
"c8": "^9.1.0",
"chai": "^5.1.0",
"copyfiles": "^2.4.1",
"esbuild": "^0.20.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-regexp": "^2.3.0",
"eslint-plugin-unicorn": "^51.0.1",
"html-validate": "^8.10.0",
"html-validate": "^8.17.0",
"jsdom": "^24.0.0",
"mocha": "^10.3.0",
"npm-run-all": "^4.1.5",
"selery": "^0.0.10",
"sinon": "^17.0.1",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3",
"undici": "^6.6.2"
"typescript": "^5.4.2",
"undici": "^6.9.0"
},
"scripts": {
"bundle": "npm-run-all -s bundle-*",
Expand Down
14 changes: 7 additions & 7 deletions src/lib/purify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"type": "git",
"url": "git://github.com/cure53/DOMPurify.git"
},
"version": "3.0.9",
"version": "3.0.10",
"origins": [
{
"file": "LICENSE",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.0.9/LICENSE",
"cdn": "https://unpkg.com/[email protected].9/LICENSE"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.0.10/LICENSE",
"cdn": "https://unpkg.com/[email protected].10/LICENSE"
},
{
"file": "purify.min.js",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.0.9/dist/purify.min.js",
"cdn": "https://unpkg.com/[email protected].9/dist/purify.min.js"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.0.10/dist/purify.min.js",
"cdn": "https://unpkg.com/[email protected].10/dist/purify.min.js"
},
{
"file": "purify.min.js.map",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.0.9/dist/purify.min.js.map",
"cdn": "https://unpkg.com/[email protected].9/dist/purify.min.js.map"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.0.10/dist/purify.min.js.map",
"cdn": "https://unpkg.com/[email protected].10/dist/purify.min.js.map"
}
]
}
Loading

0 comments on commit bef1575

Please sign in to comment.