Skip to content

Commit 99cc453

Browse files
ADMS: vuln patch: minimatch, shell-quote [tests/integration]
1 parent f09eaa6 commit 99cc453

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

tests/integration/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"serverless-plugin-datadog": "^2.18.0",
44
"serverless-python-requirements": "^6.1.2"
55
},
6-
"resolutions": {
7-
"minimatch": "^3.1.3"
8-
},
96
"overrides": {
107
"minimatch": "^3.1.3"
118
}

tests/integration/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ log@^6.0.0:
366366
type "^2.7.3"
367367
uni-global "^1.0.0"
368368

369-
minimatch@^3.1.1, minimatch@^3.1.3:
369+
minimatch@^3.1.1, minimatch@^3.1.5:
370370
version "3.1.5"
371371
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
372372
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
@@ -564,10 +564,10 @@ shebang-regex@^1.0.0:
564564
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
565565
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
566566

567-
shell-quote@^1.8.1:
568-
version "1.8.3"
569-
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b"
570-
integrity sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==
567+
shell-quote@^1.8.1, shell-quote@^1.8.4:
568+
version "1.8.4"
569+
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.4.tgz#2edd9a4dcefc96649e2e2cb12f637b1f1d92a190"
570+
integrity sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==
571571

572572
split2@^3.1.1:
573573
version "3.2.2"

0 commit comments

Comments
 (0)