chore(deps-dev): Bump rollup from 3.28.1 to 3.29.2 (#2993)

Bumps [rollup](https://github.com/rollup/rollup) from 3.28.1 to 3.29.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.28.1...v3.29.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-18 11:09:11 -06:00 committed by GitHub
parent 5d836978ef
commit c114ae8eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -38,7 +38,7 @@
"marked-man": "^1.3.4",
"node-fetch": "^3.3.2",
"recheck": "^4.4.5",
"rollup": "^3.28.1",
"rollup": "^3.29.2",
"semantic-release": "^21.1.1",
"titleize": "^4.0.0",
"ts-expect": "^1.3.0",
@ -9687,9 +9687,9 @@
}
},
"node_modules/rollup": {
"version": "3.28.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.1.tgz",
"integrity": "sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==",
"version": "3.29.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.2.tgz",
"integrity": "sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@ -70,7 +70,7 @@
"marked-man": "^1.3.4",
"node-fetch": "^3.3.2",
"recheck": "^4.4.5",
"rollup": "^3.28.1",
"rollup": "^3.29.2",
"semantic-release": "^21.1.1",
"titleize": "^4.0.0",
"ts-expect": "^1.3.0",