Update dependency rollup to v3.29.3

This commit is contained in:
renovate[bot] 2023-10-01 07:05:30 +00:00 committed by GitHub
parent 53d8d33bab
commit 1d67e7bd7c
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.7.0",
"jest-runner-groups": "2.2.0",
"rimraf": "5.0.1",
"rollup": "3.29.2",
"rollup": "3.29.3",
"ts-jest": "29.1.1",
"typedoc": "0.25.1",
"typescript": "5.2.2"
@ -6579,9 +6579,9 @@
}
},
"node_modules/rollup": {
"version": "3.29.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.2.tgz",
"integrity": "sha512-CJouHoZ27v6siztc21eEQGo0kIcE5D1gVPA571ez0mMYb25LGYGKnVNXpEj5MGlepmDWGXNjDB5q7uNiPHC11A==",
"version": "3.29.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.3.tgz",
"integrity": "sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"

View File

@ -38,7 +38,7 @@
"jest": "29.7.0",
"jest-runner-groups": "2.2.0",
"rimraf": "5.0.1",
"rollup": "3.29.2",
"rollup": "3.29.3",
"ts-jest": "29.1.1",
"typedoc": "0.25.1",
"typescript": "5.2.2"