Skip to content

Commit

Permalink
⬆️ Upgrade vulnerable packages (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
horaklukas authored Jan 4, 2022
1 parent 8c16f72 commit 27c53bd
Show file tree
Hide file tree
Showing 7 changed files with 4,288 additions and 2,758 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [10]
node-version: [12]

steps:
- name: Checkout project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10]
node-version: [12]

steps:
- name: Checkout project
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^23.5.0",
"lerna": "^2.11.0"
"jest": "^26.6.3",
"lerna": "^4.0.0"
},
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/gitmoji-changelog-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"immutadot": "^1.0.0",
"inquirer": "^6.3.1",
"issue-reporter": "^0.2.0",
"libnpm": "^1.0.0",
"libnpm": "^3.0.1",
"lodash": "^4.17.11",
"pom-parser": "^1.2.0",
"rc": "^1.2.8",
Expand All @@ -47,7 +47,7 @@
"simple-git": "^1.113.0",
"toml": "^3.0.0",
"yaml": "^1.10.2",
"yargs": "^12.0.1"
"yargs": "^17.3.1"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions packages/gitmoji-changelog-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
"dependencies": {
"concat-stream": "^1.6.2",
"fast-levenshtein": "^2.0.6",
"get-pkg-repo": "^2.0.0",
"git-raw-commits": "^2.0.0",
"git-remote-origin-url": "^2.0.0",
"git-semver-tags": "^2.0.0",
"git-semver-tags": "^4.1.1",
"lodash": "^4.17.11",
"node-emoji": "^1.8.1",
"normalize-package-data": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gitmoji-changelog-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/frinyvonnick/gitmoji-changelog#readme",
"dependencies": {
"git-semver-tags": "^2.0.0",
"git-semver-tags": "^4.1.1",
"handlebars": "^4.0.14",
"immutadot": "^1.0.0",
"lodash": "^4.17.11",
Expand Down
7,029 changes: 4,280 additions & 2,749 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 27c53bd

Please sign in to comment.