Bump auto-changelog from 2.0.0 to 2.1.0

Bumps [auto-changelog](https://github.com/CookPete/auto-changelog) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/CookPete/auto-changelog/releases)
- [Changelog](https://github.com/CookPete/auto-changelog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CookPete/auto-changelog/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-15 07:05:00 +00:00 committed by GitHub
parent 8699cd7ce9
commit 23a11e39ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1099,9 +1099,9 @@
"dev": true
},
"auto-changelog": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.0.0.tgz",
"integrity": "sha512-A61Oc4A/5L5OlMs+AEQNgy8/sOn5Eu0I2Sw4+qbwk40y6kh+2wmptoY4b30FHlduPh3ghybB94eIVFKkAZtjzg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.1.0.tgz",
"integrity": "sha512-4Bwv4eyy5PUpYkeWX0XfoItbV2tKHNIzO473U+RMkj2hWXm1EtAeyZyFh2atccPqrhn/PBmhk3g9GLDxkltxXQ==",
"dev": true,
"requires": {
"commander": "^5.0.0",
@ -5866,9 +5866,9 @@
"dev": true
},
"uglify-js": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.3.tgz",
"integrity": "sha512-r5ImcL6QyzQGVimQoov3aL2ZScywrOgBXGndbWrdehKoSvGe/RmiE5Jpw/v+GvxODt6l2tpBXwA7n+qZVlHBMA==",
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz",
"integrity": "sha512-8RZBJq5smLOa7KslsNsVcSH+KOXf1uDU8yqLeNuVKwmT0T3FA0ZoXlinQfRad7SDcbZZRZE4ov+2v71EnxNyCA==",
"dev": true,
"optional": true,
"requires": {

View File

@ -23,7 +23,7 @@
"@release-it/bumper": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"auto-changelog": "^2.0.0",
"auto-changelog": "^2.1.0",
"concurrently": "^5.2.0",
"cypress": "^4.8.0",
"cypress-log-to-output": "^1.0.8",