Skip to content

Commit 185ee1f

Browse files
Merge pull request #16 from newbornfrontender/renovate/rollup-1.x
Update dependency rollup to v1.2.2
2 parents 0800901 + abf5362 commit 185ee1f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"prettier": "1.16.4",
20-
"rollup": "1.1.2",
20+
"rollup": "1.2.2",
2121
"rollup-plugin-node-resolve": "4.0.0"
2222
}
2323
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
dependencies:
3333
"@vaadin/vaadin-development-mode-detector" "^2.0.0"
3434

35-
acorn@^6.0.5:
36-
version "6.0.5"
37-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
38-
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
35+
acorn@^6.1.0:
36+
version "6.1.0"
37+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
38+
integrity sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==
3939

4040
builtin-modules@^3.0.0:
4141
version "3.0.0"
@@ -83,11 +83,11 @@ [email protected]:
8383
is-module "^1.0.0"
8484
resolve "^1.8.1"
8585

86-
rollup@1.1.2:
87-
version "1.1.2"
88-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.1.2.tgz#8d094b85683b810d0c05a16bd7618cf70d48eba7"
89-
integrity sha512-OkdMxqMl8pWoQc5D8y1cIinYQPPLV8ZkfLgCzL6SytXeNA2P7UHynEQXI9tYxuAjAMsSyvRaWnyJDLHMxq0XAg==
86+
rollup@1.2.2:
87+
version "1.2.2"
88+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.2.2.tgz#960416d098d3dba44bbe64c8db94510d6e568104"
89+
integrity sha512-fsn5KJcfSuejjrv8GV7kZNciElqxyzZdUq8rA3e528JsR3ccxrWwoptyUY8GGLlgMFAQMB3dZW8nWF2I1/xrZA==
9090
dependencies:
9191
"@types/estree" "0.0.39"
9292
"@types/node" "*"
93-
acorn "^6.0.5"
93+
acorn "^6.1.0"

0 commit comments

Comments
 (0)