Index: openacs-4/packages/fa-icons/fa-icons.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/fa-icons/fa-icons.info,v
diff -u -r1.1.2.7 -r1.1.2.8
--- openacs-4/packages/fa-icons/fa-icons.info	9 Feb 2024 13:44:38 -0000	1.1.2.7
+++ openacs-4/packages/fa-icons/fa-icons.info	31 May 2024 11:32:59 -0000	1.1.2.8
@@ -9,14 +9,14 @@
     <implements-subsite-p>f</implements-subsite-p>
     <inherit-templates-p>f</inherit-templates-p>
 
-    <version name="0.1d6" url="http://openacs.org/repository/download/apm/fa-icons-0.1d6.apm">
+    <version name="0.1d7" url="http://openacs.org/repository/download/apm/fa-icons-0.1d7.apm">
         <owner url="mailto:neumann@wu-wien.ac.at">Gustaf Neumann</owner>
         <description format="text/plain">Free, high-quality,
         open-source icon library with over 2,000 free icons. As of 2020, Font Awesome was used by 38% of sites that use third-party font scripts, placing Font Awesome in second place after Google Fonts.</description>
         <release-date>2023-07-06</release-date>
         <maturity>0</maturity>
 
-        <provides url="fa-icons" version="0.1d6"/>
+        <provides url="fa-icons" version="0.1d7"/>
         <requires url="acs-templating" version="5.10.1b1"/>
 
         <callbacks>
Index: openacs-4/packages/fa-icons/tcl/resource-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/fa-icons/tcl/resource-procs.tcl,v
diff -u -r1.1.2.5 -r1.1.2.6
--- openacs-4/packages/fa-icons/tcl/resource-procs.tcl	9 Feb 2024 13:44:38 -0000	1.1.2.5
+++ openacs-4/packages/fa-icons/tcl/resource-procs.tcl	31 May 2024 11:32:59 -0000	1.1.2.6
@@ -20,12 +20,12 @@
     # configuration file:
     #
     # ns_section ns/server/${server}/acs/fa-icons
-    #        ns_param FAIconsVersion 6.5.1
+    #        ns_param FAIconsVersion 6.5.2
     #
     set ::fa_icons::version [parameter::get \
                                         -package_id $package_id \
                                         -parameter FAIconsVersion \
-                                        -default 6.5.1]
+                                        -default 6.5.2]
 
     ad_proc ::fa_icons::resource_info {
         {-version ""}
Index: openacs-4/packages/highcharts/highcharts.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/highcharts.info,v
diff -u -r1.1.2.5 -r1.1.2.6
--- openacs-4/packages/highcharts/highcharts.info	20 Mar 2024 10:21:01 -0000	1.1.2.5
+++ openacs-4/packages/highcharts/highcharts.info	31 May 2024 11:32:59 -0000	1.1.2.6
@@ -9,12 +9,12 @@
     <implements-subsite-p>f</implements-subsite-p>
     <inherit-templates-p>f</inherit-templates-p>
 
-    <version name="0.5" url="http://openacs.org/repository/download/apm/highcharts-0.5.apm">
+    <version name="0.6" url="http://openacs.org/repository/download/apm/highcharts-0.6.apm">
         <owner url="mailto:neumann@wu-wien.ac.at">Gustaf Neumann</owner>
         <description format="text/html">The Highcharts library is a JavaScript and TypeScript package for producing data visualizations (line/bar/pie charts etc.). The OpenACS package offers support to load this library either via CDN or from a local installation (via acs-admin and global administration UI).</description>
         <maturity>0</maturity>
 
-        <provides url="highcharts" version="0.5"/>
+        <provides url="highcharts" version="0.6"/>
 
         <callbacks>
         </callbacks>
Index: openacs-4/packages/highcharts/tcl/resource-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/highcharts/tcl/resource-procs.tcl,v
diff -u -r1.1.2.9 -r1.1.2.10
--- openacs-4/packages/highcharts/tcl/resource-procs.tcl	20 Mar 2024 10:21:01 -0000	1.1.2.9
+++ openacs-4/packages/highcharts/tcl/resource-procs.tcl	31 May 2024 11:32:59 -0000	1.1.2.10
@@ -27,7 +27,7 @@
     set ::highcharts::version [parameter::get \
                                    -package_id $package_id \
                                    -parameter HighchartsVersion \
-                                   -default 11.4.0]
+                                   -default 11.4.3]
 
     ad_proc ::highcharts::resource_info {
         {-version ""}