Upgrade node-sass back to latest

This commit is contained in:
roykho 2021-12-02 08:23:11 -08:00
parent b9c3644a84
commit 68fbca56dc
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
3 changed files with 70 additions and 213 deletions

View File

@ -24,7 +24,7 @@
"grunt-sass": "3.1.0",
"grunt-stylelint": "0.16.0",
"gruntify-eslint": "5.0.0",
"node-sass": "4.14.1",
"node-sass": "6.0.1",
"stylelint": "13.8.0",
"stylelint-config-wordpress": "17.0.0"
}

View File

@ -64,7 +64,7 @@
"jest": "^25.1.0",
"lint-staged": "9.5.0",
"mocha": "7.2.0",
"node-sass": "4.14.1",
"node-sass": "6.0.1",
"prettier": "npm:wp-prettier@2.0.5",
"stylelint": "^13.8.0",
"stylelint-config-wordpress": "17.0.0",

View File

@ -213,7 +213,7 @@ importers:
jest: ^25.1.0
lint-staged: 9.5.0
mocha: 7.2.0
node-sass: 4.14.1
node-sass: 6.0.1
prettier: npm:wp-prettier@2.0.5
stylelint: ^13.8.0
stylelint-config-wordpress: 17.0.0
@ -255,7 +255,7 @@ importers:
jest: 25.5.4
lint-staged: 9.5.0
mocha: 7.2.0
node-sass: 4.14.1
node-sass: 6.0.1
prettier: /wp-prettier/2.0.5
stylelint: 13.13.1
stylelint-config-wordpress: 17.0.0_stylelint@13.13.1
@ -284,7 +284,7 @@ importers:
grunt-sass: 3.1.0
grunt-stylelint: 0.16.0
gruntify-eslint: 5.0.0
node-sass: 4.14.1
node-sass: 6.0.1
stylelint: 13.8.0
stylelint-config-wordpress: 17.0.0
devDependencies:
@ -306,7 +306,7 @@ importers:
grunt-sass: 3.1.0_grunt@1.3.0
grunt-stylelint: 0.16.0_stylelint@13.8.0
gruntify-eslint: 5.0.0_grunt@1.3.0
node-sass: 4.14.1
node-sass: 6.0.1
stylelint: 13.8.0
stylelint-config-wordpress: 17.0.0_stylelint@13.8.0
@ -6709,11 +6709,6 @@ packages:
/array-equal/1.0.0:
resolution: {integrity: sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=}
/array-find-index/1.0.2:
resolution: {integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=}
engines: {node: '>=0.10.0'}
dev: true
/array-flatten/1.1.1:
resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=}
dev: true
@ -7491,13 +7486,6 @@ packages:
dependencies:
file-uri-to-path: 1.0.0
/block-stream/0.0.9:
resolution: {integrity: sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=}
engines: {node: 0.4 || >=0.5.8}
dependencies:
inherits: 2.0.4
dev: true
/bluebird/3.7.2:
resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==}
dev: true
@ -7841,14 +7829,6 @@ packages:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'}
/camelcase-keys/2.1.0:
resolution: {integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc=}
engines: {node: '>=0.10.0'}
dependencies:
camelcase: 2.1.1
map-obj: 1.0.1
dev: true
/camelcase-keys/6.2.2:
resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==}
engines: {node: '>=8'}
@ -7858,11 +7838,6 @@ packages:
quick-lru: 4.0.1
dev: true
/camelcase/2.1.1:
resolution: {integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=}
engines: {node: '>=0.10.0'}
dev: true
/camelcase/4.1.0:
resolution: {integrity: sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=}
engines: {node: '>=4'}
@ -8088,6 +8063,11 @@ packages:
resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==}
dev: true
/chownr/2.0.0:
resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==}
engines: {node: '>=10'}
dev: true
/chrome-trace-event/1.0.3:
resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
engines: {node: '>=6.0'}
@ -8591,13 +8571,6 @@ packages:
cross-spawn: 7.0.3
dev: true
/cross-spawn/3.0.1:
resolution: {integrity: sha1-ElYDfsufDF9549bvE14wdwGEuYI=}
dependencies:
lru-cache: 4.1.5
which: 1.3.1
dev: true
/cross-spawn/5.1.0:
resolution: {integrity: sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=}
dependencies:
@ -8891,13 +8864,6 @@ packages:
resolution: {integrity: sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==}
dev: false
/currently-unhandled/0.4.1:
resolution: {integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o=}
engines: {node: '>=0.10.0'}
dependencies:
array-find-index: 1.0.2
dev: true
/cwd/0.10.0:
resolution: {integrity: sha1-FyQAaUBXwioTsM8WFix+S3p/5Wc=}
engines: {node: '>=0.8'}
@ -9457,6 +9423,11 @@ packages:
/entities/2.2.0:
resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==}
/env-paths/2.2.1:
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
engines: {node: '>=6'}
dev: true
/enzyme-adapter-react-16/1.15.6_enzyme@3.11.0:
resolution: {integrity: sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==}
peerDependencies:
@ -10990,14 +10961,6 @@ packages:
- supports-color
dev: false
/find-up/1.1.2:
resolution: {integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=}
engines: {node: '>=0.10.0'}
dependencies:
path-exists: 2.1.0
pinkie-promise: 2.0.1
dev: true
/find-up/2.1.0:
resolution: {integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c=}
engines: {node: '>=4'}
@ -11264,6 +11227,13 @@ packages:
universalify: 2.0.0
dev: true
/fs-minipass/2.1.0:
resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==}
engines: {node: '>= 8'}
dependencies:
minipass: 3.1.5
dev: true
/fs-monkey/1.0.3:
resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==}
dev: true
@ -11310,16 +11280,6 @@ packages:
requiresBuild: true
optional: true
/fstream/1.0.12:
resolution: {integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==}
engines: {node: '>=0.6'}
dependencies:
graceful-fs: 4.2.8
inherits: 2.0.4
mkdirp: 0.5.5
rimraf: 2.7.1
dev: true
/function-bind/1.1.1:
resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==}
@ -12426,18 +12386,6 @@ packages:
resolution: {integrity: sha1-khi5srkoojixPcT7a21XbyMUU+o=}
engines: {node: '>=0.8.19'}
/in-publish/2.0.1:
resolution: {integrity: sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==}
hasBin: true
dev: true
/indent-string/2.1.0:
resolution: {integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=}
engines: {node: '>=0.10.0'}
dependencies:
repeating: 2.0.1
dev: true
/indent-string/3.2.0:
resolution: {integrity: sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=}
engines: {node: '>=4'}
@ -15139,17 +15087,6 @@ packages:
resolution: {integrity: sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==}
dev: true
/load-json-file/1.1.0:
resolution: {integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=}
engines: {node: '>=0.10.0'}
dependencies:
graceful-fs: 4.2.8
parse-json: 2.2.0
pify: 2.3.0
pinkie-promise: 2.0.1
strip-bom: 2.0.0
dev: true
/load-json-file/4.0.0:
resolution: {integrity: sha1-L19Fq5HjMhYjT9U62rZo607AmTs=}
engines: {node: '>=4'}
@ -15319,14 +15256,6 @@ packages:
dependencies:
js-tokens: 4.0.0
/loud-rejection/1.6.0:
resolution: {integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=}
engines: {node: '>=0.10.0'}
dependencies:
currently-unhandled: 0.4.1
signal-exit: 3.0.5
dev: true
/lowercase-keys/1.0.1:
resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==}
engines: {node: '>=0.10.0'}
@ -15508,22 +15437,6 @@ packages:
engines: {node: '>= 0.10.0'}
dev: true
/meow/3.7.0:
resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=}
engines: {node: '>=0.10.0'}
dependencies:
camelcase-keys: 2.1.0
decamelize: 1.2.0
loud-rejection: 1.6.0
map-obj: 1.0.1
minimist: 1.2.5
normalize-package-data: 2.5.0
object-assign: 4.1.1
read-pkg-up: 1.0.1
redent: 1.0.0
trim-newlines: 1.0.0
dev: true
/meow/8.1.2:
resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==}
engines: {node: '>=10'}
@ -15727,6 +15640,21 @@ packages:
/minimist/1.2.5:
resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==}
/minipass/3.1.5:
resolution: {integrity: sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==}
engines: {node: '>=8'}
dependencies:
yallist: 4.0.0
dev: true
/minizlib/2.1.2:
resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==}
engines: {node: '>= 8'}
dependencies:
minipass: 3.1.5
yallist: 4.0.0
dev: true
/mississippi/3.0.0:
resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==}
engines: {node: '>=4.0.0'}
@ -15968,23 +15896,21 @@ packages:
hasBin: true
dev: true
/node-gyp/3.8.0:
resolution: {integrity: sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==}
engines: {node: '>= 0.8.0'}
/node-gyp/7.1.2:
resolution: {integrity: sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==}
engines: {node: '>= 10.12.0'}
hasBin: true
dependencies:
fstream: 1.0.12
env-paths: 2.2.1
glob: 7.2.0
graceful-fs: 4.2.8
mkdirp: 0.5.5
nopt: 3.0.6
nopt: 5.0.0
npmlog: 4.1.2
osenv: 0.1.5
request: 2.88.2
rimraf: 2.7.1
semver: 5.3.0
tar: 2.2.2
which: 1.3.1
rimraf: 3.0.2
semver: 7.3.5
tar: 6.1.11
which: 2.0.2
dev: true
/node-int64/0.4.0:
@ -16058,24 +15984,22 @@ packages:
/node-releases/2.0.1:
resolution: {integrity: sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==}
/node-sass/4.14.1:
resolution: {integrity: sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g==}
engines: {node: '>=0.10.0'}
/node-sass/6.0.1:
resolution: {integrity: sha512-f+Rbqt92Ful9gX0cGtdYwjTrWAaGURgaK5rZCWOgCNyGWusFYHhbqCCBoFBeat+HKETOU02AyTxNhJV0YZf2jQ==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
dependencies:
async-foreach: 0.1.3
chalk: 1.1.3
cross-spawn: 3.0.1
cross-spawn: 7.0.3
gaze: 1.1.3
get-stdin: 4.0.1
glob: 7.2.0
in-publish: 2.0.1
lodash: 4.17.21
meow: 3.7.0
mkdirp: 0.5.5
meow: 9.0.0
nan: 2.15.0
node-gyp: 3.8.0
node-gyp: 7.1.2
npmlog: 4.1.2
request: 2.88.2
sass-graph: 2.2.5
@ -16102,6 +16026,14 @@ packages:
osenv: 0.1.5
dev: true
/nopt/5.0.0:
resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==}
engines: {node: '>=6'}
hasBin: true
dependencies:
abbrev: 1.1.1
dev: true
/normalize-package-data/2.5.0:
resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==}
dependencies:
@ -16640,13 +16572,6 @@ packages:
path-root: 0.1.1
dev: true
/parse-json/2.2.0:
resolution: {integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=}
engines: {node: '>=0.10.0'}
dependencies:
error-ex: 1.3.2
dev: true
/parse-json/4.0.0:
resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=}
engines: {node: '>=4'}
@ -16712,13 +16637,6 @@ packages:
resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=}
optional: true
/path-exists/2.1.0:
resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=}
engines: {node: '>=0.10.0'}
dependencies:
pinkie-promise: 2.0.1
dev: true
/path-exists/3.0.0:
resolution: {integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=}
engines: {node: '>=4'}
@ -16762,15 +16680,6 @@ packages:
resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=}
dev: true
/path-type/1.1.0:
resolution: {integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=}
engines: {node: '>=0.10.0'}
dependencies:
graceful-fs: 4.2.8
pify: 2.3.0
pinkie-promise: 2.0.1
dev: true
/path-type/3.0.0:
resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==}
engines: {node: '>=4'}
@ -16841,18 +16750,6 @@ packages:
engines: {node: '>=10'}
dev: true
/pinkie-promise/2.0.1:
resolution: {integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o=}
engines: {node: '>=0.10.0'}
dependencies:
pinkie: 2.0.4
dev: true
/pinkie/2.0.4:
resolution: {integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA=}
engines: {node: '>=0.10.0'}
dev: true
/pirates/4.0.1:
resolution: {integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==}
engines: {node: '>= 6'}
@ -18090,14 +17987,6 @@ packages:
pify: 2.3.0
dev: true
/read-pkg-up/1.0.1:
resolution: {integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=}
engines: {node: '>=0.10.0'}
dependencies:
find-up: 1.1.2
read-pkg: 1.1.0
dev: true
/read-pkg-up/4.0.0:
resolution: {integrity: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==}
engines: {node: '>=6'}
@ -18114,15 +18003,6 @@ packages:
read-pkg: 5.2.0
type-fest: 0.8.1
/read-pkg/1.1.0:
resolution: {integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=}
engines: {node: '>=0.10.0'}
dependencies:
load-json-file: 1.1.0
normalize-package-data: 2.5.0
path-type: 1.1.0
dev: true
/read-pkg/3.0.0:
resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=}
engines: {node: '>=4'}
@ -18199,14 +18079,6 @@ packages:
resolve: 1.20.0
dev: true
/redent/1.0.0:
resolution: {integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=}
engines: {node: '>=0.10.0'}
dependencies:
indent-string: 2.1.0
strip-indent: 1.0.1
dev: true
/redent/3.0.0:
resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==}
engines: {node: '>=8'}
@ -18839,11 +18711,6 @@ packages:
engines: {node: '>=6'}
dev: true
/semver/5.3.0:
resolution: {integrity: sha1-myzl094C0XxgEq0yaqa00M9U+U8=}
hasBin: true
dev: true
/semver/5.7.1:
resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==}
hasBin: true
@ -19507,14 +19374,6 @@ packages:
resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==}
engines: {node: '>=6'}
/strip-indent/1.0.1:
resolution: {integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=}
engines: {node: '>=0.10.0'}
hasBin: true
dependencies:
get-stdin: 4.0.1
dev: true
/strip-indent/3.0.0:
resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==}
engines: {node: '>=8'}
@ -19980,13 +19839,16 @@ packages:
engines: {node: '>=6'}
dev: true
/tar/2.2.2:
resolution: {integrity: sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==}
deprecated: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
/tar/6.1.11:
resolution: {integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==}
engines: {node: '>= 10'}
dependencies:
block-stream: 0.0.9
fstream: 1.0.12
inherits: 2.0.4
chownr: 2.0.0
fs-minipass: 2.1.0
minipass: 3.1.5
minizlib: 2.1.2
mkdirp: 1.0.4
yallist: 4.0.0
dev: true
/term-size/1.2.0:
@ -20304,11 +20166,6 @@ packages:
hasBin: true
dev: false
/trim-newlines/1.0.0:
resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=}
engines: {node: '>=0.10.0'}
dev: true
/trim-newlines/3.0.1:
resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==}
engines: {node: '>=8'}