Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @fortawesome/react-fontawesome from 0.2.0 to 0.2.2.
    See this package in npm: https://www.npmjs.com/package/@fortawesome/react-fontawesome
  - styled-components from 6.1.9 to 6.1.13.
    See this package in npm: https://www.npmjs.com/package/styled-components
  - stylis from 4.3.2 to 4.3.4.
    See this package in npm: https://www.npmjs.com/package/stylis

See this project in Snyk:
https://app.snyk.io/org/hg-arch/project/c3022b33-24ec-4e20-8acb-213ba996ad30?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent b0ea4e5 commit 89b340f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 79 deletions.
118 changes: 42 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"rimraf": "^5.0.5",
"semantic-release": "^22.0.12",
"storybook": "^7.6.4",
"styled-components": "^6.1.9",
"styled-components": "^6.1.13",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
Expand Down Expand Up @@ -150,11 +150,11 @@
]
},
"dependencies": {
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"classnames": "^2.5.1",
"esm": "^3.2.25",
"lodash.merge": "^4.6.2",
"mkdirp": "^3.0.1",
"stylis": "^4.3.2"
"stylis": "^4.3.4"
}
}

0 comments on commit 89b340f

Please sign in to comment.