chore(deps-dev): Bump rollup-plugin-license from 2.8.0 to 2.8.1 (#2503)

Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/mjeanroy/rollup-plugin-license/releases)
- [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mjeanroy/rollup-plugin-license/compare/v2.8.0...v2.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-06-13 10:20:38 -05:00 committed by GitHub
parent 33de3a97fe
commit 132f96378e
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

@ -35,7 +35,7 @@
"markdown-it": "13.0.1",
"node-fetch": "^3.2.6",
"rollup": "^2.75.5",
"rollup-plugin-license": "^2.8.0",
"rollup-plugin-license": "^2.8.1",
"semantic-release": "^19.0.3",
"titleize": "^3.0.0",
"uglify-js": "^3.16.0",
@ -9041,9 +9041,9 @@
}
},
"node_modules/rollup-plugin-license": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-2.8.0.tgz",
"integrity": "sha512-P+CM6tlgahnpnOFKeirABCcs3Eez4AQsm2fC7rvVR3aMIWd/KgSNAImmcfGS+Pmd0dGFmjE1tYgflnTINxNpIQ==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-2.8.1.tgz",
"integrity": "sha512-VYd9pzaNL7NN6xQp93XiiCV2UoduXgSmTcz6rl9bHPdiifT6yH3Zw/omEr73Rq8TIyN4nqJACBbKIT/2eE66wg==",
"dev": true,
"dependencies": {
"commenting": "~1.1.0",
@ -16682,9 +16682,9 @@
}
},
"rollup-plugin-license": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-2.8.0.tgz",
"integrity": "sha512-P+CM6tlgahnpnOFKeirABCcs3Eez4AQsm2fC7rvVR3aMIWd/KgSNAImmcfGS+Pmd0dGFmjE1tYgflnTINxNpIQ==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-2.8.1.tgz",
"integrity": "sha512-VYd9pzaNL7NN6xQp93XiiCV2UoduXgSmTcz6rl9bHPdiifT6yH3Zw/omEr73Rq8TIyN4nqJACBbKIT/2eE66wg==",
"dev": true,
"requires": {
"commenting": "~1.1.0",

View File

@ -65,7 +65,7 @@
"markdown-it": "13.0.1",
"node-fetch": "^3.2.6",
"rollup": "^2.75.5",
"rollup-plugin-license": "^2.8.0",
"rollup-plugin-license": "^2.8.1",
"semantic-release": "^19.0.3",
"titleize": "^3.0.0",
"uglify-js": "^3.16.0",