Skip to content

Commit

Permalink
fix: update dependencies including @actions/core which has a low leve…
Browse files Browse the repository at this point in the history
…l vulnerability
  • Loading branch information
allenevans committed Oct 2, 2020
1 parent a5b920a commit 37b8bb6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"author": "Allen Evans",
"license": "MIT",
"devDependencies": {
"@actions/core": "1.1.1",
"@actions/core": "1.2.6",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/npm": "7.0.5",
"@semantic-release/npm": "7.0.6",
"@semantic-release/release-notes-generator": "9.0.1",
"@types/jest": "25.2.2",
"@types/node": "14.0.1",
"jest": "26.0.1",
"prettier": "2.0.5",
"@types/jest": "26.0.14",
"@types/node": "14.11.2",
"jest": "26.4.2",
"prettier": "2.1.2",
"rimraf": "3.0.2",
"semantic-release": "17.0.7",
"ts-jest": "26.0.0",
"ts-loader": "7.0.4",
"ts-node": "8.10.1",
"tslint": "6.1.2",
"semantic-release": "17.1.2",
"ts-jest": "26.4.1",
"ts-loader": "8.0.4",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"tslint-config-airbnb": "5.11.2",
"typescript": "3.9.2",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
"typescript": "4.0.3",
"webpack": "4.44.2",
"webpack-cli": "3.3.12"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"compilerOptions": {
/* Basic Options */
"target": "ES2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"target": "ES2018", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
// "lib": [], /* Specify library files to be included in the compilation. */
// "allowJs": true, /* Allow javascript files to be compiled. */
Expand Down

0 comments on commit 37b8bb6

Please sign in to comment.