We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4781125 commit caaaf9aCopy full SHA for caaaf9a
.changeset/serious-peas-begin.md
@@ -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
@@ -63,6 +63,9 @@
63
"tslib": "^2.2.0",
64
"typescript": "^4.1.3"
65
},
66
+ "resolutions": {
67
+ "colors": "1.4.0"
68
+ },
69
"workspaces": [
70
"packages/*",
71
"community/*"
0 commit comments