Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed May 31, 2024
1 parent c6be0df commit 21510d5
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@
"camelize": "^1.0.1",
"commander": "^12.1.0",
"decamelize": "^6.0.0",
"dompurify": "^3.1.3",
"tldts-experimental": "^6.1.20",
"dompurify": "^3.1.5",
"tldts-experimental": "^6.1.23",
"url-sanitizer": "^2.0.0",
"webext-schema": "^5.3.2"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^4.3.0",
"@asamuzakjp/dom-selector": "^4.4.2",
"@types/firefox-webext-browser": "^120.0.3",
"addons-linter": "^6.27.0",
"addons-linter": "^6.28.0",
"c8": "^9.1.0",
"chai": "^5.1.1",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.5",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0",
"html-validate": "^8.18.2",
"jsdom": "^24.0.0",
"html-validate": "^8.19.1",
"jsdom": "^24.1.0",
"mocha": "^10.4.0",
"npm-run-all": "^4.1.5",
"sinon": "^18.0.0",
"stylelint": "^16.5.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"undici": "^6.17.0"
"undici": "^6.18.2"
},
"overrides": {
"nwsapi": "2.2.2"
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.1.3",
"version": "3.1.5",
"origins": [
{
"file": "LICENSE",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.3/LICENSE",
"cdn": "https://unpkg.com/dompurify@3.1.3/LICENSE"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.5/LICENSE",
"cdn": "https://unpkg.com/dompurify@3.1.5/LICENSE"
},
{
"file": "purify.min.js",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.3/dist/purify.min.js",
"cdn": "https://unpkg.com/dompurify@3.1.3/dist/purify.min.js"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.5/dist/purify.min.js",
"cdn": "https://unpkg.com/dompurify@3.1.5/dist/purify.min.js"
},
{
"file": "purify.min.js.map",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.3/dist/purify.min.js.map",
"cdn": "https://unpkg.com/dompurify@3.1.3/dist/purify.min.js.map"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.5/dist/purify.min.js.map",
"cdn": "https://unpkg.com/dompurify@3.1.5/dist/purify.min.js.map"
}
]
}
4 changes: 2 additions & 2 deletions src/lib/purify/purify.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/purify/purify.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/tldts/index.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/tldts/index.esm.min.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/lib/tldts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"url": "git+ssh://git@github.com/remusao/tldts.git"
},
"type": "module",
"version": "6.1.20",
"version": "6.1.23",
"origins": [
{
"file": "LICENSE",
"cdn": "https://unpkg.com/tldts-experimental@6.1.20/LICENSE"
"cdn": "https://unpkg.com/tldts-experimental@6.1.23/LICENSE"
},
{
"file": "index.esm.min.js",
"cdn": "https://unpkg.com/tldts-experimental@6.1.20/dist/index.esm.min.js"
"cdn": "https://unpkg.com/tldts-experimental@6.1.23/dist/index.esm.min.js"
},
{
"file": "index.esm.min.js.map",
"cdn": "https://unpkg.com/tldts-experimental@6.1.20/dist/index.esm.min.js.map"
"cdn": "https://unpkg.com/tldts-experimental@6.1.23/dist/index.esm.min.js.map"
}
]
}

0 comments on commit 21510d5

Please sign in to comment.