From 44c9cc911c491d241111a7e081399e1f780152de Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Fri, 26 Jun 2020 06:36:44 +0000 Subject: [PATCH] chore(docs): Correct capitalization for Sass (#25311) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I know it's nitpicky, but just wanted to make it follow the Sass brand guidelines. 😄 --- yarn.lock | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 7598ab6..662a5d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1519,7 +1519,12 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^8.5.7": +"@types/node@*": + version "14.0.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.13.tgz#ee1128e881b874c371374c1f72201893616417c9" + integrity sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA== + +"@types/node@^8.5.7": version "8.10.61" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.61.tgz#d299136ce54bcaf1abaa4a487f9e4bedf6b0d393" integrity sha512-l+zSbvT8TPRaCxL1l9cwHCb0tSqGAGcjPJFItGGYat5oCTiq1uQQKYg5m7AF1mgnEBzFXGLJ2LRmNjtreRX76Q==