diff --git a/package-lock.json b/package-lock.json index 327842e3..811e13a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -505,9 +505,9 @@ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" }, "deep-get-set": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/deep-get-set/-/deep-get-set-1.1.0.tgz", - "integrity": "sha1-R7uiAIo/3px1PcvmGjYkFgbZg28=" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/deep-get-set/-/deep-get-set-1.1.2.tgz", + "integrity": "sha512-rADDJfKhKxeL66gGHvZTevXvnFcTJL0dzN+bCSIBUhOtyt8tYN3I0cNabsNu0AEhtpGzPxyAgXafhKNzrVEkig==" }, "define-property": { "version": "2.0.2", @@ -806,7 +806,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -824,11 +825,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "1.0.0", "concat-map": "0.0.1" @@ -841,15 +844,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -952,7 +958,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -962,6 +969,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "1.0.1" } @@ -974,17 +982,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "1.1.11" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, + "optional": true, "requires": { "safe-buffer": "5.1.2", "yallist": "3.0.3" @@ -1001,6 +1012,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -1073,7 +1085,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -1083,6 +1096,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1.0.2" } @@ -1158,7 +1172,8 @@ }, "safe-buffer": { "version": "5.1.2", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -1188,6 +1203,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "1.1.0", "is-fullwidth-code-point": "1.0.0", @@ -1205,6 +1221,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "2.1.1" } @@ -1243,11 +1260,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.3", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -2176,13 +2195,13 @@ } }, "postcss-replace": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/postcss-replace/-/postcss-replace-1.0.7.tgz", - "integrity": "sha512-YAYqh1sKqE//+fNXxjLaaotHngvIloHSzvsLFt+JmF7R19/mSUgApJuRlDllmBhlX1+sAOsoXkG/W/3y6SMhDA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/postcss-replace/-/postcss-replace-1.1.3.tgz", + "integrity": "sha512-WaTR1N/zVc1ud7IB8rJSeqeNsAohIsEUWHynDa1GFGw/Hh1wn146ZuAhcxlIGgV4qBjhXaBSh9ug1V6K9gsn1Q==", "requires": { - "deep-get-set": "1.1.0", - "kind-of": "6.0.2", - "postcss": "7.0.17" + "deep-get-set": "^1.1.0", + "kind-of": "^6.0.2", + "postcss": "^7.0.14" } }, "postcss-reporter": {