Skip to content

Commit 27c53bd

Browse files
authored
⬆️ Upgrade vulnerable packages (#230)
1 parent 8c16f72 commit 27c53bd

7 files changed

Lines changed: 4288 additions & 2758 deletions

File tree

.github/workflows/canary-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [10]
14+
node-version: [12]
1515

1616
steps:
1717
- name: Checkout project

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10]
15+
node-version: [12]
1616

1717
steps:
1818
- name: Checkout project

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"eslint": "^5.4.0",
2424
"eslint-config-airbnb-base": "^13.1.0",
2525
"eslint-plugin-import": "^2.14.0",
26-
"jest": "^23.5.0",
27-
"lerna": "^2.11.0"
26+
"jest": "^26.6.3",
27+
"lerna": "^4.0.0"
2828
},
2929
"workspaces": [
3030
"packages/*"

packages/gitmoji-changelog-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"immutadot": "^1.0.0",
3838
"inquirer": "^6.3.1",
3939
"issue-reporter": "^0.2.0",
40-
"libnpm": "^1.0.0",
40+
"libnpm": "^3.0.1",
4141
"lodash": "^4.17.11",
4242
"pom-parser": "^1.2.0",
4343
"rc": "^1.2.8",
@@ -47,7 +47,7 @@
4747
"simple-git": "^1.113.0",
4848
"toml": "^3.0.0",
4949
"yaml": "^1.10.2",
50-
"yargs": "^12.0.1"
50+
"yargs": "^17.3.1"
5151
},
5252
"publishConfig": {
5353
"access": "public",

packages/gitmoji-changelog-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
"dependencies": {
2020
"concat-stream": "^1.6.2",
2121
"fast-levenshtein": "^2.0.6",
22-
"get-pkg-repo": "^2.0.0",
2322
"git-raw-commits": "^2.0.0",
2423
"git-remote-origin-url": "^2.0.0",
25-
"git-semver-tags": "^2.0.0",
24+
"git-semver-tags": "^4.1.1",
2625
"lodash": "^4.17.11",
2726
"node-emoji": "^1.8.1",
2827
"normalize-package-data": "^2.4.0",

packages/gitmoji-changelog-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/frinyvonnick/gitmoji-changelog#readme",
2222
"dependencies": {
23-
"git-semver-tags": "^2.0.0",
23+
"git-semver-tags": "^4.1.1",
2424
"handlebars": "^4.0.14",
2525
"immutadot": "^1.0.0",
2626
"lodash": "^4.17.11",

yarn.lock

Lines changed: 4280 additions & 2749 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)