diff --git a/package-lock.json b/package-lock.json index c12bfa8..1a53552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "GPL-3.0", "dependencies": { - "@resilien/directus-to-markdown": "1.0.1", + "@resilien/directus-to-markdown": "1.1.0", "imagemin-cli": "^6.0.0", "imagemin-webp": "^6.0.0", "richtypo": "4.1.9", @@ -144,9 +144,9 @@ } }, "node_modules/@resilien/directus-to-markdown": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.0.1.tgz", - "integrity": "sha512-68Y14g6VulZtiG+6NKSVjLxfZlMqRDzcMhV0BoI24r/y2o4hn20JrBVPQa+rzaI9Y2dDDHCBXTHsc/9VmcSYPA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.1.0.tgz", + "integrity": "sha512-AO2G7WLI/0ccI0tR7ZcdAa6qyHrV6pGvw1A5wWxsBVZ8/02+6wH2E0qpvvJG6AP57/1mOFY3n6URqSN4qTXzHg==", "dependencies": { "@directus/sdk": "^9.5.2", "js-yaml": "^4.1.0" @@ -4884,9 +4884,9 @@ } }, "@resilien/directus-to-markdown": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.0.1.tgz", - "integrity": "sha512-68Y14g6VulZtiG+6NKSVjLxfZlMqRDzcMhV0BoI24r/y2o4hn20JrBVPQa+rzaI9Y2dDDHCBXTHsc/9VmcSYPA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@resilien/directus-to-markdown/-/directus-to-markdown-1.1.0.tgz", + "integrity": "sha512-AO2G7WLI/0ccI0tR7ZcdAa6qyHrV6pGvw1A5wWxsBVZ8/02+6wH2E0qpvvJG6AP57/1mOFY3n6URqSN4qTXzHg==", "requires": { "@directus/sdk": "^9.5.2", "js-yaml": "^4.1.0" diff --git a/package.json b/package.json index ed76621..5e85e0b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Simon ", "license": "GPL-3.0", "dependencies": { - "@resilien/directus-to-markdown": "1.0.1", + "@resilien/directus-to-markdown": "1.1.0", "imagemin-cli": "^6.0.0", "imagemin-webp": "^6.0.0", "richtypo": "4.1.9",