Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions dependency_licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13761,6 +13761,32 @@ THE SOFTWARE.

-----

The following software may be included in this product: fast-xml-builder. A copy of the source code may be downloaded from git+https://github.com/NaturalIntelligence/fast-xml-builder.git. This software contains the following license and notice below:

MIT License

Copyright (c) 2026 Natural Intelligence

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-----

The following software may be included in this product: fast-xml-parser. A copy of the source code may be downloaded from git+https://github.com/NaturalIntelligence/fast-xml-parser.git. This software contains the following license and notice below:

MIT License
Expand Down Expand Up @@ -18662,6 +18688,32 @@ THE SOFTWARE.

-----

The following software may be included in this product: path-expression-matcher. A copy of the source code may be downloaded from https://github.com/NaturalIntelligence/path-expression-matcher. This software contains the following license and notice below:

MIT License

Copyright (c) 2024

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-----

The following software may be included in this product: path-parse. A copy of the source code may be downloaded from https://github.com/jbgutierrez/path-parse.git. This software contains the following license and notice below:

The MIT License (MIT)
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"license": "Apache-2.0",
"dependencies": {
"lerna": "^5.1.6",
"tar": "^7.5.8"
"tar": "^7.5.13"
},
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -130,8 +130,8 @@
},
"resolutions": {
"**/@aws-amplify/amplify-codegen-e2e-tests/**/cookie": "^0.7.0",
"**/@aws-amplify/amplify-codegen-e2e-tests/**/fast-xml-parser": "^4.4.1",
"**/@aws-sdk/xml-builder/**/fast-xml-parser": "5.3.8",
"**/@aws-amplify/amplify-codegen-e2e-tests/**/fast-xml-parser": "^4.5.5",
"**/@aws-sdk/xml-builder/**/fast-xml-parser": "5.5.12",
"@smithy/config-resolver": "^4.4.0",
"@octokit/plugin-paginate-rest": "^9.2.2",
"@octokit/request": "^8.4.1",
Expand All @@ -145,15 +145,18 @@
"**/codecov/**/js-yaml": "^3.14.2",
"**/nx/**/js-yaml": "^4.1.1",
"immutable": "^4.3.8",
"lodash": "^4.17.21",
"lodash": "^4.18.0",
"lodash-es": "^4.18.0",
"minimist": "^1.2.6",
"node-fetch": "^2.6.7",
"parse-url": "^8.1.0",
"tar": "^7.5.8",
"tar": "^7.5.13",
"xml2js": "0.5.0",
"tmp": "^0.2.4",
"minimatch": "^3.1.3",
"http-proxy-agent": "^7.0.0"
"http-proxy-agent": "^7.0.0",
"picomatch": "^2.3.2",
"basic-ftp": ">=5.2.2"
Comment on lines +158 to +159
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having these overrides could still result in these packages being brought into consumer repo, because the override only take effects for this repo not in the consumer repo. We should avoid adding override, instead update the direct dependencies that brought into these vulnerable package versions if possible.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The direct dependencies do not have a version that fixes those vulnerabilities. In addition, most of these updated dependencies are dev dependencies, anyways.

},
"config": {
"commitizen": {
Expand Down
Loading
Loading