Update dependency rollup to v3.29.0

This commit is contained in:
renovate[bot] 2023-09-13 06:45:12 +00:00 committed by GitHub
parent 16ca20dc12
commit 7b6430d4c5
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

@ -22,7 +22,7 @@
"jest": "29.6.4",
"jest-runner-groups": "2.2.0",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"typedoc": "0.25.1",
"typescript": "5.2.2"
@ -6559,9 +6559,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.0",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.0.tgz",
"integrity": "sha512-nszM8DINnx1vSS+TpbWKMkxem0CDWk3cSit/WWCBVs9/JZ1I/XLwOsiUglYuYReaeWWSsW9kge5zE5NZtf/a4w==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@ -38,7 +38,7 @@
"jest": "29.6.4",
"jest-runner-groups": "2.2.0",
"rimraf": "5.0.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"ts-jest": "29.1.1",
"typedoc": "0.25.1",
"typescript": "5.2.2"