Skip to content

Commit c189e59

Browse files
committed
Fix potential security vulnerabilities in set-value, path-parse packages
1 parent 84d718c commit c189e59

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@
114114
"merge": "^2.1.1",
115115
"trim-newlines": "^3.0.1",
116116
"normalize-url": "^4.5.1",
117-
"browserslist": "^4.16.5"
117+
"browserslist": "^4.16.5",
118+
"set-value": "^4.0.1",
119+
"path-parse": "^1.0.7"
118120
},
119121
"files": [
120122
"build/main",

yarn.lock

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ is-plain-obj@^1.1.0:
29202920
version "1.1.0"
29212921
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
29222922

2923-
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
2923+
is-plain-object@^2.0.4:
29242924
version "2.0.4"
29252925
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
29262926
dependencies:
@@ -2930,6 +2930,11 @@ is-plain-object@^5.0.0:
29302930
version "5.0.0"
29312931
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
29322932

2933+
is-primitive@^3.0.1:
2934+
version "3.0.1"
2935+
resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-3.0.1.tgz#98c4db1abff185485a657fc2905052b940524d05"
2936+
integrity sha512-GljRxhWvlCNRfZyORiH77FwdFwGcMO620o37EOYC0ORWdq+WYNVqW0w2Juzew4M+L81l6/QS3t5gkkihyRqv9w==
2937+
29332938
is-promise@^4.0.0:
29342939
version "4.0.0"
29352940
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz#42ff9f84206c1991d26debf520dd5c01042dd2f3"
@@ -3945,9 +3950,10 @@ path-key@^3.1.0:
39453950
version "3.1.1"
39463951
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
39473952

3948-
path-parse@^1.0.6:
3949-
version "1.0.6"
3950-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
3953+
path-parse@^1.0.6, path-parse@^1.0.7:
3954+
version "1.0.7"
3955+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
3956+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
39513957

39523958
path-type@^1.0.0:
39533959
version "1.1.0"
@@ -4409,14 +4415,13 @@ set-blocking@^2.0.0:
44094415
version "2.0.0"
44104416
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
44114417

4412-
set-value@^2.0.0, set-value@^2.0.1:
4413-
version "2.0.1"
4414-
resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b"
4418+
set-value@^2.0.0, set-value@^2.0.1, set-value@^4.0.1:
4419+
version "4.1.0"
4420+
resolved "https://registry.yarnpkg.com/set-value/-/set-value-4.1.0.tgz#aa433662d87081b75ad88a4743bd450f044e7d09"
4421+
integrity sha512-zTEg4HL0RwVrqcWs3ztF+x1vkxfm0lP+MQQFPiMJTKVceBwEV0A569Ou8l9IYQG8jOZdMVI1hGsc0tmeD2o/Lw==
44154422
dependencies:
4416-
extend-shallow "^2.0.1"
4417-
is-extendable "^0.1.1"
4418-
is-plain-object "^2.0.3"
4419-
split-string "^3.0.1"
4423+
is-plain-object "^2.0.4"
4424+
is-primitive "^3.0.1"
44204425

44214426
shebang-command@^1.2.0:
44224427
version "1.2.0"
@@ -4563,7 +4568,7 @@ spdx-license-ids@^3.0.0:
45634568
version "3.0.7"
45644569
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65"
45654570

4566-
split-string@^3.0.1, split-string@^3.0.2:
4571+
split-string@^3.0.2:
45674572
version "3.1.0"
45684573
resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2"
45694574
dependencies:

0 commit comments

Comments
 (0)