Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit bef0cbd

Browse files
authored
fix: LEAP-314: Fix Github vulnerabilities (#1609)
1 parent 52ec54d commit bef0cbd

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@
207207
"resolutions": {
208208
"d3-color": "3.1.0",
209209
"loader-utils": "2.0.4",
210-
"@babel/traverse": "7.23.2"
210+
"@babel/traverse": "7.23.2",
211+
"postcss": "8.4.31"
211212
},
212213
"nohoist": [
213214
"**/babel-preset-react-app/@babel/runtime"

yarn.lock

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9146,7 +9146,7 @@ multicast-dns@^7.2.5:
91469146
dns-packet "^5.2.2"
91479147
thunky "^1.0.2"
91489148

9149-
nanoid@*, nanoid@^3.3.0, nanoid@^3.3.1:
9149+
nanoid@*, nanoid@^3.3.0:
91509150
version "3.3.1"
91519151
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
91529152

@@ -10117,24 +10117,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
1011710117
version "4.2.0"
1011810118
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
1011910119

10120-
postcss@^8.3.5:
10121-
version "8.4.8"
10122-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.8.tgz#dad963a76e82c081a0657d3a2f3602ce10c2e032"
10123-
dependencies:
10124-
nanoid "^3.3.1"
10125-
picocolors "^1.0.0"
10126-
source-map-js "^1.0.2"
10127-
10128-
postcss@^8.4.19:
10129-
version "8.4.22"
10130-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.22.tgz#c29e6776b60ab3af602d4b513d5bd2ff9aa85dc1"
10131-
integrity sha512-XseknLAfRHzVWjCEtdviapiBtfLdgyzExD50Rg2ePaucEesyh8Wv4VPdW0nbyDa1ydbrAxV19jvMT4+LFmcNUA==
10132-
dependencies:
10133-
nanoid "^3.3.6"
10134-
picocolors "^1.0.0"
10135-
source-map-js "^1.0.2"
10136-
10137-
postcss@^8.4.31:
10120+
[email protected], postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.31:
1013810121
version "8.4.31"
1013910122
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
1014010123
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==

0 commit comments

Comments
 (0)