Skip to content

Commit

Permalink
build(deps): add resolutions for vunerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Sep 11, 2024
1 parent d71534f commit b458629
Show file tree
Hide file tree
Showing 2 changed files with 2,727 additions and 1,325 deletions.
34 changes: 23 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@docusaurus/core": "^3.1.1",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/core": "^3.5.2",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/remark-plugin-npm2yarn": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@types/uuid": "^9.0.8",
Expand All @@ -78,20 +78,32 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.70.0",
"semantic-release": "^23.0.0",
"semantic-release": "^24.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3",
"typescript-transform-paths": "^3.4.7",
"webpack": "^5.91.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"uuid": "^9.0.1"
},
"resolutions": {
"webpack-dev-middleware": "^5.3.4"
"body-parser": "^1.20.3",
"braces": "^3.0.3",
"express": "^4.19.2",
"follow-redirects": "^1.15.6",
"ip": "^2.0.1",
"micromatch": "^4.0.8",
"path-to-regexp": "^8.0.0",
"send": "^0.19.0",
"serve-static": "^1.16.0",
"tar": "^6.2.1",
"webpack": "^5.94.0",
"webpack-dev-middleware": "^5.3.4",
"ws": "^7.5.10"
}
}
Loading

0 comments on commit b458629

Please sign in to comment.