diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 535d8531..e9159321 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1620,7 +1620,7 @@ https://cdn.jsdelivr.net/npm/vue@2.6.14/dist/vue.min.js https://fonts.gstatic.com/s/materialicons/v90/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js -https://raw.githubusercontent.com/pagekit/vue-resource/1.5.2/dist/vue-resource.min.js +https://raw.githubusercontent.com/pagekit/vue-resource/1.5.3/dist/vue-resource.min.js https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/css/materialdesignicons.min.css https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/fonts/materialdesignicons-webfont.woff2 https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v3.9.97/css/materialdesignicons.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 143cdf35..9e08d8dc 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -614,7 +614,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/vue-i18n/9.')) { return '9.1.6'; } else if (type.startsWith('/vue-resource/1.')) { - return '1.5.2'; + return '1.5.3'; } else if (type.startsWith('/waypoints/4.')) { return '4.0.1'; } else if (type.startsWith('/webfont')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 760f2e5c..c78f0f98 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -60,6 +60,7 @@
  • Updated: alpinejs v3.0.5 (#519)
  • Updated: autocomplete.js v1.1.0 (#520)
  • Updated: babel-standalone v7.14.6 (#521)
  • +
  • Updated: vue-resource v1.5.2 -> v1.5.3 (#522)
  • diff --git a/resources/vue-resource/1.5.2/vue-resource.min.jsm b/resources/vue-resource/1.5.3/vue-resource.min.jsm similarity index 99% rename from resources/vue-resource/1.5.2/vue-resource.min.jsm rename to resources/vue-resource/1.5.3/vue-resource.min.jsm index ac5ad796..43be271c 100644 --- a/resources/vue-resource/1.5.2/vue-resource.min.jsm +++ b/resources/vue-resource/1.5.3/vue-resource.min.jsm @@ -1,5 +1,5 @@ /*! - * vue-resource v1.5.2 + * vue-resource v1.5.3 * https://github.com/pagekit/vue-resource * Released under the MIT License. */