Skip to content

Commit

Permalink
DTSCCI-60 - Reduce CVEs (#3669)
Browse files Browse the repository at this point in the history
* add formidable to resolutions

* change yml
  • Loading branch information
Jefex7 authored May 1, 2024
1 parent dc50746 commit 15eca35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- run: yarn install
- run: npm install --global gulp-cli
- run: gulp copy-files
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@
"xml2js": "0.5.0",
"cookiejar": "2.1.4",
"ajv": "6.12.3",
"formidable": "^3.2.4",
"tar": "6.2.1",
"tough-cookie": "4.1.3"
},
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5980,22 +5980,14 @@ __metadata:
languageName: node
linkType: hard

"formidable@npm:^1.2.0":
version: 1.2.6
resolution: "formidable@npm:1.2.6"
checksum: 2b68ed07ba88302b9c63f8eda94f19a460cef6017bfda48348f09f41d2a36660c9353137991618e0e4c3db115b41e4b8f6fa63bc973b7a7c91dec66acdd02a56
languageName: node
linkType: hard

"formidable@npm:^2.0.1":
version: 2.1.1
resolution: "formidable@npm:2.1.1"
"formidable@npm:^3.2.4":
version: 3.5.1
resolution: "formidable@npm:3.5.1"
dependencies:
dezalgo: ^1.0.4
hexoid: ^1.0.0
once: ^1.4.0
qs: ^6.11.0
checksum: b407bf89abf0dc40e00efe20edd80aa60ff7e7f4928b3a7048b630d3bb61012f316b69cd3350ccc9aab2d4c682516fea917bc31aef3479d4a652ed97cf8ba9aa
checksum: 46b21496f9f985161cf7636163147b6728f9997c7e1d59433680d92619758bf6862330e6d105b5816bafcd1ab32f27ef183455991f93ef836ea731c68db62af9
languageName: node
linkType: hard

Expand Down Expand Up @@ -11126,7 +11118,7 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:^6.10.3, qs@npm:^6.11.0, qs@npm:^6.4.0, qs@npm:^6.5.1":
"qs@npm:^6.10.3, qs@npm:^6.4.0, qs@npm:^6.5.1":
version: 6.11.2
resolution: "qs@npm:6.11.2"
dependencies:
Expand Down

0 comments on commit 15eca35

Please sign in to comment.