Skip to content

Commit 32bebd2

Browse files
renovate[bot]renovate-bot
andauthoredJan 31, 2020
chore(deps): update all non-major dependencies (#24)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent 8c3214b commit 32bebd2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@semantic-release/changelog": "5.0.0",
7474
"@semantic-release/git": "9.0.0",
7575
"@types/jest": "25.1.1",
76-
"@types/node": "13.5.2",
76+
"@types/node": "13.5.3",
7777
"@types/node-fetch": "2.5.4",
7878
"@typescript-eslint/eslint-plugin": "2.18.0",
7979
"@typescript-eslint/parser": "2.18.0",
@@ -90,7 +90,7 @@
9090
"node-fetch": "2.6.0",
9191
"prettier": "1.19.1",
9292
"rimraf": "3.0.1",
93-
"rollup": "1.30.1",
93+
"rollup": "1.31.0",
9494
"rollup-plugin-progress": "1.1.1",
9595
"rollup-plugin-sizes": "1.0.1",
9696
"rollup-plugin-terser": "5.2.0",

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@
677677
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.7.tgz#db51d28b8dfacfe4fb2d0da88f5eb0a2eca00675"
678678
integrity sha512-HU0q9GXazqiKwviVxg9SI/+t/nAsGkvLDkIdxz+ObejG2nX6Si00TeLqHMoS+a/1tjH7a8YpKVQwtgHuMQsldg==
679679

680-
"@types/node@13.5.2":
681-
version "13.5.2"
682-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.5.2.tgz#3de53b55fd39efc428a901a0f6db31f761cfa131"
683-
integrity sha512-Fr6a47c84PRLfd7M7u3/hEknyUdQrrBA6VoPmkze0tcflhU5UnpWEX2kn12ktA/lb+MNHSqFlSiPHIHsaErTPA==
680+
"@types/node@13.5.3":
681+
version "13.5.3"
682+
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.5.3.tgz#37f1f539b7535b9fb4ef77d59db1847a837b7f17"
683+
integrity sha512-ZPnWX9PW992w6DUsz3JIXHaSb5v7qmKCVzC3km6SxcDGxk7zmLfYaCJTbktIa5NeywJkkZDhGldKqDIvC5DRrA==
684684

685685
"@types/normalize-package-data@^2.4.0":
686686
version "2.4.0"
@@ -6339,10 +6339,10 @@ rollup-pluginutils@^2.8.2:
63396339
dependencies:
63406340
estree-walker "^0.6.1"
63416341

6342-
rollup@1.30.1:
6343-
version "1.30.1"
6344-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.30.1.tgz#3fd28d6198beb2f3cd1640732047d5ec16c2d3a0"
6345-
integrity sha512-Uus8mwQXwaO+ZVoNwBcXKhT0AvycFCBW/W8VZtkpVGsotRllWk9oldfCjqWmTnFRI0y7x6BnEqSqc65N+/YdBw==
6342+
rollup@1.31.0:
6343+
version "1.31.0"
6344+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.31.0.tgz#e2a87212e96aa7850f3eb53fdd02cf89f2d2fe9a"
6345+
integrity sha512-9C6ovSyNeEwvuRuUUmsTpJcXac1AwSL1a3x+O5lpmQKZqi5mmrjauLeqIjvREC+yNRR8fPdzByojDng+af3nVw==
63466346
dependencies:
63476347
"@types/estree" "*"
63486348
"@types/node" "*"

0 commit comments

Comments
 (0)
Please sign in to comment.