Skip to content

Commit fe2940a

Browse files
dj00808Zhang Dajiang
andauthored
fix: upgrade urllib3, lodash and diff to fix high severity vulnerabilities (#2698)
Co-authored-by: Zhang Dajiang <zhang_dajiang@tech.gov.sg>
1 parent 2ee69d3 commit fe2940a

4 files changed

Lines changed: 20 additions & 17 deletions

File tree

aws-test/package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws-test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"dependencies": {
44
"chalk": "^4.1.0",
55
"custom-env": "^2.0.1",
6-
"diff": "^4.0.2",
6+
"diff": "^5.2.0",
77
"fs-extra": "^9.0.1",
88
"json-diff": "^0.5.4",
9-
"lodash": "^4.17.21",
9+
"lodash": "^4.17.23",
1010
"micromatch": "^4.0.8"
1111
}
1212
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
requests==2.32.4
22
jinja2==3.1.6
3+
urllib3==2.6.3

scripts/generate_parliament_iam_permissions/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ chardet==4.0.0
44
idna==3.7
55
requests==2.32.4
66
soupsieve==2.1
7-
urllib3==2.5.0
7+
urllib3==2.6.3

0 commit comments

Comments
 (0)