diff --git a/docs/package-lock.json b/docs/package-lock.json index d5b37af1..d344069a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -4522,9 +4522,9 @@ "dev": true }, "front-matter": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.0.2.tgz", - "integrity": "sha512-iBGZaWyzqgsrPGsqrXZP6N4hp5FzSKDi18nfAoYpgz3qK5sAwFv/ojmn3VS60SOgLvq6CtojNqy0y6ZNz05IzQ==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/front-matter/-/front-matter-3.1.0.tgz", + "integrity": "sha512-RFEK8N6waWTdwBZOPNEtvwMjZ/hUfpwXkYUYkmmOhQGdhSulXhWrFwiUhdhkduLDiIwbROl/faF1X/PC/GGRMw==", "dev": true, "requires": { "js-yaml": "^3.13.1" diff --git a/docs/package.json b/docs/package.json index 1c27eb9a..9ac3c5c7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,7 +33,7 @@ "eslint-config-prettier": "6.1.0", "eslint-plugin-import": "2.18.2", "eslint-plugin-prettier": "2.7.0", - "front-matter": "3.0.2", + "front-matter": "3.1.0", "fs-extra": "8.1.0", "gh-pages": "1.2.0", "glob": "7.1.4", diff --git a/docs/yarn.lock b/docs/yarn.lock index 8e253cff..3e046e4c 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -3255,10 +3255,10 @@ from@~0: resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe" integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4= -front-matter@3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-3.0.2.tgz#2401cd05fcf22bd0de48a104ffb4efb1ff5c8465" - integrity sha512-iBGZaWyzqgsrPGsqrXZP6N4hp5FzSKDi18nfAoYpgz3qK5sAwFv/ojmn3VS60SOgLvq6CtojNqy0y6ZNz05IzQ== +front-matter@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/front-matter/-/front-matter-3.1.0.tgz#a0b758c3c6c39ce43e107dd0909a57d42964c2de" + integrity sha512-RFEK8N6waWTdwBZOPNEtvwMjZ/hUfpwXkYUYkmmOhQGdhSulXhWrFwiUhdhkduLDiIwbROl/faF1X/PC/GGRMw== dependencies: js-yaml "^3.13.1"