Skip to content

Commit 6762ac8

Browse files
chore(deps-dev): bump rollup from 3.29.4 to 3.29.5
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v3.29.4...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7038775 commit 6762ac8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@rollup/plugin-terser": "^0.4.1",
1616
"@rollup/plugin-typescript": "^11.1.1",
1717
"@types/intercom-web": "^2.8.21",
18-
"rollup": "^3.21.0",
18+
"rollup": "^2.79.2",
1919
"rollup-plugin-re": "^1.0.7",
2020
"rollup-plugin-visualizer": "^5.9.0",
2121
"zone.js": "0.11.4"

packages/otel-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"npm-run-all": "^4.1.5",
110110
"nyc": "^15.1.0",
111111
"puppeteer": "^14.1.1",
112-
"rollup": "^2.79.0",
112+
"rollup": "^2.79.2",
113113
"rollup-plugin-istanbul": "^3.0.0",
114114
"rollup-plugin-polyfill-node": "^0.10.2",
115115
"rollup-plugin-terser": "^7.0.2",

packages/session-recorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/jest": "^29.5.10",
6060
"jest": "^29.7.0",
6161
"npm-run-all": "^4.1.5",
62-
"rollup": "^2.79.0",
62+
"rollup": "^2.79.2",
6363
"rollup-plugin-istanbul": "^3.0.0",
6464
"rollup-plugin-polyfill-node": "^0.10.2",
6565
"rollup-plugin-re": "^1.0.7",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12584,14 +12584,14 @@ rollup-pluginutils@^2.0.1:
1258412584
dependencies:
1258512585
estree-walker "^0.6.1"
1258612586

12587-
rollup@^2.79.0:
12588-
version "2.79.1"
12589-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
12590-
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
12587+
rollup@^2.79.2:
12588+
version "2.79.2"
12589+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
12590+
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
1259112591
optionalDependencies:
1259212592
fsevents "~2.3.2"
1259312593

12594-
rollup@^3.2.5, rollup@^3.21.0:
12594+
rollup@^3.2.5:
1259512595
version "3.29.4"
1259612596
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
1259712597
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==

0 commit comments

Comments
 (0)