diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 2104e76a..d664d759 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1753,7 +1753,7 @@ https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.0/dist/videojs-seek-button https://cdn.jsdelivr.net/npm/videojs-seek-buttons@2.2.0/dist/videojs-seek-buttons.min.js https://cdn.jsdelivr.net/npm/vue@1.0.28/dist/vue.min.js https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js -https://fonts.gstatic.com/s/materialicons/v111/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 +https://fonts.gstatic.com/s/materialicons/v113/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 518acb86..37b09485 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -298,7 +298,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/gsap/3.')) { return '3.8.0'; } else if (type.startsWith('/google-material-design-icons/')) { - return 'v111'; + return 'v113'; } else if (type.startsWith('/highlight.js/7.')) { return '9.18.5'; } else if (type.startsWith('/highlight.js/8.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 48a85dfb..f4a08a59 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -30,7 +30,7 @@
  • highlight.js v11.2.0 -> v11.3.1 (#727)
  • socket.io v4.3.1 -> v4.3.2 (#728)
  • libphonenumber-js v1.9.37 -> v1.9.38 (#729)
  • -
  • Google Material Icons v109 -> v111 (#731)
  • +
  • Google Material Icons v109 -> v113 (#731)
  • Swiper v7.0.8 -> v7.1.0 (#737)
  • algoliasearch v4.10.5 -> v4.11.0 (#738)
  • bootstrap-icons v1.6.0 -> v1.6.1 (#739)
  • diff --git a/resources/google-material-design-icons/google-material-design-icons.css b/resources/google-material-design-icons/google-material-design-icons.css index fcdcc536..dac02cd1 100644 --- a/resources/google-material-design-icons/google-material-design-icons.css +++ b/resources/google-material-design-icons/google-material-design-icons.css @@ -9,16 +9,16 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url('./v111/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v111/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v113/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v113/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } @font-face { font-family: 'Google Material Icons'; font-style: normal; font-weight: 400; - src: url('./v111/MaterialIcons.woff2') format('woff2'); - /* src: url(https://fonts.gstatic.com/s/materialicons/v111/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ + src: url('./v113/MaterialIcons.woff2') format('woff2'); + /* src: url(https://fonts.gstatic.com/s/materialicons/v113/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */ } .material-icons { diff --git a/resources/google-material-design-icons/v111/MaterialIcons.woff2 b/resources/google-material-design-icons/v113/MaterialIcons.woff2 similarity index 100% rename from resources/google-material-design-icons/v111/MaterialIcons.woff2 rename to resources/google-material-design-icons/v113/MaterialIcons.woff2