Skip to content

Commit 8a15082

Browse files
chore(deps-dev): bump rollup from 1.32.1 to 2.38.5
Bumps [rollup](https://github.com/rollup/rollup) from 1.32.1 to 2.38.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.32.1...v2.38.5) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent cb6f29d commit 8a15082

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lint-staged": "^10.5.3",
3434
"prettier": "^2.2.1",
3535
"reflect-metadata": "^0.1.13",
36-
"rollup": "^1.31.1",
36+
"rollup": "^2.38.5",
3737
"rollup-plugin-typescript2": "^0.29.0",
3838
"ts-jest": "25.3.1",
3939
"tsd": "0.14.0",

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,11 +1325,6 @@
13251325
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
13261326
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
13271327

1328-
"@types/estree@*":
1329-
version "0.0.44"
1330-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.44.tgz#980cc5a29a3ef3bea6ff1f7d021047d7ea575e21"
1331-
integrity sha512-iaIVzr+w2ZJ5HkidlZ3EJM8VTZb2MJLCjw3V+505yVts0gRC4UMvjw0d1HPtGqI/HQC/KdsYtayfzl+AXY2R8g==
1332-
13331328
13341329
version "0.0.39"
13351330
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -3109,6 +3104,11 @@ fsevents@^2.1.2, fsevents@~2.1.2:
31093104
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
31103105
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
31113106

3107+
fsevents@~2.3.1:
3108+
version "2.3.1"
3109+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.1.tgz#b209ab14c61012636c8863507edf7fb68cc54e9f"
3110+
integrity sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==
3111+
31123112
function-bind@^1.1.1:
31133113
version "1.1.1"
31143114
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -5700,21 +5700,12 @@ rollup-plugin-typescript2@^0.29.0:
57005700
resolve "1.17.0"
57015701
tslib "2.0.1"
57025702

5703-
rollup@^1.31.1:
5704-
version "1.32.1"
5705-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
5706-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
5707-
dependencies:
5708-
"@types/estree" "*"
5709-
"@types/node" "*"
5710-
acorn "^7.1.0"
5711-
5712-
rollup@^2.35.1:
5713-
version "2.36.2"
5714-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.36.2.tgz#883fc793c70c8481ad604f1065cd79ab0a4e9c49"
5715-
integrity sha512-qjjiuJKb+/8n0EZyQYVW+gFU4bNRBcZaXVzUgSVrGw0HlQBlK2aWyaOMMs1Ufic1jV69b9kW3u3i9B+hISDm3A==
5703+
rollup@^2.35.1, rollup@^2.38.5:
5704+
version "2.38.5"
5705+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.38.5.tgz#be41ad4fe0c103a8794377afceb5f22b8f603d6a"
5706+
integrity sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==
57165707
optionalDependencies:
5717-
fsevents "~2.1.2"
5708+
fsevents "~2.3.1"
57185709

57195710
rsvp@^4.8.4:
57205711
version "4.8.5"

0 commit comments

Comments
 (0)