Skip to content

Commit e776f9c

Browse files
committed
Fixes color vuln... again
1 parent df67f34 commit e776f9c

File tree

5 files changed

+23
-12
lines changed

5 files changed

+23
-12
lines changed

.changeset/angry-dingos-remain.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/test-utils': patch
4+
'@codeshift/initializer': patch
5+
'@codeshift/publisher': patch
6+
'@codeshift/types': patch
7+
'@codeshift/utils': patch
8+
'@codeshift/validator': patch
9+
---
10+
11+
Fixes colors.js vulnrability by bumping jscodeshift

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"jest": "^26.6.0",
5353
"jest-serializer-html-string": "^1.0.1",
5454
"jest-watch-typeahead": "^0.4.2",
55-
"jscodeshift": "^0.12.0",
55+
"jscodeshift": "^0.13.1",
5656
"prettier": "^1.16.4",
5757
"rimraf": "^2.6.3",
5858
"semver": "^7.3.5",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"chalk": "^4.1.0",
2121
"commander": "^8.2.0",
2222
"fs-extra": "^9.1.0",
23-
"jscodeshift": "^0.12.0",
23+
"jscodeshift": "^0.13.1",
2424
"live-plugin-manager": "^0.15.1",
2525
"lodash": "^4.17.21",
2626
"semver": "^7.3.5",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"license": "MIT",
88
"repository": "https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/master/packages/test-utils",
99
"dependencies": {
10-
"jscodeshift": "^0.12.0"
10+
"jscodeshift": "^0.13.1"
1111
}
1212
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2474,7 +2474,7 @@ chalk@^3.0.0:
24742474
ansi-styles "^4.1.0"
24752475
supports-color "^7.1.0"
24762476

2477-
chalk@^4.0.0, chalk@^4.1.0:
2477+
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
24782478
version "4.1.2"
24792479
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
24802480
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -2609,7 +2609,7 @@ colorette@^1.3.0:
26092609
resolved "https://registry.npmjs.org/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
26102610
integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==
26112611

2612-
colors@^1.1.2:
2612+
colors@1.4.0:
26132613
version "1.4.0"
26142614
resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
26152615
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -4728,10 +4728,10 @@ jsbn@~0.1.0:
47284728
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
47294729
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
47304730

4731-
jscodeshift@^0.12.0:
4732-
version "0.12.0"
4733-
resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.12.0.tgz#de7302f3d3e1f4b3b36f9e484f451ba4ab7cc1f4"
4734-
integrity sha512-LEgr+wklbtEQD6SptyVYox+YZ7v+4NQeWHgqASedxl2LxQ+/kSQs6Nhs/GX+ymVOu84Hsz9/C2hQfDY89dKZ6A==
4731+
jscodeshift@^0.13.1:
4732+
version "0.13.1"
4733+
resolved "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.13.1.tgz#69bfe51e54c831296380585c6d9e733512aecdef"
4734+
integrity sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==
47354735
dependencies:
47364736
"@babel/core" "^7.13.16"
47374737
"@babel/parser" "^7.13.16"
@@ -4743,14 +4743,14 @@ jscodeshift@^0.12.0:
47434743
"@babel/preset-typescript" "^7.13.0"
47444744
"@babel/register" "^7.13.16"
47454745
babel-core "^7.0.0-bridge.0"
4746-
colors "^1.1.2"
4746+
chalk "^4.1.2"
47474747
flow-parser "0.*"
47484748
graceful-fs "^4.2.4"
47494749
micromatch "^3.1.10"
47504750
neo-async "^2.5.0"
47514751
node-dir "^0.1.17"
47524752
recast "^0.20.4"
4753-
temp "^0.8.1"
4753+
temp "^0.8.4"
47544754
write-file-atomic "^2.3.0"
47554755

47564756
jsdom@^16.4.0:
@@ -6788,7 +6788,7 @@ tar@^6.0.1, tar@^6.1.0:
67886788
mkdirp "^1.0.3"
67896789
yallist "^4.0.0"
67906790

6791-
temp@^0.8.1:
6791+
temp@^0.8.4:
67926792
version "0.8.4"
67936793
resolved "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2"
67946794
integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==

0 commit comments

Comments
 (0)