Update dependencies
Change-Id: I88cc36e11ce91bb11bcce1e6cc231299ec28ae66
diff --git a/Changes b/Changes
index f19b492..d5deedd 100644
--- a/Changes
+++ b/Changes
@@ -13,6 +13,7 @@
- Tests for configurable hint foundries added (hebasta)
- Restrict allow-same-origin to plugins that actually ARE AND request it (Requires the export plugin >= 0.4.1)(kupietz, tests hebasta)
- Add data-testid to glimpse (diewald)
+ - Update dependencies (diewald)
0.64 2026-02-14
- Improve 'Plugins' mounting (diewald)
diff --git a/Makefile.PL b/Makefile.PL
index e541b75..0037778 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -17,7 +17,7 @@
},
LICENSE => 'freebsd',
PREREQ_PM => {
- 'Mojolicious' => '9.34',
+ 'Mojolicious' => '9.43',
'Mojolicious::Plugin::TagHelpers::Pagination' => 0.10,
'Mojolicious::Plugin::TagHelpers::MailToChiffre' => 0.13,
'Mojolicious::Plugin::ClosedRedirect' => 0.15,
@@ -28,15 +28,15 @@
'Mojolicious::Plugin::ClientIP' => 0.02,
'Mojolicious::Plugin::AutoSecrets' => 0.006,
'Mojolicious::Plugin::TagHelpers::ContentBlock' => 0.12,
- 'Cache::FastMmap' => 1.57,
- 'DateTime' => 1.63,
+ 'Cache::FastMmap' => 1.61,
+ 'DateTime' => 1.66,
# Required for Mojolicious::Plugin::CHI
'Data::Serializer' => 0.65,
- 'JSON' => 4.10,
+ 'JSON' => 4.11,
# Required for older perl bundles
- 'List::Util' => 1.63,
+ 'List::Util' => 1.70,
# Required for bundled plugins
'Mojolicious::Plugin::Piwik' => 2.00,
diff --git a/package.json b/package.json
index e3e8099..629a123 100644
--- a/package.json
+++ b/package.json
@@ -12,23 +12,23 @@
"url": "https://github.com/KorAP/Kalamar.git"
},
"devDependencies": {
- "grunt": "^1.6.1",
+ "grunt": "^1.6.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
- "grunt-sass": "^4.0.0",
+ "grunt-sass": "^4.1.0",
"grunt-shell": "^4.0.0",
"grunt-terser": "^2.0.0",
- "imagemin": "^9.0.0",
+ "imagemin": "^9.0.1",
"optipng-bin": "^9.0.0",
- "sass": "^1.93.3",
- "vinyl-fs": "^4.0.0"
+ "sass": "^1.99.0",
+ "vinyl-fs": "^4.0.2"
},
"optionalDependencies": {
"fsevents": "*"
},
"dependencies": {
"grunt-contrib-imagemin": "^4.0.0",
- "terser": "^5.16.1"
+ "terser": "^5.46.2"
}
}