Skip to content

Commit 1416d6f

Browse files
authored
[Snyk] Fix for 2 vulnerabilities (#196)
![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 2 vulnerabilities in the pnpm dependencies of this project. #### Snyk changed the following file(s): - `packages/pluggable-widgets-tools/package.json` <details> <summary>⚠️ <b>Warning</b></summary> ``` Failed to update the pnpm-lock.yaml, please update manually before merging. ``` </details> #### Vulnerabilities that will be fixed with an upgrade: | | Issue | Score | :-------------------------:|:-------------------------|:------------------------- ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png 'high severity') | Inefficient Algorithmic Complexity <br/>[SNYK-JS-JSYAML-18313070](https://snyk.io/vuln/SNYK-JS-JSYAML-18313070) | &nbsp;&nbsp;**828**&nbsp;&nbsp; ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png 'high severity') | Directory Traversal <br/>[SNYK-JS-POSTCSS-18313038](https://snyk.io/vuln/SNYK-JS-POSTCSS-18313038) | &nbsp;&nbsp;**721**&nbsp;&nbsp; #### Breaking Change Risk ![Merge Risk: High](https://img.shields.io/badge/Merge%20Risk%3A%20High-4B0000?style=for-the-badge) > **Notice:** This assessment is enhanced by AI. --- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - Max score is 1000. Note that the real score may have changed since the PR was raised. > - This PR was automatically created by Snyk using the credentials of a real user. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs._ For more information: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiIzZDI2NWNmNy04NmY0LTQ2ODQtODJmOC00OWVlODFhNDgwZGYiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjNkMjY1Y2Y3LTg2ZjQtNDY4NC04MmY4LTQ5ZWU4MWE0ODBkZiJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/appdev/project/cbeaa236-9e0b-4aaf-95fc-11bd1aef9c80?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr) 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=github&utm_content=fix-pr-template) 🛠 [Adjust project settings](https://app.snyk.io/org/appdev/project/cbeaa236-9e0b-4aaf-95fc-11bd1aef9c80?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;fix-pr/settings) 📚 [Read about Snyk's upgrade logic](https://docs.snyk.io/scan-with-snyk/snyk-open-source/manage-vulnerabilities/upgrade-package-versions-to-fix-vulnerabilities?utm_source=github&utm_content=fix-pr-template) --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Directory Traversal](https://learn.snyk.io/lesson/directory-traversal/?source&#x3D;registry-oss-fix-pr&amp;loc&#x3D;fix-pr) [//]: # 'snyk:metadata:{"breakingChangeRiskLevel":"high","FF_showPullRequestBreakingChanges":true,"FF_showPullRequestBreakingChangesWebSearch":false,"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"eslint","from":"9.39.4","to":"10.0.0"},{"name":"postcss","from":"8.5.14","to":"8.5.18"}],"env":"prod","issuesToFix":["SNYK-JS-JSYAML-18313070","SNYK-JS-POSTCSS-18313038"],"prId":"3d265cf7-86f4-4684-82f8-49ee81a480df","prPublicId":"3d265cf7-86f4-4684-82f8-49ee81a480df","packageManager":"pnpm","priorityScoreList":[828,721],"projectPublicId":"cbeaa236-9e0b-4aaf-95fc-11bd1aef9c80","projectUrl":"https://app.snyk.io/org/appdev/project/cbeaa236-9e0b-4aaf-95fc-11bd1aef9c80?utm_source=github&utm_medium=referral&page=fix-pr","prType":"fix","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":["pr-warning-shown","priorityScore"],"type":"auto","upgrade":["SNYK-JS-JSYAML-18313070","SNYK-JS-POSTCSS-18313038"],"vulns":["SNYK-JS-JSYAML-18313070","SNYK-JS-POSTCSS-18313038"],"patch":[],"isBreakingChange":true,"remediationStrategy":"vuln"}'
2 parents d2c17a2 + 089c303 commit 1416d6f

2 files changed

Lines changed: 146 additions & 146 deletions

File tree

packages/pluggable-widgets-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"make-dir": "^5.1.0",
8181
"mendix": "^11.8.0",
8282
"mime": "^4.1.0",
83-
"postcss": "^8.5.10",
83+
"postcss": "^8.5.18",
8484
"postcss-import": "^14.0.2",
8585
"postcss-url": "^10.1.4",
8686
"prettier": "^2.5.1",

0 commit comments

Comments
 (0)