Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Jun 15, 2024
1 parent 53e37ac commit bd1135d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"commander": "^12.1.0",
"decamelize": "^6.0.0",
"dompurify": "^3.1.5",
"tldts-experimental": "^6.1.23",
"tldts-experimental": "^6.1.26",
"url-sanitizer": "^2.0.0",
"webext-schema": "^5.3.2"
"webext-schema": "^5.3.4"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^4.4.2",
"@asamuzakjp/dom-selector": "^4.4.13",
"@types/firefox-webext-browser": "^120.0.3",
"addons-linter": "^6.28.0",
"c8": "^9.1.0",
"addons-linter": "^6.30.0",
"c8": "^10.1.2",
"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.7",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^53.0.0",
"html-validate": "^8.19.1",
"eslint-plugin-unicorn": "^54.0.0",
"html-validate": "^8.20.1",
"jsdom": "^24.1.0",
"mocha": "^10.4.0",
"npm-run-all": "^4.1.5",
"sinon": "^18.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"undici": "^6.18.2"
"undici": "^6.19.0"
},
"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.23",
"version": "6.1.26",
"origins": [
{
"file": "LICENSE",
"cdn": "https://unpkg.com/tldts-experimental@6.1.23/LICENSE"
"cdn": "https://unpkg.com/tldts-experimental@6.1.26/LICENSE"
},
{
"file": "index.esm.min.js",
"cdn": "https://unpkg.com/tldts-experimental@6.1.23/dist/index.esm.min.js"
"cdn": "https://unpkg.com/tldts-experimental@6.1.26/dist/index.esm.min.js"
},
{
"file": "index.esm.min.js.map",
"cdn": "https://unpkg.com/tldts-experimental@6.1.23/dist/index.esm.min.js.map"
"cdn": "https://unpkg.com/tldts-experimental@6.1.26/dist/index.esm.min.js.map"
}
]
}

0 comments on commit bd1135d

Please sign in to comment.