Skip to content

Commit f4bfd84

Browse files
committed
set resolution to fix high security issues of scss sublibraries
1 parent 166e14a commit f4bfd84

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
"**/minimatch": "^3.1.4",
190190
"**/lodash": "^4.18.0",
191191
"**/serialize-javascript": "^7.0.3",
192-
"**/tar": "^7.5.11"
192+
"**/tar": "^7.5.11",
193+
"**/immutable": "^4.3.8"
193194
},
194195
"husky": {
195196
"hooks": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7645,10 +7645,10 @@ ignore@^7.0.3:
76457645
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
76467646
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
76477647

7648-
immutable@^4.0.0:
7649-
version "4.3.7"
7650-
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
7651-
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==
7648+
immutable@^4.0.0, immutable@^4.3.8:
7649+
version "4.3.8"
7650+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.8.tgz#02d183c7727fb2bb1d5d0380da0d779dce9296a7"
7651+
integrity sha512-d/Ld9aLbKpNwyl0KiM2CT1WYvkitQ1TSvmRtkcV8FKStiDoA7Slzgjmb/1G2yhKM1p0XeNOieaTbFZmU1d3Xuw==
76527652

76537653
import-fresh@^3.2.1, import-fresh@^3.3.0:
76547654
version "3.3.1"

0 commit comments

Comments
 (0)