Skip to content

Commit e4974b8

Browse files
build: bump rollup from 1.25.2 to 2.41.5 (#22272)
Bumps [rollup](https://github.com/rollup/rollup) from 1.25.2 to 2.41.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.25.2...v2.41.5) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efd17f5 commit e4974b8

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
"protractor": "^7.0.0",
201201
"reflect-metadata": "^0.1.3",
202202
"requirejs": "^2.3.6",
203-
"rollup": "~1.25.0",
203+
"rollup": "~2.41.5",
204204
"rollup-plugin-alias": "^2.2.0",
205205
"rollup-plugin-commonjs": "^10.1.0",
206206
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@
18961896
dependencies:
18971897
"@types/node" "*"
18981898

1899-
"@types/estree@*", "@types/estree@0.0.39":
1899+
19001900
version "0.0.39"
19011901
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
19021902
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -2292,11 +2292,6 @@ accepts@~1.3.7:
22922292
mime-types "~2.1.24"
22932293
negotiator "0.6.2"
22942294

2295-
acorn@^7.1.0:
2296-
version "7.1.1"
2297-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
2298-
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
2299-
23002295
add-stream@^1.0.0:
23012296
version "1.0.0"
23022297
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -11382,14 +11377,12 @@ rollup-pluginutils@^2.8.1:
1138211377
dependencies:
1138311378
estree-walker "^0.6.1"
1138411379

11385-
rollup@~1.25.0:
11386-
version "1.25.2"
11387-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.25.2.tgz#739f508bd8f7ece52bb6c1fcda83466af82b7f6d"
11388-
integrity sha512-+7z6Wab/L45QCPcfpuTZKwKiB0tynj05s/+s2U3F2Bi7rOLPr9UcjUwO7/xpjlPNXA/hwnth6jBExFRGyf3tMg==
11389-
dependencies:
11390-
"@types/estree" "*"
11391-
"@types/node" "*"
11392-
acorn "^7.1.0"
11380+
rollup@~2.41.5:
11381+
version "2.41.5"
11382+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.41.5.tgz#e79cef8cc5c121612528f590319639b1f32da2d7"
11383+
integrity sha512-uG+WNNxhOYyeuO7oRt98GA2CNVRgQ67zca75UQVMPzMrLG9FUKzTCgvYVWhtB18TNbV7Uqxo97h+wErAnpFNJw==
11384+
optionalDependencies:
11385+
fsevents "~2.3.1"
1139311386

1139411387
router@^1.3.1:
1139511388
version "1.3.3"

0 commit comments

Comments
 (0)