Skip to content

Commit 7ae745d

Browse files
committed
Security and compatibility updates
- now works with npm 16
1 parent f328454 commit 7ae745d

11 files changed

Lines changed: 84942 additions & 35114 deletions

File tree

Infra/package-lock.json

Lines changed: 7738 additions & 2773 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Infra/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@typescript-eslint/eslint-plugin": "3.9.0",
1616
"@typescript-eslint/parser": "3.9.0",
1717
"aws-cdk": "^1.95.1",
18-
"eslint": "7.6.0",
18+
"eslint": "^7.32.0",
1919
"eslint-plugin-header": "3.0.0",
2020
"lint-staged": "10.2.11",
2121
"prettier": "2.0.5",
@@ -44,6 +44,7 @@
4444
"source-map-support": "0.5.19"
4545
},
4646
"resolutions": {
47-
"netmask": ">=2.0.1"
47+
"netmask": ">=2.0.1",
48+
"ansi-regex": ">=5.0.1"
4849
}
4950
}

Lambdas/ChimeCallService/package-lock.json

Lines changed: 10801 additions & 14953 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lambdas/ChimeCallService/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"@babel/preset-env": "^7.14.5",
3232
"@babel/preset-react": "^7.14.5",
3333
"@babel/preset-typescript": "^7.14.5",
34-
"@typescript-eslint/eslint-plugin": "^2.2.0",
35-
"@typescript-eslint/parser": "^2.2.0",
34+
"@typescript-eslint/eslint-plugin": "^5.10.1",
35+
"@typescript-eslint/parser": "^5.10.1",
3636
"aws-sdk": "^2.928.0",
3737
"babel-core": "^6.26.3",
3838
"babel-eslint": "^10.0.3",
3939
"babel-loader": "^8.2.2",
40-
"copy-webpack-plugin": "^5.0.4",
41-
"eslint": "^6.3.0",
40+
"copy-webpack-plugin": "^10.2.1",
41+
"eslint": "^8.7.0",
4242
"eslint-config-prettier": "^6.3.0",
4343
"eslint-plugin-import": "^2.23.4",
4444
"eslint-plugin-json": "^1.4.0",
4545
"eslint-plugin-jsx-a11y": "^6.2.3",
4646
"eslint-plugin-prettier": "^3.4.0",
4747
"eslint-plugin-react": "^7.24.0",
4848
"file-loader": "^4.2.0",
49-
"fork-ts-checker-webpack-plugin": "^1.5.0",
49+
"fork-ts-checker-webpack-plugin": "^6.5.0",
5050
"html-loader": "^0.5.5",
5151
"mini-css-extract-plugin": "^0.8.0",
5252
"prettier": "^1.18.2",
@@ -56,8 +56,8 @@
5656
"typescript": "^3.9.9",
5757
"url-loader": "^2.1.0",
5858
"uuid": "^8.3.2",
59-
"webpack": "^4.46.0",
60-
"webpack-cli": "^3.3.7"
59+
"webpack": "^5.67.0",
60+
"webpack-cli": "^4.9.2"
6161
},
6262
"resolutions": {
6363
"glob-parent": ">=5.1.2",

Lambdas/ChimeCallService/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"baseUrl": ".",
34
"target": "ES2018",
45
"module": "commonjs",
56
"lib": ["es2018", "dom"],

Lambdas/ChimeCallService/webpack.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ module.exports = {
2121
},
2222
plugins: [
2323
new ForkTsCheckerWebpackPlugin({
24-
tsconfig: path.resolve(__dirname, './tsconfig.json'),
25-
checkSyntacticErrors: true,
26-
silent: false
2724
}),
2825
],
2926
module: {

0 commit comments

Comments
 (0)