Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jun 19, 2024
1 parent 93f7121 commit e5847ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"commander": "^12.1.0",
"decamelize": "^6.0.0",
"dompurify": "^3.1.5",
"tldts-experimental": "^6.1.26",
"tldts-experimental": "^6.1.27",
"url-sanitizer": "^2.0.0",
"webext-schema": "^5.3.4"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^4.4.13",
"@types/firefox-webext-browser": "^120.0.3",
"addons-linter": "^6.30.0",
"@types/firefox-webext-browser": "^120.0.4",
"addons-linter": "^6.31.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"copyfiles": "^2.4.1",
Expand All @@ -44,7 +44,7 @@
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"undici": "^6.19.0"
"undici": "^6.19.2"
},
"overrides": {
"nwsapi": "2.2.2"
Expand Down
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.26",
"version": "6.1.27",
"origins": [
{
"file": "LICENSE",
"cdn": "https://unpkg.com/tldts-experimental@6.1.26/LICENSE"
"cdn": "https://unpkg.com/tldts-experimental@6.1.27/LICENSE"
},
{
"file": "index.esm.min.js",
"cdn": "https://unpkg.com/tldts-experimental@6.1.26/dist/index.esm.min.js"
"cdn": "https://unpkg.com/tldts-experimental@6.1.27/dist/index.esm.min.js"
},
{
"file": "index.esm.min.js.map",
"cdn": "https://unpkg.com/tldts-experimental@6.1.26/dist/index.esm.min.js.map"
"cdn": "https://unpkg.com/tldts-experimental@6.1.27/dist/index.esm.min.js.map"
}
]
}

0 comments on commit e5847ab

Please sign in to comment.