Skip to content

Commit 1a95e0a

Browse files
renovate[bot]jacobmllr95
authored andcommitted
chore(deps): update devdependency rollup to ^1.19.2 (bootstrap-vue#3817)
1 parent 06178e6 commit 1a95e0a

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"nuxt": "^2.8.1",
124124
"postcss-cli": "^6.1.3",
125125
"prettier": "1.14.3",
126-
"rollup": "^1.18.0",
126+
"rollup": "^1.19.2",
127127
"rollup-plugin-babel": "^4.3.3",
128128
"rollup-plugin-commonjs": "^10.0.2",
129129
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,10 +1789,10 @@
17891789
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.1.tgz#d5544f6de0aae03eefbb63d5120f6c8be0691946"
17901790
integrity sha512-rp7La3m845mSESCgsJePNL/JQyhkOJA6G4vcwvVgkDAwHhGdq5GCumxmPjEk1MZf+8p5ZQAUE7tqgQRQTXN7uQ==
17911791

1792-
"@types/node@^12.6.3":
1793-
version "12.6.8"
1794-
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.8.tgz#e469b4bf9d1c9832aee4907ba8a051494357c12c"
1795-
integrity sha512-aX+gFgA5GHcDi89KG5keey2zf0WfZk/HAQotEamsK2kbey+8yGKcson0hbK8E+v0NArlCJQCqMP161YhV6ZXLg==
1792+
"@types/node@^12.6.9":
1793+
version "12.6.9"
1794+
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.6.9.tgz#ffeee23afdc19ab16e979338e7b536fdebbbaeaf"
1795+
integrity sha512-+YB9FtyxXGyD54p8rXwWaN1EWEyar5L58GlGWgtH2I9rGmLGBQcw63+0jw+ujqVavNuO47S1ByAjm9zdHMnskw==
17961796

17971797
"@types/node@^8.0.7":
17981798
version "8.10.50"
@@ -2150,6 +2150,11 @@ acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.4, acorn@^6.0.7, acorn@^6.2.0:
21502150
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.0.tgz#67f0da2fc339d6cfb5d6fb244fd449f33cd8bbe3"
21512151
integrity sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==
21522152

2153+
acorn@^6.2.1:
2154+
version "6.2.1"
2155+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
2156+
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
2157+
21532158
agent-base@4, agent-base@^4.1.0, agent-base@^4.2.0, agent-base@^4.3.0:
21542159
version "4.3.0"
21552160
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
@@ -11096,14 +11101,14 @@ rollup-pluginutils@^2.8.1:
1109611101
dependencies:
1109711102
estree-walker "^0.6.1"
1109811103

11099-
rollup@^1.18.0:
11100-
version "1.18.0"
11101-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.18.0.tgz#98ea36472523ed712e20c0e996fd051882f787e6"
11102-
integrity sha512-MBAWr6ectF948gW/bs/yfi0jW7DzwI8n0tEYG/ZMQutmK+blF/Oazyhg3oPqtScCGV8bzCtL9KzlzPtTriEOJA==
11104+
rollup@^1.19.2:
11105+
version "1.19.2"
11106+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.19.2.tgz#64f74ef9b743cbc31e5aa226c7bce0a767cd9a33"
11107+
integrity sha512-nH8Sr5MMhdq+Se4w9RsJiwIFJ7eHNt+UyqR8a1WKlP36+ruJnzRoXMeSXicdRScAyDhrdQQR7GUX6W41qHlp+A==
1110311108
dependencies:
1110411109
"@types/estree" "0.0.39"
11105-
"@types/node" "^12.6.3"
11106-
acorn "^6.2.0"
11110+
"@types/node" "^12.6.9"
11111+
acorn "^6.2.1"
1110711112

1110811113
rsvp@^4.8.4:
1110911114
version "4.8.5"

0 commit comments

Comments
 (0)