Skip to content

Commit

Permalink
devDeps: chalk@^3.0.0->^4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 5, 2023
1 parent 3402039 commit c9f3ea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
44 changes: 3 additions & 41 deletions lavamoat/build-system/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6470,27 +6470,8 @@
},
"mocha>log-symbols": {
"packages": {
"madge>ora>is-unicode-supported": true,
"mocha>log-symbols>chalk": true
}
},
"mocha>log-symbols>chalk": {
"packages": {
"chalk>ansi-styles": true,
"mocha>log-symbols>chalk>supports-color": true
}
},
"mocha>log-symbols>chalk>supports-color": {
"builtin": {
"os.release": true,
"tty.isatty": true
},
"globals": {
"process.env": true,
"process.platform": true
},
"packages": {
"sinon>supports-color>has-flag": true
"chalk": true,
"madge>ora>is-unicode-supported": true
}
},
"mocha>minimatch>brace-expansion": {
Expand Down Expand Up @@ -7915,6 +7896,7 @@
"process.stdout.isTTY": true
},
"packages": {
"chalk": true,
"del>slash": true,
"eslint>imurmurhash": true,
"globby": true,
Expand All @@ -7927,7 +7909,6 @@
"stylelint>@stylelint/postcss-markdown": true,
"stylelint>autoprefixer": true,
"stylelint>balanced-match": true,
"stylelint>chalk": true,
"stylelint>cosmiconfig": true,
"stylelint>execall": true,
"stylelint>file-entry-cache": true,
Expand Down Expand Up @@ -8102,25 +8083,6 @@
"stylelint>autoprefixer>postcss>source-map": true
}
},
"stylelint>chalk": {
"packages": {
"chalk>ansi-styles": true,
"stylelint>chalk>supports-color": true
}
},
"stylelint>chalk>supports-color": {
"builtin": {
"os.release": true,
"tty.isatty": true
},
"globals": {
"process.env": true,
"process.platform": true
},
"packages": {
"sinon>supports-color>has-flag": true
}
},
"stylelint>cosmiconfig": {
"builtin": {
"fs": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"brfs": "^2.0.2",
"browser-util-inspect": "^0.2.0",
"browserify": "^16.5.1",
"chalk": "^3.0.0",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"chromedriver": "^111.0.0",
"concurrently": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24374,7 +24374,7 @@ __metadata:
brfs: ^2.0.2
browser-util-inspect: ^0.2.0
browserify: ^16.5.1
chalk: ^3.0.0
chalk: ^4.1.2
chokidar: ^3.5.3
chromedriver: ^111.0.0
classnames: ^2.2.6
Expand Down

0 comments on commit c9f3ea6

Please sign in to comment.