From 44c3ee8ae189c7bc56d4932121886a2bb0862339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 04:58:58 +0000 Subject: [PATCH] build(deps-dev): bump node-sass from 4.13.0 to 4.13.1 in /example Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.0 to 4.13.1. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.13.0...v4.13.1) Signed-off-by: dependabot[bot] --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 0f71f8be..cdb51c4c 100644 --- a/example/package.json +++ b/example/package.json @@ -33,7 +33,7 @@ "babel-plugin-import": "^1.13.0", "eslint": "^5.16.0", "eslint-plugin-vue": "^5.0.0", - "node-sass": "^4.12.0", + "node-sass": "^4.13.1", "sass-loader": "^8.0.0", "typescript": "^3.7.4", "vue-cli-plugin-vconsole": "^1.0.1", diff --git a/example/yarn.lock b/example/yarn.lock index f016673e..f771c08d 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5817,10 +5817,10 @@ node-releases@^1.1.60: resolved "https://registry.npm.taobao.org/node-releases/download/node-releases-1.1.60.tgz?cache=0&sync_timestamp=1595485377499&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.60.tgz#6948bdfce8286f0b5d0e5a88e8384e954dfe7084" integrity sha1-aUi9/OgobwtdDlqI6DhOlU3+cIQ= -node-sass@^4.12.0: - version "4.13.0" - resolved "https://registry.npm.taobao.org/node-sass/download/node-sass-4.13.0.tgz?cache=0&sync_timestamp=1571899977221&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-sass%2Fdownload%2Fnode-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066" - integrity sha1-tkcoi6vdahy3Jt5FRVFrMfkNoGY= +node-sass@^4.13.1: + version "4.13.1" + resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.1.tgz#9db5689696bb2eec2c32b98bfea4c7a2e992d0a3" + integrity sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw== dependencies: async-foreach "^0.1.3" chalk "^1.1.1"