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

Commit f6b382a

Browse files
committed
Revert node requirement change and update node-sass
1 parent 250857e commit f6b382a

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "10.16"
4+
- lts/*
55
- node
66
matrix:
77
allow_failures:
@@ -15,7 +15,7 @@ stages:
1515
jobs:
1616
include:
1717
- stage: 🚀 rc-deployment
18-
node_js: "10.16"
18+
node_js: lts/*
1919
name: "Deploy to the npm rc channel"
2020
script: skip
2121
deploy:

packages/yoastseo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"js-yaml": "^3.12.1",
6161
"load-grunt-config": "^1.0.0",
6262
"lodash-cli": "^4.14.1",
63-
"node-sass": "^4.9.3"
63+
"node-sass": "^4.12.0"
6464
},
6565
"bugs": {
6666
"url": "https://github.com/Yoast/js-text-analysis/issues"

yarn.lock

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11446,6 +11446,11 @@ nan@^2.10.0, nan@^2.3.2, nan@^2.9.2:
1144611446
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
1144711447
integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
1144811448

11449+
nan@^2.13.2:
11450+
version "2.14.0"
11451+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
11452+
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
11453+
1144911454
nanomatch@^1.2.9:
1145011455
version "1.2.13"
1145111456
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -11662,7 +11667,30 @@ node-sass@^3.1.2:
1166211667
request "^2.61.0"
1166311668
sass-graph "^2.1.1"
1166411669

11665-
node-sass@^4.7.2, node-sass@^4.9.3:
11670+
node-sass@^4.12.0:
11671+
version "4.12.0"
11672+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.12.0.tgz#0914f531932380114a30cc5fa4fa63233a25f017"
11673+
integrity sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==
11674+
dependencies:
11675+
async-foreach "^0.1.3"
11676+
chalk "^1.1.1"
11677+
cross-spawn "^3.0.0"
11678+
gaze "^1.0.0"
11679+
get-stdin "^4.0.1"
11680+
glob "^7.0.3"
11681+
in-publish "^2.0.0"
11682+
lodash "^4.17.11"
11683+
meow "^3.7.0"
11684+
mkdirp "^0.5.1"
11685+
nan "^2.13.2"
11686+
node-gyp "^3.8.0"
11687+
npmlog "^4.0.0"
11688+
request "^2.88.0"
11689+
sass-graph "^2.2.4"
11690+
stdout-stream "^1.4.0"
11691+
"true-case-path" "^1.0.2"
11692+
11693+
node-sass@^4.7.2:
1166611694
version "4.11.0"
1166711695
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.11.0.tgz#183faec398e9cbe93ba43362e2768ca988a6369a"
1166811696
integrity sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==

0 commit comments

Comments
 (0)