Skip to content

Commit

Permalink
Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed May 15, 2024
1 parent a3ca8b5 commit 2f86a0a
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 37 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,35 @@
"camelize": "^1.0.1",
"commander": "^12.0.0",
"decamelize": "^6.0.0",
"dompurify": "^3.1.0",
"tldts-experimental": "^6.1.16",
"dompurify": "^3.1.3",
"tldts-experimental": "^6.1.20",
"url-sanitizer": "^2.0.0",
"webext-schema": "^5.3.0"
"webext-schema": "^5.3.2"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^4.2.0",
"@asamuzakjp/dom-selector": "^4.3.0",
"@types/firefox-webext-browser": "^120.0.3",
"addons-linter": "^6.25.0",
"addons-linter": "^6.27.0",
"c8": "^9.1.0",
"chai": "^5.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.3",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-unicorn": "^52.0.0",
"html-validate": "^8.18.1",
"eslint-plugin-unicorn": "^53.0.0",
"html-validate": "^8.18.2",
"jsdom": "^24.0.0",
"mocha": "^10.4.0",
"npm-run-all": "^4.1.5",
"selery": "^0.0.10",
"sinon": "^17.0.1",
"stylelint": "^16.3.1",
"selery": "^0.2.0",
"sinon": "^18.0.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"undici": "^6.13.0"
"undici": "^6.16.1"
},
"overrides": {
"nwsapi": "2.2.2"
Expand Down
4 changes: 0 additions & 4 deletions resource/dark-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"input_color": "rgb(251,251,254)",
"input_border": "#8f8f9d",
"urlbar_popup_separator": "rgb(82,82,94)",
"appmenu_update_icon_color": "#54FFBD",
"appmenu_info_icon_color": "#80EBFF",
"tab_icon_overlay_stroke": "rgb(66,65,77)",
"tab_icon_overlay_fill": "rgb(251,251,254)"
},
Expand All @@ -80,8 +78,6 @@
"input_border": "--input-border-color",
"urlbar_popup_separator": "--urlbarView-separator-color",
"zoom_controls": "--zoom-controls-bgcolor",
"appmenu_update_icon_color": "--panel-banner-item-update-supported-bgcolor",
"appmenu_info_icon_color": "--panel-banner-item-info-icon-bgcolor",
"tab_icon_overlay_stroke": "--tab-icon-overlay-stroke",
"tab_icon_overlay_fill": "--tab-icon-overlay-fill"
},
Expand Down
4 changes: 0 additions & 4 deletions resource/light-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"input_background": "rgb(255,255,255)",
"urlbar_popup_hover": "rgb(240,240,244)",
"urlbar_popup_separator": "rgb(240,240,244)",
"appmenu_update_icon_color": "#2AC3A2",
"appmenu_info_icon_color": "#0090ED",
"tab_icon_overlay_stroke": "rgb(255,255,255)",
"tab_icon_overlay_fill": "rgb(91,91,102)"
},
Expand Down Expand Up @@ -82,8 +80,6 @@
"input_border": "--input-border-color",
"urlbar_popup_hover": "--urlbarView-hover-background",
"urlbar_popup_separator": "--urlbarView-separator-color",
"appmenu_update_icon_color": "--panel-banner-item-update-supported-bgcolor",
"appmenu_info_icon_color": "--panel-banner-item-info-icon-bgcolor",
"tab_icon_overlay_stroke": "--tab-icon-overlay-stroke",
"tab_icon_overlay_fill": "--tab-icon-overlay-fill"
},
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.0",
"version": "3.1.3",
"origins": [
{
"file": "LICENSE",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.0/LICENSE",
"cdn": "https://unpkg.com/dompurify@3.1.0/LICENSE"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.3/LICENSE",
"cdn": "https://unpkg.com/dompurify@3.1.3/LICENSE"
},
{
"file": "purify.min.js",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.0/dist/purify.min.js",
"cdn": "https://unpkg.com/dompurify@3.1.0/dist/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"
},
{
"file": "purify.min.js.map",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.1.0/dist/purify.min.js.map",
"cdn": "https://unpkg.com/dompurify@3.1.0/dist/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"
}
]
}
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.16",
"version": "6.1.20",
"origins": [
{
"file": "LICENSE",
"cdn": "https://unpkg.com/tldts-experimental@6.1.16/LICENSE"
"cdn": "https://unpkg.com/tldts-experimental@6.1.20/LICENSE"
},
{
"file": "index.esm.min.js",
"cdn": "https://unpkg.com/tldts-experimental@6.1.16/dist/index.esm.min.js"
"cdn": "https://unpkg.com/tldts-experimental@6.1.20/dist/index.esm.min.js"
},
{
"file": "index.esm.min.js.map",
"cdn": "https://unpkg.com/tldts-experimental@6.1.16/dist/index.esm.min.js.map"
"cdn": "https://unpkg.com/tldts-experimental@6.1.20/dist/index.esm.min.js.map"
}
]
}

0 comments on commit 2f86a0a

Please sign in to comment.