From 1a84836fbd119b7150ecd576fcf7f6bc73ac354f Mon Sep 17 00:00:00 2001 From: CarlosKlapp <43484163+CarlosKlapp@users.noreply.github.com> Date: Thu, 12 Dec 2019 13:59:09 -0600 Subject: [PATCH] :arrow_up: update node-sass (#254) Update node-sass to enable it to compile on the Mac when using Node v13.2.0 Thanks to @CarlosKlapp --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9c9afd..48a3fa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6080,9 +6080,9 @@ } }, "node-sass": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.12.0.tgz", - "integrity": "sha512-A1Iv4oN+Iel6EPv77/HddXErL2a+gZ4uBeZUy+a8O35CFYTXhgA8MgLCWBtwpGZdCvTvQ9d+bQxX/QC36GDPpQ==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.0.tgz", + "integrity": "sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==", "dev": true, "requires": { "async-foreach": "^0.1.3", @@ -6092,7 +6092,7 @@ "get-stdin": "^4.0.1", "glob": "^7.0.3", "in-publish": "^2.0.0", - "lodash": "^4.17.11", + "lodash": "^4.17.15", "meow": "^3.7.0", "mkdirp": "^0.5.1", "nan": "^2.13.2", @@ -7523,12 +7523,6 @@ "read-pkg": "^1.0.0" } }, - "require-main-filename": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", - "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=", - "dev": true - }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", diff --git a/package.json b/package.json index b635373..9940b7d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "concurrently": "^5.0.0", "eslint": "^6.4.0", "jest": "^24.9.0", - "node-sass": "^4.12.0", + "node-sass": "^4.13.0", "nodemon": "^1.19.2", "shelljs": "^0.8.3", "supertest": "^4.0.2",