diff --git a/package-lock.json b/package-lock.json index 60e6d24..124f2b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "edep", "version": "1.9.1", "dependencies": { - "@jinntec/fore": "^2.2.0", + "@jinntec/fore": "^2.4.1", "@jinntec/jinn-codemirror": "1.17.2", "@teipublisher/pb-components": "2.12.10", "datalist-ajax": "1.0.2" @@ -2152,13 +2152,13 @@ "dev": true }, "node_modules/@jinntec/fore": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@jinntec/fore/-/fore-2.2.0.tgz", - "integrity": "sha512-P7wQSAYyrDnYGQOsrWiqGTzV3q3N8T4n2TUWSN4NZAciZdiGohUOQuUvOeQFRvla6Ii8hmMdujeVwcY3UBvl2g==", - "license": "MIT", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/@jinntec/fore/-/fore-2.4.1.tgz", + "integrity": "sha512-YUCY6zuqbmVvQ5XYgkH86ipP8iN+fifL6drX1aIqHSdqSZwvXs5HIw3dUgk6poXCMbQ+iqoE41ABbnrkawAOzA==", "dependencies": { "@jinntec/jinn-toast": "^1.0.5", - "fontoxpath": "^3.30.0" + "@picocss/pico": "^2.0.6", + "fontoxpath": "^3.33.0" }, "engines": { "node": ">= 16.19.1" @@ -2872,6 +2872,14 @@ "resolved": "https://registry.npmjs.org/@orchidjs/unicode-variants/-/unicode-variants-1.0.4.tgz", "integrity": "sha512-NvVBRnZNE+dugiXERFsET1JlKZfM5lJDEpSMilKW4bToYJ7pxf0Zne78xyXB2ny2c2aHfJ6WLnz1AaTNHAmQeQ==" }, + "node_modules/@picocss/pico": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-2.0.6.tgz", + "integrity": "sha512-/d8qsykowelD6g8k8JYgmCagOIulCPHMEc2NC4u7OjmpQLmtSetLhEbt0j1n3fPNJVcrT84dRp0RfJBn3wJROA==", + "engines": { + "node": ">=18.19.0" + } + }, "node_modules/@polymer/app-layout": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@polymer/app-layout/-/app-layout-3.1.0.tgz", @@ -10686,9 +10694,9 @@ } }, "node_modules/fontoxpath": { - "version": "3.30.2", - "resolved": "https://registry.npmjs.org/fontoxpath/-/fontoxpath-3.30.2.tgz", - "integrity": "sha512-LG1GhiVnlH8JoIf2vD6UaRQf17102w9q3oiw95vkLWVjJ0I8BvvzCJJQB4qnw/pkRICZblWFys1LYc9xdsN4VA==", + "version": "3.33.0", + "resolved": "https://registry.npmjs.org/fontoxpath/-/fontoxpath-3.33.0.tgz", + "integrity": "sha512-jfueYCE58Sf+huy9puHo2usUBtkJ6+02zqTu0KOqqMfQa1Ov8WQMrxbJojFwNwxoUK8bNK1cANZxsjzqVCgUCQ==", "dependencies": { "prsc": "4.0.0", "xspattern": "^3.1.0" diff --git a/package.json b/package.json index 9d64202..4ca93c1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.9.1", "description": "Editionstools für eine digitale Epigraphik", "dependencies": { - "@jinntec/fore": "^2.2.0", + "@jinntec/fore": "^2.4.1", "@jinntec/jinn-codemirror": "1.17.2", "@teipublisher/pb-components": "2.12.10", "datalist-ajax": "1.0.2"