Skip to content

Commit

Permalink
fix: dependent package vulnerability (#62)
Browse files Browse the repository at this point in the history
* ci: fix publishing to npm

* fix: dependent package vulnerability
  • Loading branch information
priynand authored and GitHub Enterprise committed Feb 10, 2022
1 parent 3343e25 commit 803f296
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 615 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@microsoft/api-extractor": "^7.18.4",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/release-notes-generator": "^9.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/chai": "^4.2.21",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.1",
Expand All @@ -48,7 +48,7 @@
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.0",
"jest": "^27.0.6",
"karma": "^6.3.4",
"karma": "6.3.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
Expand All @@ -69,7 +69,7 @@
"rollup-plugin-polyfill-node": "^0.7.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"semantic-release": "^17.4.7",
"semantic-release": "^19.0.2",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.3",
"typescript": "^4.4.3",
Expand Down
Loading

0 comments on commit 803f296

Please sign in to comment.