diff --git a/package-lock.json b/package-lock.json index f1bba9a89c..6635bfbd3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25716,9 +25716,9 @@ } }, "unist-util-select": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.1.tgz", - "integrity": "sha512-VQpTuqZVJlRbosQdnLdTPIIqwZeU70YZ5aMBOqtFNGeeCdYn6ORZt/9RiaVlbl06ocuf58SVMoFa7a13CSGPMA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/unist-util-select/-/unist-util-select-3.0.2.tgz", + "integrity": "sha512-LuxE3L0joWDkKjzIMWnVYNjZdvTZpLB5HyAOOneokzCZqXbvaKVTnxoJRtU1uE6dgymg+oNKUoveN/ixHD9Ncw==", "dev": true, "requires": { "css-selector-parser": "^1.0.0", diff --git a/package.json b/package.json index 7721e2b5d4..ca0b2a6fc5 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "tslint": "6.1.3", "typedoc": "^0.19.2", "typescript": "3.9.7", - "unist-util-select": "^3.0.1", + "unist-util-select": "^3.0.2", "webpack-cli": "^3.3.12" }, "license": "Apache-2.0",