From 0d34d357ca2e95afc9945036b3cd4105c2bbadba Mon Sep 17 00:00:00 2001 From: "Isaac L. Bleaman" Date: Thu, 13 Jul 2023 12:26:34 -0700 Subject: [PATCH] Remove version # from jQuery files, in attempt to resolve Dependabot alert --- index.html | 2 +- vendor/jquery/{jquery-3.7.0.js => jquery.js} | 0 vendor/jquery/{jquery-3.7.0.min.js => jquery.min.js} | 0 vendor/jquery/{jquery-3.7.0.min.map => jquery.min.map} | 0 vendor/jquery/{jquery-3.7.0.slim.js => jquery.slim.js} | 0 vendor/jquery/{jquery-3.7.0.slim.min.js => jquery.slim.min.js} | 0 .../jquery/{jquery-3.7.0.slim.min.map => jquery.slim.min.map} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename vendor/jquery/{jquery-3.7.0.js => jquery.js} (100%) rename vendor/jquery/{jquery-3.7.0.min.js => jquery.min.js} (100%) rename vendor/jquery/{jquery-3.7.0.min.map => jquery.min.map} (100%) rename vendor/jquery/{jquery-3.7.0.slim.js => jquery.slim.js} (100%) rename vendor/jquery/{jquery-3.7.0.slim.min.js => jquery.slim.min.js} (100%) rename vendor/jquery/{jquery-3.7.0.slim.min.map => jquery.slim.min.map} (100%) diff --git a/index.html b/index.html index 9940d56..4e72157 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

פֿאַרהײמישער / hasidifier + diff --git a/vendor/jquery/jquery-3.7.0.js b/vendor/jquery/jquery.js similarity index 100% rename from vendor/jquery/jquery-3.7.0.js rename to vendor/jquery/jquery.js diff --git a/vendor/jquery/jquery-3.7.0.min.js b/vendor/jquery/jquery.min.js similarity index 100% rename from vendor/jquery/jquery-3.7.0.min.js rename to vendor/jquery/jquery.min.js diff --git a/vendor/jquery/jquery-3.7.0.min.map b/vendor/jquery/jquery.min.map similarity index 100% rename from vendor/jquery/jquery-3.7.0.min.map rename to vendor/jquery/jquery.min.map diff --git a/vendor/jquery/jquery-3.7.0.slim.js b/vendor/jquery/jquery.slim.js similarity index 100% rename from vendor/jquery/jquery-3.7.0.slim.js rename to vendor/jquery/jquery.slim.js diff --git a/vendor/jquery/jquery-3.7.0.slim.min.js b/vendor/jquery/jquery.slim.min.js similarity index 100% rename from vendor/jquery/jquery-3.7.0.slim.min.js rename to vendor/jquery/jquery.slim.min.js diff --git a/vendor/jquery/jquery-3.7.0.slim.min.map b/vendor/jquery/jquery.slim.min.map similarity index 100% rename from vendor/jquery/jquery-3.7.0.slim.min.map rename to vendor/jquery/jquery.slim.min.map