Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v2.66.1 (#2308)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2022
1 parent a180770 commit 191dfbf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/ci-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/node": "^17.0.12",
"rollup": "^2.66.0",
"rollup": "^2.66.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"serverless": "^2.72.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/ci-api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ __metadata:
"@rollup/plugin-commonjs": ^18.1.0
"@rollup/plugin-node-resolve": ^10.0.0
"@types/node": ^17.0.12
rollup: ^2.66.0
rollup: ^2.66.1
rollup-plugin-terser: ^7.0.2
rollup-plugin-typescript2: ^0.31.1
serverless: ^2.72.2
Expand Down Expand Up @@ -5723,17 +5723,17 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"rollup@npm:^2.66.0":
version: 2.66.0
resolution: "rollup@npm:2.66.0"
"rollup@npm:^2.66.1":
version: 2.66.1
resolution: "rollup@npm:2.66.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 577fcc6e0227269bb42726756ca6d53d2445e1b54c4dd4d5e019fae271c7f0d7d557966f3b0cc3cd71d9d7c95b4642e2ffd14c3c7b0ef9a887a0a9fab9ba8755
checksum: ecd7917deeaa3005ac7cdd64186daf024594bd9ba940e32fc8966602a83349074d0ec999256009dc4475e7c3786ac52cdd824ee9df514b8c356b960fda6bfb34
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion packages/libs/lambda-at-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"rollup": "2.66.0",
"rollup": "2.66.1",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-node-externals": "2.2.0",
"rollup-plugin-terser": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/yargs": "17.0.8",
"jest": "^27.4.7",
"rimraf": "3.0.2",
"rollup": "2.66.0",
"rollup": "2.66.1",
"rollup-plugin-node-externals": "2.2.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6247,7 +6247,7 @@ __metadata:
react: 17.0.2
react-dom: 17.0.2
rimraf: 3.0.2
rollup: 2.66.0
rollup: 2.66.1
rollup-plugin-delete: 2.0.0
rollup-plugin-node-externals: 2.2.0
rollup-plugin-terser: 7.0.2
Expand Down Expand Up @@ -6288,7 +6288,7 @@ __metadata:
fs-extra: 9.1.0
jest: ^27.4.7
rimraf: 3.0.2
rollup: 2.66.0
rollup: 2.66.1
rollup-plugin-node-externals: 2.2.0
rollup-plugin-terser: 7.0.2
rollup-plugin-typescript2: 0.31.1
Expand Down Expand Up @@ -18458,17 +18458,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:2.66.0":
version: 2.66.0
resolution: "rollup@npm:2.66.0"
"rollup@npm:2.66.1":
version: 2.66.1
resolution: "rollup@npm:2.66.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 577fcc6e0227269bb42726756ca6d53d2445e1b54c4dd4d5e019fae271c7f0d7d557966f3b0cc3cd71d9d7c95b4642e2ffd14c3c7b0ef9a887a0a9fab9ba8755
checksum: ecd7917deeaa3005ac7cdd64186daf024594bd9ba940e32fc8966602a83349074d0ec999256009dc4475e7c3786ac52cdd824ee9df514b8c356b960fda6bfb34
languageName: node
linkType: hard

Expand Down

0 comments on commit 191dfbf

Please sign in to comment.