Skip to content

Commit 5a625c2

Browse files
committed
Update dependency rollup to v1.20.3
1 parent 3211686 commit 5a625c2

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"postcss-cli": "6.1.2",
2727
"postcss-preset-env": "6.6.0",
2828
"prettier": "1.17.0",
29-
"rollup": "1.15.2",
29+
"rollup": "1.20.3",
3030
"rollup-plugin-node-resolve": "4.2.4",
3131
"serve": "11.0.0"
3232
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -800,10 +800,10 @@
800800
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.2.tgz#3452a24edf9fea138b48fad4a0a028a683da1e40"
801801
integrity sha512-5tabW/i+9mhrfEOUcLDu2xBPsHJ+X5Orqy9FKpale3SjDA17j5AEpYq5vfy3oAeAHGcvANRCO3NV3d2D6q3NiA==
802802

803-
"@types/node@^12.0.8":
804-
version "12.0.8"
805-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.8.tgz#551466be11b2adc3f3d47156758f610bd9f6b1d8"
806-
integrity sha512-b8bbUOTwzIY3V5vDTY1fIJ+ePKDUBqt2hC2woVGotdQQhG/2Sh62HOKHrT7ab+VerXAcPyAiTEipPu/FsreUtg==
803+
"@types/node@^12.7.2":
804+
version "12.7.4"
805+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.4.tgz#64db61e0359eb5a8d99b55e05c729f130a678b04"
806+
integrity sha512-W0+n1Y+gK/8G2P/piTkBBN38Qc5Q1ZSO6B5H3QmPCUewaiXOo2GCAWZ4ElZCcNhjJuBSUSLGFUJnmlCn5+nxOQ==
807807

808808
"@types/q@^1.5.1":
809809
version "1.5.1"
@@ -835,10 +835,10 @@ accepts@~1.3.5:
835835
mime-types "~2.1.18"
836836
negotiator "0.6.1"
837837

838-
acorn@^6.1.1:
839-
version "6.1.1"
840-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
841-
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
838+
acorn@^7.0.0:
839+
version "7.0.0"
840+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
841+
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
842842

843843
844844
version "6.5.3"
@@ -4317,14 +4317,14 @@ [email protected]:
43174317
is-module "^1.0.0"
43184318
resolve "^1.10.0"
43194319

4320-
rollup@1.15.2:
4321-
version "1.15.2"
4322-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.15.2.tgz#676feb0e73c8f99f75e0078b331a576c56354df6"
4323-
integrity sha512-NsH0Mjqk/RtlhSIJopNUiCYi3r3zudHxg9Cj6Or96QnJw/suab0/PjL50/GRNE5omvXEG2F9K4a334ddvA1Txg==
4320+
rollup@1.20.3:
4321+
version "1.20.3"
4322+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.20.3.tgz#6243f6c118ca05f56b2d9433112400cd834a1eb8"
4323+
integrity sha512-/OMCkY0c6E8tleeVm4vQVDz24CkVgvueK3r8zTYu2AQNpjrcaPwO9hE+pWj5LTFrvvkaxt4MYIp2zha4y0lRvg==
43244324
dependencies:
43254325
"@types/estree" "0.0.39"
4326-
"@types/node" "^12.0.8"
4327-
acorn "^6.1.1"
4326+
"@types/node" "^12.7.2"
4327+
acorn "^7.0.0"
43284328

43294329
[email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
43304330
version "5.1.2"

0 commit comments

Comments
 (0)