Skip to content

Commit caaaf9a

Browse files
committed
Lock version of colors.js
1 parent 4781125 commit caaaf9a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.changeset/serious-peas-begin.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@codeshift/cli': patch
3+
'@codeshift/initializer': patch
4+
'@codeshift/publisher': patch
5+
'@codeshift/test-utils': patch
6+
'@codeshift/types': patch
7+
'@codeshift/utils': patch
8+
'@codeshift/validator': patch
9+
---
10+
11+
Locks version of colors.js to avoid vulnrability

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
"tslib": "^2.2.0",
6464
"typescript": "^4.1.3"
6565
},
66+
"resolutions": {
67+
"colors": "1.4.0"
68+
},
6669
"workspaces": [
6770
"packages/*",
6871
"community/*"

0 commit comments

Comments
 (0)