Skip to content

Commit b136f5a

Browse files
authored
WINDUP-4115 CVE upgrade css-tools (#983)
* WINDUP-4115 CVE upgrade css-tools * WINDUP-4115 place css-tools in resolutions section
1 parent 1bae7a7 commit b136f5a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ui-pf4/src/main/webapp/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"follow-redirects": "^1.15.6",
6868
"semver": "^7.5.4",
6969
"tough-cookie": "^4.1.3",
70-
"axios": "^0.28.0"
70+
"axios": "^0.28.0",
71+
"@adobe/css-tools": "^4.3.3"
7172
},
7273
"scripts": {
7374
"start": "react-scripts start",

ui-pf4/src/main/webapp/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adobe/css-tools@^4.0.1":
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
8-
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
5+
"@adobe/css-tools@^4.0.1", "@adobe/css-tools@^4.3.3":
6+
version "4.3.3"
7+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
8+
integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
99

1010
"@ampproject/remapping@^2.1.0":
1111
version "2.2.0"

0 commit comments

Comments
 (0)