Skip to content

Commit e31fdc0

Browse files
Bump rollup from 2.47.0 to 2.79.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.47.0 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@v2.47.0...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54cadee commit e31fdc0

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/sinon": "9.0.11",
6363
"babel-jest": "^29.0.2",
6464
"jest": "^29.0.2",
65-
"rollup": "2.47.0",
65+
"rollup": "2.79.2",
6666
"rollup-plugin-terser": "7.0.2",
6767
"sinon": "^9.0.1",
6868
"ts-jest": "^29.0.0",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,11 +1991,16 @@ fs.realpath@^1.0.0:
19911991
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
19921992
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
19931993

1994-
fsevents@^2.3.2, fsevents@~2.3.1:
1994+
fsevents@^2.3.2:
19951995
version "2.3.2"
19961996
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
19971997
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
19981998

1999+
fsevents@~2.3.2:
2000+
version "2.3.3"
2001+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
2002+
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2003+
19992004
function-bind@^1.1.1:
20002005
version "1.1.1"
20012006
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -2965,12 +2970,12 @@ rollup-plugin-terser@7.0.2:
29652970
serialize-javascript "^4.0.0"
29662971
terser "^5.0.0"
29672972

2968-
rollup@2.47.0:
2969-
version "2.47.0"
2970-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.47.0.tgz#9d958aeb2c0f6a383cacc0401dff02b6e252664d"
2971-
integrity sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==
2973+
rollup@2.79.2:
2974+
version "2.79.2"
2975+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
2976+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
29722977
optionalDependencies:
2973-
fsevents "~2.3.1"
2978+
fsevents "~2.3.2"
29742979

29752980
safe-buffer@^5.1.0:
29762981
version "5.2.1"

0 commit comments

Comments
 (0)