From c3936255d13e8dfc80761c32defebbe769c52a18 Mon Sep 17 00:00:00 2001 From: ansibleguy76 Date: Sun, 19 Jan 2025 17:05:40 +0100 Subject: [PATCH] package bumps --- client/package.json | 2 +- server/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index c8e7148..1929481 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "bulma-quickview": "*", "bulmaswatch": "0.8.1", "copy-to-clipboard": "~3.3.3", - "core-js": "~3.39", + "core-js": "~3.40.0", "es6-promise": "~4.2.8", "highlight.js": "^10.7.2", "jsonwebtoken": "^9.0.2", diff --git a/server/package.json b/server/package.json index 94449b4..9f20776 100644 --- a/server/package.json +++ b/server/package.json @@ -26,13 +26,13 @@ "cert-info": "~1.5.1", "cheerio": "~1.0.0", "connect-history-api-fallback": "~2.0.0", - "core-js": "~3.39.0", + "core-js": "~3.40.0", "cors": "~2.8.5", "cron-parser": "~4.9.0", "dayjs": "~1.11.13", "express": "~4.21.2", "cookie-session": "~2.1.0", - "fs-extra": "~11.2.0", + "fs-extra": "~11.3.0", "json-bigint": "~1.0.0", "ldap-authentication": "~3.2.4", "ldapjs": "~3.0.7",