Skip to content

Commit b96a724

Browse files
Bump rollup from 1.32.1 to 2.79.2
Bumps [rollup](https://github.com/rollup/rollup) from 1.32.1 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v1.32.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 831179e commit b96a724

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"pdfjs-dist": "^2.4.456",
4444
"prettier": "1.19.1",
4545
"pug": "^2.0.4",
46-
"rollup": "^1.27.0",
46+
"rollup": "^2.79.2",
4747
"rollup-plugin-babel": "^4.3.3",
4848
"rollup-plugin-cpy": "^2.0.1"
4949
},

yarn.lock

+8-15
Original file line numberDiff line numberDiff line change
@@ -1400,11 +1400,6 @@
14001400
dependencies:
14011401
"@types/babel-types" "*"
14021402

1403-
"@types/estree@*":
1404-
version "1.0.5"
1405-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1406-
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1407-
14081403
"@types/graceful-fs@^4.1.2", "@types/graceful-fs@^4.1.3":
14091404
version "4.1.9"
14101405
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz#2a06bc0f68a20ab37b3e36aa238be6abdf49e8b4"
@@ -1543,7 +1538,7 @@ acorn@^4.0.4, acorn@~4.0.2:
15431538
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
15441539
integrity sha1-EFSVrlNh1pe9GVyCUZLhrX8lN4c=
15451540

1546-
acorn@^7.0.0, acorn@^7.1.0, acorn@^7.4.0:
1541+
acorn@^7.0.0, acorn@^7.4.0:
15471542
version "7.4.1"
15481543
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
15491544
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
@@ -3519,7 +3514,7 @@ fs.realpath@^1.0.0:
35193514
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
35203515
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
35213516

3522-
fsevents@^2.1.2, fsevents@^2.3.2:
3517+
fsevents@^2.1.2, fsevents@^2.3.2, fsevents@~2.3.2:
35233518
version "2.3.3"
35243519
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
35253520
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
@@ -6188,14 +6183,12 @@ rollup-pluginutils@^2.8.1:
61886183
dependencies:
61896184
estree-walker "^0.6.1"
61906185

6191-
rollup@^1.27.0:
6192-
version "1.32.1"
6193-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
6194-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
6195-
dependencies:
6196-
"@types/estree" "*"
6197-
"@types/node" "*"
6198-
acorn "^7.1.0"
6186+
rollup@^2.79.2:
6187+
version "2.79.2"
6188+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
6189+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
6190+
optionalDependencies:
6191+
fsevents "~2.3.2"
61996192

62006193
rsvp@^4.8.4:
62016194
version "4.8.5"

0 commit comments

Comments
 (0)