Skip to content

Commit

Permalink
fix: bump dependencies to avoid minimist vulnerability (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
padamstx authored Apr 4, 2022
1 parent 21da9b5 commit 4de8a9d
Show file tree
Hide file tree
Showing 83 changed files with 1,524 additions and 21,779 deletions.
8 changes: 4 additions & 4 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "package-lock.json|^.secrets.baseline$",
"lines": null
},
"generated_at": "2021-12-05T15:56:18Z",
"generated_at": "2022-04-04T16:42:23Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -106,7 +106,7 @@
"hashed_secret": "32e8612d8ca77c7ea8374aa7918db8e5df9252ed",
"is_secret": false,
"is_verified": false,
"line_number": 59,
"line_number": 61,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -296,7 +296,7 @@
"hashed_secret": "45c43fe97e3a06ab078b0eeff6fbe622cc417a25",
"is_secret": false,
"is_verified": false,
"line_number": 272,
"line_number": 273,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -534,7 +534,7 @@
}
]
},
"version": "0.13.1+ibm.46.dss",
"version": "0.13.1+ibm.47.dss",
"word_list": {
"file": null,
"hash": null
Expand Down
8,050 changes: 1,514 additions & 6,536 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,16 @@
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^7.0.1",
"@masterodin/publisher": "^0.10.0",
"@microsoft/api-documenter": "^7.13.76",
"@microsoft/api-extractor": "^7.19.2",
"@semantic-release/changelog": "6.0.0",
"@semantic-release/git": "10.0.0",
"@microsoft/api-documenter": "^7.17.0",
"@microsoft/api-extractor": "^7.20.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@types/debug": "^4.1.7",
"@types/extend": "^3.0.1",
"@types/lodash.isempty": "^4.4.6",
"@types/mime-types": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"cpx": "^1.5.0",
"dependency-lint": "~5.0.1",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
Expand All @@ -69,8 +68,7 @@
"package-json-reducer": "^1.0.18",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"semantic-release": "18.0.1",
"typedoc": "^0.17.0",
"semantic-release": "19.0.2",
"typescript": "~3.8.3"
},
"dependencies": {
Expand Down Expand Up @@ -123,7 +121,7 @@
"build:api": "api-extractor run --local",
"build:md": "api-documenter markdown -i temp --output-folder build/docs",
"build:doc": "npm-run-all build:api build:md copy:doc",
"copy:doc": "cpx \"temp/ibm-cloud-sdk-core.api.json\" dist/docs",
"copy:doc": "cp \"temp/ibm-cloud-sdk-core.api.json\" dist/docs",
"copy:pkg": "package-json-reducer -s \"config devDependencies directories scripts jestSonar jest\" -o ./dist/package.json package.json",
"postversion": "publisher --no-checks --dry-run",
"all": "npm-run-all build test lint"
Expand Down
21 changes: 0 additions & 21 deletions scripts/jsdoc/config.json

This file was deleted.

45 changes: 0 additions & 45 deletions scripts/jsdoc/generate_index_html.sh

This file was deleted.

56 changes: 0 additions & 56 deletions scripts/jsdoc/publish.sh

This file was deleted.

12 changes: 0 additions & 12 deletions scripts/jsdoc/template/README.md

This file was deleted.

Loading

0 comments on commit 4de8a9d

Please sign in to comment.