Skip to content

Commit 186567a

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 54218d6 commit 186567a

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
@@ -206,7 +206,7 @@
206206
"protractor": "^7.0.0",
207207
"reflect-metadata": "^0.1.3",
208208
"requirejs": "^2.3.6",
209-
"rollup": "~2.42.2",
209+
"rollup": "~2.53.2",
210210
"rollup-plugin-alias": "^2.2.0",
211211
"rollup-plugin-commonjs": "^10.1.0",
212212
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -6499,7 +6499,7 @@ fsevents@^1.2.7:
64996499
nan "^2.12.1"
65006500
node-pre-gyp "^0.12.0"
65016501

6502-
fsevents@~2.3.1:
6502+
fsevents@~2.3.1, fsevents@~2.3.2:
65036503
version "2.3.2"
65046504
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
65056505
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -11555,12 +11555,12 @@ rollup-pluginutils@^2.8.1:
1155511555
dependencies:
1155611556
estree-walker "^0.6.1"
1155711557

11558-
rollup@~2.42.2:
11559-
version "2.42.2"
11560-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.42.2.tgz#4ea90d60539f47c5739df6ccce60bf47e2011992"
11561-
integrity sha512-o34Ar4rf01ky4EV1RFlTPd+tXICDz13a2o1PARLPFBxighJoPsxvliJTrULqjmIVpZP+JPm499ZPkvnPzRxUYA==
11558+
rollup@~2.53.2:
11559+
version "2.53.2"
11560+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51"
11561+
integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==
1156211562
optionalDependencies:
11563-
fsevents "~2.3.1"
11563+
fsevents "~2.3.2"
1156411564

1156511565
router@^1.3.1:
1156611566
version "1.3.3"

0 commit comments

Comments
 (0)