diff --git a/package.json b/package.json index 942cf1117..ccd769206 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "js-yaml": "^4.1.1", "jwt-simple": "^0.5.6", "less": "^4.6.4", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "marked": "15.0.12", "marked-alignment-paragraphs": "^1.0.0", "marked-definition-lists": "^1.0.1", @@ -142,11 +142,11 @@ "mongoose": "^9.3.3", "nanoid": "5.1.7", "nconf": "^0.13.0", - "node": "^25.8.2", + "node": "^25.9.0", "react": "^19.2.4", "react-dom": "^19.2.4", - "react-frame-component": "^5.3.1", - "react-router": "^7.13.2", + "react-frame-component": "^5.3.2", + "react-router": "^7.14.0", "sanitize-filename": "1.6.4", "superagent": "^10.2.1" }, diff --git a/themes/fonts/Journal/fonts.less b/themes/fonts/Journal/fonts.less index 20190c651..370a07d13 100644 --- a/themes/fonts/Journal/fonts.less +++ b/themes/fonts/Journal/fonts.less @@ -33,26 +33,26 @@ font-family : "NodestoCapsCondensed"; font-style : normal; font-weight : normal; - src : url('../fonts/5e/Nodesto Caps Condensed.woff2'); + src : url('../../../fonts/5e/Nodesto Caps Condensed.woff2'); } @font-face { font-family : "NodestoCapsCondensed"; font-style : normal; font-weight : bold; - src : url('../fonts/5e/Nodesto Caps Condensed Bold.woff2'); + src : url('../../../fonts/5e/Nodesto Caps Condensed Bold.woff2'); } @font-face { font-family : "NodestoCapsCondensed"; font-style : italic; font-weight : normal; - src : url('../fonts/5e/Nodesto Caps Condensed Italic.woff2'); + src : url('../../../fonts/5e/Nodesto Caps Condensed Italic.woff2'); } @font-face { font-family : "NodestoCapsCondensed"; font-style : italic; font-weight : bold; - src : url('../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2'); + src : url('../../../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2'); }