Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 91b637c

Browse files
authored
Merge pull request #179 from diegonvs/renovate/node-sass-4.x
Update dependency node-sass to v4.13.0
2 parents a4a5b7f + 7fb03fb commit 91b637c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"metal-clipboard": "2.0.1",
5252
"metal-tabs": "2.3.1",
5353
"netlify-identity-widget": "1.5.4",
54-
"node-sass": "4.12.0",
54+
"node-sass": "4.13.0",
5555
"nothing": "0.1.0",
5656
"prismjs": "1.17.1",
5757
"react": "16.8.6",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -7177,6 +7177,11 @@ lodash@^4.0.0, lodash@^4.11.1, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11,
71777177
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
71787178
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
71797179

7180+
lodash@^4.17.15:
7181+
version "4.17.15"
7182+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
7183+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
7184+
71807185
loglevel@^1.6.1:
71817186
version "1.6.1"
71827187
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
@@ -8030,10 +8035,10 @@ node-releases@^1.1.13:
80308035
dependencies:
80318036
semver "^5.3.0"
80328037

8033-
node-sass@4.12.0:
8034-
version "4.12.0"
8035-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
8036-
integrity sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
8038+
node-sass@4.13.0:
8039+
version "4.13.0"
8040+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.13.0.tgz#b647288babdd6a1cb726de4545516b31f90da066"
8041+
integrity sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==
80378042
dependencies:
80388043
async-foreach "^0.1.3"
80398044
chalk "^1.1.1"
@@ -8042,7 +8047,7 @@ [email protected]:
80428047
get-stdin "^4.0.1"
80438048
glob "^7.0.3"
80448049
in-publish "^2.0.0"
8045-
lodash "^4.17.11"
8050+
lodash "^4.17.15"
80468051
meow "^3.7.0"
80478052
mkdirp "^0.5.1"
80488053
nan "^2.13.2"

0 commit comments

Comments
 (0)