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] <[email protected]>
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", "name": "dependency-review-action",
"version": "2.4.0", "version": "2.4.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dependency-review-action", "name": "dependency-review-action",
"version": "2.4.0", "version": "2.4.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0", "@actions/core": "^1.10.0",
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^3.0.1", "@octokit/request-error": "^3.0.1",
"ansi-styles": "^6.1.1", "ansi-styles": "^6.2.0",
"got": "^12.5.1", "got": "^12.5.1",
"nodemon": "^2.0.20", "nodemon": "^2.0.20",
"yaml": "^2.1.3", "yaml": "^2.1.3",
@@ -1825,9 +1825,9 @@
} }
}, },
"node_modules/ansi-styles": { "node_modules/ansi-styles": {
"version": "6.1.1", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.1.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.0.tgz",
"integrity": "sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==", "integrity": "sha512-3MWBO/XxbkDtc/qpECaUwDM0DQ++ujBjdjs0ElZvChUoPv/P7GOnl3x+R2RF2My5UJHEW5R87q556MiR8U3PLw==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
@@ -8583,9 +8583,9 @@
"dev": true "dev": true
}, },
"ansi-styles": { "ansi-styles": {
"version": "6.1.1", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.1.tgz", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.0.tgz",
"integrity": "sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==" "integrity": "sha512-3MWBO/XxbkDtc/qpECaUwDM0DQ++ujBjdjs0ElZvChUoPv/P7GOnl3x+R2RF2My5UJHEW5R87q556MiR8U3PLw=="
}, },
"anymatch": { "anymatch": {
"version": "3.1.2", "version": "3.1.2",
+1 -1
View File
@@ -29,7 +29,7 @@
"@actions/github": "^5.1.1", "@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^3.0.9", "@octokit/plugin-retry": "^3.0.9",
"@octokit/request-error": "^3.0.1", "@octokit/request-error": "^3.0.1",
"ansi-styles": "^6.1.1", "ansi-styles": "^6.2.0",
"got": "^12.5.1", "got": "^12.5.1",
"nodemon": "^2.0.20", "nodemon": "^2.0.20",
"yaml": "^2.1.3", "yaml": "^2.1.3",