diff --git a/package-lock.json b/package-lock.json index abb0151..ea09e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1283,11 +1283,11 @@ } }, "@thebespokepixel/n-selector": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@thebespokepixel/n-selector/-/n-selector-0.2.1.tgz", - "integrity": "sha512-H0UiyFoxHT80CelQqCD32IpBuJl2XC/A4w4lxaa+2xPrCuGhSrJnf8eM8w1BZjvdrtkFDBzFhsBkPMX7qPRiBQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@thebespokepixel/n-selector/-/n-selector-0.2.3.tgz", + "integrity": "sha512-JIeVEhVhfq9bPli25skuMAPuQlWo74b82HYe70kE+vfLh0orUy7Du3W2PknQsW7ZJ55MJIDuRNkoeXVDvoez+Q==", "requires": { - "lodash": "^4.17.10", + "lodash": "^4.17.11", "sparkles": "^1.0.1" } }, @@ -1322,9 +1322,9 @@ "dev": true }, "@types/unist": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.2.tgz", - "integrity": "sha512-iHI60IbyfQilNubmxsq4zqSjdynlmc2Q/QvH9kjzg9+CCYVVzq1O6tc7VBzSygIwnmOt07w80IG6HDQvjv3Liw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz", + "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==", "dev": true }, "@types/vfile": { @@ -3407,9 +3407,9 @@ } }, "documentation-theme-bespoke": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/documentation-theme-bespoke/-/documentation-theme-bespoke-0.4.5.tgz", - "integrity": "sha512-AU3/wXz60TysfBa6aGN2U7R8KZYWJHJ36X165BGvsYJPMmWdTFuG0UDh4UoGeWDpWSTzyWK1XAWp0rsEQ0iWRA==", + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/documentation-theme-bespoke/-/documentation-theme-bespoke-0.4.7.tgz", + "integrity": "sha512-g8QwqPe5A+VBCse4ftirqH4tpR1GtlZDI973vy6dbpMMncoAL/NqcOSaFftk8dA5WlKFWQFsz66DuAzbFx3Zfg==", "dev": true, "requires": { "@thebespokepixel/badges": "^0.3.6", diff --git a/package.json b/package.json index 6473a65..a9b717c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ava": "^1.2.1", "babel-plugin-lodash": "^3.3.4", "documentation": "^9.1.1", - "documentation-theme-bespoke": "^0.4.5", + "documentation-theme-bespoke": "^0.4.7", "gulp": "^4.0.0", "gulp-better-rollup": "^3.4.0", "gulp-chmod": "^2.0.0", @@ -52,7 +52,7 @@ }, "dependencies": { "@thebespokepixel/meta": "^0.2.4", - "@thebespokepixel/n-selector": "^0.2.1", + "@thebespokepixel/n-selector": "^0.2.3", "@thebespokepixel/string": "^0.5.3", "ansi-regex": "^4.0.0", "columnify": "^1.5.4",