Skip to content

Commit

Permalink
Merge pull request #103 from Cerebellum-Network/feature/CBI-2132-bnc-…
Browse files Browse the repository at this point in the history
…onboard-audit

Fixed bnc-onboard  yarn audit vulnerabilities
  • Loading branch information
DmitriyMolch authored Sep 8, 2022
2 parents da177ce + fa141c8 commit 570b25b
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 235 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Ejected create-react-app
- Got rid of craco npm package
- Updated all vulnerable packages except bnc-onboard
- Fixed packages vulnerabilities for bnc-onboard

...

Expand Down
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,26 @@
"webpack-manifest-plugin": "5.0.0",
"workbox-webpack-plugin": "4.3.1"
},
"resolutions": {
"bnc-onboard/**/axios": "0.27.2",
"bnc-onboard/**/async": "3.2.4",
"bnc-onboard/**/yargs-parser": "21.1.1",
"bnc-onboard/**/ws": "8.8.1",
"bnc-onboard/**/trim-newlines": "4.0.2",
"bnc-onboard/**/elliptic": "6.5.4",
"bnc-onboard/**/node-fetch": "3.2.10",
"bnc-onboard/**/underscore": "1.13.4",
"bnc-onboard/**/json-schema": "0.4.0",
"bnc-onboard/**/path-parse": "1.0.7",
"bnc-onboard/**/simple-get": "4.0.1",
"bnc-onboard/**/lodash": "4.17.21",
"bnc-onboard/**/y18n": "5.0.8",
"bnc-onboard/**/minimist": "1.2.6",
"bnc-onboard/**/semver-regex": "4.0.5",
"bnc-onboard/**/ansi-regex": "6.0.1",
"bnc-onboard/**/cross-fetch": "3.1.5",
"bnc-onboard/**/hosted-git-info": "5.1.0"
},
"scripts": {
"start": "yarn setup:copy-dev-config && node scripts/start",
"build": "node --max-old-space-size=4096 scripts/build",
Expand Down
Loading

0 comments on commit 570b25b

Please sign in to comment.