Skip to content

Commit 7fc8a3f

Browse files
build: bump rollup from 2.41.5 to 2.53.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.41.5 to 2.53.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.41.5...v2.53.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2da7135 commit 7fc8a3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
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": "~2.41.5",
203+
"rollup": "~2.53.2",
204204
"rollup-plugin-alias": "^2.2.0",
205205
"rollup-plugin-commonjs": "^10.1.0",
206206
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -6126,7 +6126,7 @@ fsevents@^1.2.7:
61266126
nan "^2.12.1"
61276127
node-pre-gyp "^0.12.0"
61286128

6129-
fsevents@~2.3.1:
6129+
fsevents@~2.3.1, fsevents@~2.3.2:
61306130
version "2.3.2"
61316131
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
61326132
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -11291,12 +11291,12 @@ rollup-pluginutils@^2.8.1:
1129111291
dependencies:
1129211292
estree-walker "^0.6.1"
1129311293

11294-
rollup@~2.41.5:
11295-
version "2.41.5"
11296-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.41.5.tgz#e79cef8cc5c121612528f590319639b1f32da2d7"
11297-
integrity sha512-uG+WNNxhOYyeuO7oRt98GA2CNVRgQ67zca75UQVMPzMrLG9FUKzTCgvYVWhtB18TNbV7Uqxo97h+wErAnpFNJw==
11294+
rollup@~2.53.2:
11295+
version "2.53.2"
11296+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51"
11297+
integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==
1129811298
optionalDependencies:
11299-
fsevents "~2.3.1"
11299+
fsevents "~2.3.2"
1130011300

1130111301
router@^1.3.1:
1130211302
version "1.3.3"

0 commit comments

Comments
 (0)