Bump ansi-styles from 6.1.1 to 6.2.0

Bumps [ansi-styles](https://github.com/chalk/ansi-styles) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/chalk/ansi-styles/releases)
- [Commits](https://github.com/chalk/ansi-styles/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: ansi-styles
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-12 01:41:51 +00:00
committed by GitHub
parent 9c96258789
commit 0b980b1ccd
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -1,19 +1,19 @@
{
"name": "dependency-review-action",
"version": "2.4.0",
"version": "2.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dependency-review-action",
"version": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^3.0.1",
"ansi-styles": "^6.1.1",
"ansi-styles": "^6.2.0",
"got": "^12.5.1",
"nodemon": "^2.0.20",
"yaml": "^2.1.3",
@@ -1825,9 +1825,9 @@
}
},
"node_modules/ansi-styles": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.1.tgz",
"integrity": "sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.0.tgz",
"integrity": "sha512-3MWBO/XxbkDtc/qpECaUwDM0DQ++ujBjdjs0ElZvChUoPv/P7GOnl3x+R2RF2My5UJHEW5R87q556MiR8U3PLw==",
"engines": {
"node": ">=12"
},
@@ -8583,9 +8583,9 @@
"dev": true
},
"ansi-styles": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.1.tgz",
"integrity": "sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg=="
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.0.tgz",
"integrity": "sha512-3MWBO/XxbkDtc/qpECaUwDM0DQ++ujBjdjs0ElZvChUoPv/P7GOnl3x+R2RF2My5UJHEW5R87q556MiR8U3PLw=="
},
"anymatch": {
"version": "3.1.2",
+1 -1
View File
@@ -29,7 +29,7 @@
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^3.0.1",
"ansi-styles": "^6.1.1",
"ansi-styles": "^6.2.0",
"got": "^12.5.1",
"nodemon": "^2.0.20",
"yaml": "^2.1.3",