Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Oct 16, 2024
1 parent 6c86e73 commit 9218d67
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"commander": "^12.1.0",
"decamelize": "^6.0.0",
"dompurify": "^3.1.7",
"tldts-experimental": "^6.1.50",
"url-sanitizer": "^2.0.2",
"tldts-experimental": "^6.1.51",
"url-sanitizer": "^2.0.3",
"webext-schema": "^5.4.3"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.1.1",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.7.5",
"addons-linter": "^7.2.0",
"addons-linter": "^7.3.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"copyfiles": "^2.4.1",
"eslint": "^9.12.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-jsdoc": "^50.4.1",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^56.0.0",
Expand All @@ -43,10 +43,10 @@
"neostandard": "^0.11.6",
"npm-run-all": "^4.1.5",
"sinon": "^19.0.2",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.6.3",
"undici": "^6.20.0"
"undici": "^6.20.1"
},
"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://[email protected]/remusao/tldts.git"
},
"type": "module",
"version": "6.1.50",
"version": "6.1.51",
"origins": [
{
"file": "LICENSE",
"cdn": "https://unpkg.com/[email protected].50/LICENSE"
"cdn": "https://unpkg.com/[email protected].51/LICENSE"
},
{
"file": "index.esm.min.js",
"cdn": "https://unpkg.com/[email protected].50/dist/index.esm.min.js"
"cdn": "https://unpkg.com/[email protected].51/dist/index.esm.min.js"
},
{
"file": "index.esm.min.js.map",
"cdn": "https://unpkg.com/[email protected].50/dist/index.esm.min.js.map"
"cdn": "https://unpkg.com/[email protected].51/dist/index.esm.min.js.map"
}
]
}
14 changes: 7 additions & 7 deletions src/lib/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"url": "https://github.com/asamuzaK/urlSanitizer.git"
},
"type": "module",
"version": "2.0.2",
"version": "2.0.3",
"origins": [
{
"file": "LICENSE",
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.2/LICENSE",
"cdn": "https://unpkg.com/[email protected].2/LICENSE"
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.3/LICENSE",
"cdn": "https://unpkg.com/[email protected].3/LICENSE"
},
{
"file": "url-sanitizer-wo-dompurify.min.js",
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.2/dist/url-sanitizer-wo-dompurify.min.js",
"cdn": "https://unpkg.com/[email protected].2/dist/url-sanitizer-wo-dompurify.min.js"
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.3/dist/url-sanitizer-wo-dompurify.min.js",
"cdn": "https://unpkg.com/[email protected].3/dist/url-sanitizer-wo-dompurify.min.js"
},
{
"file": "url-sanitizer-wo-dompurify.min.js.map",
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.2/dist/url-sanitizer-wo-dompurify.min.js.map",
"cdn": "https://unpkg.com/[email protected].2/dist/url-sanitizer-wo-dompurify.min.js.map"
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.3/dist/url-sanitizer-wo-dompurify.min.js.map",
"cdn": "https://unpkg.com/[email protected].3/dist/url-sanitizer-wo-dompurify.min.js.map"
}
]
}
2 changes: 1 addition & 1 deletion src/lib/url/url-sanitizer-wo-dompurify.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/lib/url/url-sanitizer-wo-dompurify.min.js.map

Large diffs are not rendered by default.

0 comments on commit 9218d67

Please sign in to comment.