Skip to content

Commit 6ec7654

Browse files
renovate[bot]Pooya Parsa
authored andcommitted
chore(deps): update devdependency rollup to ^1.19.0 (nuxt#6192)
1 parent 9cc3e34 commit 6ec7654

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"request": "^2.88.0",
6565
"request-promise-native": "^1.0.7",
6666
"rimraf": "^2.6.3",
67-
"rollup": "^1.18.0",
67+
"rollup": "^1.19.0",
6868
"rollup-plugin-alias": "^1.5.2",
6969
"rollup-plugin-babel": "^4.3.3",
7070
"rollup-plugin-commonjs": "^10.0.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@
18161816
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
18171817
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
18181818

1819-
"@types/node@*", "@types/node@^12.6.3":
1819+
"@types/node@*", "@types/node@^12.6.9":
18201820
version "12.6.9"
18211821
resolved "https://registry.npmjs.org/@types/node/-/node-12.6.9.tgz#ffeee23afdc19ab16e979338e7b536fdebbbaeaf"
18221822
integrity sha512-+YB9FtyxXGyD54p8rXwWaN1EWEyar5L58GlGWgtH2I9rGmLGBQcw63+0jw+ujqVavNuO47S1ByAjm9zdHMnskw==
@@ -2183,7 +2183,7 @@ acorn@^5.5.3:
21832183
resolved "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
21842184
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
21852185

2186-
acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.7, acorn@^6.1.1, acorn@^6.2.0, acorn@^6.2.1:
2186+
acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.7, acorn@^6.1.1, acorn@^6.2.1:
21872187
version "6.2.1"
21882188
resolved "https://registry.npmjs.org/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
21892189
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
@@ -9947,14 +9947,14 @@ rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0, rollup-pluginutils@^2.8.1:
99479947
dependencies:
99489948
estree-walker "^0.6.1"
99499949

9950-
rollup@^1.18.0:
9951-
version "1.18.0"
9952-
resolved "https://registry.npmjs.org/rollup/-/rollup-1.18.0.tgz#98ea36472523ed712e20c0e996fd051882f787e6"
9953-
integrity sha512-MBAWr6ectF948gW/bs/yfi0jW7DzwI8n0tEYG/ZMQutmK+blF/Oazyhg3oPqtScCGV8bzCtL9KzlzPtTriEOJA==
9950+
rollup@^1.19.0:
9951+
version "1.19.0"
9952+
resolved "https://registry.npmjs.org/rollup/-/rollup-1.19.0.tgz#2991f7fd20e40ab0b08aacbb6af4393d9ff9ac31"
9953+
integrity sha512-7t55bi+fI3aqqJfjKWxhZirawAVByofP9xlou0NtM9/h2QyUfi1JwAsQF0TPqN3SRJACDPH+2WqpqcF7yPWRTQ==
99549954
dependencies:
99559955
"@types/estree" "0.0.39"
9956-
"@types/node" "^12.6.3"
9957-
acorn "^6.2.0"
9956+
"@types/node" "^12.6.9"
9957+
acorn "^6.2.1"
99589958

99599959
rsvp@^4.8.4:
99609960
version "4.8.5"

0 commit comments

Comments
 (0)