5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps-dev): bump rollup from 2.70.1 to 2.75.4

Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.75.4.
- [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/v2.70.1...v2.75.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-01 02:03:57 +00:00 committed by GitHub
parent 43934e274f
commit d2efc205f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -50,7 +50,7 @@
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"rollup": "^2.75.4",
"standard-version": "^9.3.2",
"testdouble": "^3.16.4",
"yaml": "^2.0.1"
@ -13488,9 +13488,9 @@
}
},
"node_modules/rollup": {
"version": "2.70.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz",
"integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==",
"version": "2.75.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.4.tgz",
"integrity": "sha512-JgZiJMJkKImMZJ8ZY1zU80Z2bA/TvrL/7D9qcBCrfl2bP+HUaIw0QHUroB4E3gBpFl6CRFM1YxGbuYGtdAswbQ==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -25496,9 +25496,9 @@
}
},
"rollup": {
"version": "2.70.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.1.tgz",
"integrity": "sha512-CRYsI5EuzLbXdxC6RnYhOuRdtz4bhejPMSWjsFLfVM/7w/85n2szZv6yExqUXsBdz5KT8eoubeyDUDjhLHEslA==",
"version": "2.75.4",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.4.tgz",
"integrity": "sha512-JgZiJMJkKImMZJ8ZY1zU80Z2bA/TvrL/7D9qcBCrfl2bP+HUaIw0QHUroB4E3gBpFl6CRFM1YxGbuYGtdAswbQ==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View file

@ -63,7 +63,7 @@
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"rollup": "^2.70.1",
"rollup": "^2.75.4",
"standard-version": "^9.3.2",
"testdouble": "^3.16.4",
"yaml": "^2.0.1"