Skip to content

Commit f3d0ce6

Browse files
Bump rollup from 2.79.2 to 2.80.0 (#10)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.2 to 2.80.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.2...v2.80.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.80.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0a5773 commit f3d0ce6

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"node-fetch": "^2.6.7",
100100
"prettier": "^2.8.8",
101101
"rimraf": "^3.0.2",
102-
"rollup": "2.79.2",
102+
"rollup": "2.80.0",
103103
"rollup-plugin-terser": "^6.1.0",
104104
"ttypescript": "^1.5.15",
105105
"typescript": "^3.9.5"

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -569,11 +569,6 @@ minimatch@^5.0.1:
569569
dependencies:
570570
brace-expansion "^2.0.1"
571571

572-
minimist@^1.2.6:
573-
version "1.2.8"
574-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
575-
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
576-
577572
node-fetch@^2.6.7:
578573
version "2.7.0"
579574
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
@@ -707,10 +702,10 @@ rollup-plugin-terser@^6.1.0:
707702
serialize-javascript "^3.0.0"
708703
terser "^4.7.0"
709704

710-
rollup@2.79.2:
711-
version "2.79.2"
712-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
713-
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
705+
rollup@2.80.0:
706+
version "2.80.0"
707+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.80.0.tgz#a82efc15b748e986a7c76f0f771221b1fa108a2c"
708+
integrity sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==
714709
optionalDependencies:
715710
fsevents "~2.3.2"
716711

@@ -738,7 +733,7 @@ serialize-javascript@^3.0.0:
738733
dependencies:
739734
randombytes "^2.1.0"
740735

741-
shelljs@^0.8.3, shelljs@^0.8.5:
736+
shelljs@^0.8.3:
742737
version "0.8.5"
743738
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
744739
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==

0 commit comments

Comments
 (0)