Bump rollup from 3.25.1 to 3.25.2

Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.25.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.25.1...v3.25.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/110/head
dependabot[bot] 3 years ago committed by GitHub
parent 50de85a585
commit 936484fc54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
package-lock.json generated

@ -21,7 +21,7 @@
"@types/pako": "^2.0.0",
"@types/w3c-web-serial": "^1.0.3",
"prettier": "^2.8.8",
"rollup": "^3.25.1",
"rollup": "^3.25.2",
"serve": "^14.2.0",
"typescript": "^5.1.3"
}
@ -1145,9 +1145,9 @@
}
},
"node_modules/rollup": {
"version": "3.25.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz",
"integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==",
"version": "3.25.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.2.tgz",
"integrity": "sha512-VLnkxZMDr3jpxgtmS8pQZ0UvhslmF4ADq/9w4erkctbgjCqLW9oa89fJuXEs4ZmgyoF7Dm8rMDKSS5b5u2hHUg==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -2313,9 +2313,9 @@
}
},
"rollup": {
"version": "3.25.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz",
"integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==",
"version": "3.25.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.2.tgz",
"integrity": "sha512-VLnkxZMDr3jpxgtmS8pQZ0UvhslmF4ADq/9w4erkctbgjCqLW9oa89fJuXEs4ZmgyoF7Dm8rMDKSS5b5u2hHUg==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

@ -24,7 +24,7 @@
"@types/pako": "^2.0.0",
"@types/w3c-web-serial": "^1.0.3",
"prettier": "^2.8.8",
"rollup": "^3.25.1",
"rollup": "^3.25.2",
"serve": "^14.2.0",
"typescript": "^5.1.3"
},

Loading…
Cancel
Save