Skip to content

Commit

Permalink
fix(chore): updating dependencies to fix json5 vulnerability (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
elivillalejos and dependabot[bot] authored Jan 24, 2025
1 parent 7ef82dc commit 72c9f43
Show file tree
Hide file tree
Showing 2 changed files with 3,272 additions and 2,035 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@
"react-dom": "^16.7.0",
"ssf": "^0.10.2",
"styled-components": "6.1.8",
"to-string-loader": "^1.1.5",
"terser-webpack-plugin": "^5.3.10",
"to-string-loader": "^1.1.5",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"resolutions": {
"js-yaml": "3.13.1"
"js-yaml": "3.13.1",
"json5": "^1.0.2",
"loader-utils":"^2.0.4"
}
}
Loading

0 comments on commit 72c9f43

Please sign in to comment.