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.53.2 to 2.55.1

Bumps [rollup](https://github.com/rollup/rollup) from 2.53.2 to 2.55.1.
- [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.53.2...v2.55.1)

---
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] 2021-08-01 02:03:40 +00:00 committed by GitHub
parent 59203cb6ee
commit 332eeaf7d6
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.0.6",
"lint-staged": "^11.0.1",
"prettier": "^2.3.2",
"rollup": "^2.53.2",
"rollup": "^2.55.1",
"standard-version": "^9.3.1",
"testdouble": "^3.16.1",
"yaml": "^1.10.2"
@ -12852,9 +12852,9 @@
}
},
"node_modules/rollup": {
"version": "2.53.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz",
"integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==",
"version": "2.55.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz",
"integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@ -24422,9 +24422,9 @@
}
},
"rollup": {
"version": "2.53.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz",
"integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==",
"version": "2.55.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.55.1.tgz",
"integrity": "sha512-1P9w5fpb6b4qroePh8vHKGIvPNxwoCQhjJpIqfZGHLKpZ0xcU2/XBmFxFbc9697/6bmHpmFTLk5R1dAQhFSo0g==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"

View file

@ -63,7 +63,7 @@
"jest": "^27.0.6",
"lint-staged": "^11.0.1",
"prettier": "^2.3.2",
"rollup": "^2.53.2",
"rollup": "^2.55.1",
"standard-version": "^9.3.1",
"testdouble": "^3.16.1",
"yaml": "^1.10.2"