Skip to content

Commit

Permalink
chore: bump deps, use npm package-lock v3 (#1629)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 14, 2022
1 parent f9f1f99 commit 10b49c5
Show file tree
Hide file tree
Showing 32 changed files with 1,963 additions and 54,582 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
with:
ruby-version: '2.7'

# install npm v8 on node.js v14 for package-lock v3 compatibility (npm v6 sems to have problems with it)
# use npm v8, issue with v9 on windows: https://github.com/actions/setup-node/issues/411#issuecomment-1025543081
# remove 'npm install' when node.js v14 support has ended
- if: matrix.node-version == '14'
run: npm install -global npm@8

- run: npm ci

- run: npm run prettier
Expand Down
5,801 changes: 85 additions & 5,716 deletions examples/events/alb/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/events/alb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"serverless": "3.25.1",
"serverless-offline": "12.0.1"
"serverless-offline": "12.0.2"
}
}
5,801 changes: 85 additions & 5,716 deletions examples/events/http/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/events/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"serverless": "3.25.1",
"serverless-offline": "12.0.1"
"serverless-offline": "12.0.2"
}
}
5,801 changes: 85 additions & 5,716 deletions examples/events/httpApi/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/events/httpApi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"serverless": "3.25.1",
"serverless-offline": "12.0.1"
"serverless-offline": "12.0.2"
}
}
5,801 changes: 85 additions & 5,716 deletions examples/events/schedule/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/events/schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"license": "MIT",
"devDependencies": {
"serverless": "3.25.1",
"serverless-offline": "12.0.1"
"serverless-offline": "12.0.2"
}
}
5,774 changes: 92 additions & 5,682 deletions examples/events/websocket/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/events/websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"license": "MIT",
"devDependencies": {
"serverless": "3.25.1",
"serverless-offline": "12.0.1"
"serverless-offline": "12.0.2"
},
"dependencies": {
"@aws-sdk/client-apigatewaymanagementapi": "3.226.0"
"@aws-sdk/client-apigatewaymanagementapi": "3.229.0"
}
}
207 changes: 118 additions & 89 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.226.0",
"@aws-sdk/client-lambda": "^3.229.0",
"@hapi/boom": "^10.0.0",
"@hapi/h2o2": "^10.0.0",
"@hapi/hapi": "^21.1.0",
Expand Down
Loading

0 comments on commit 10b49c5

Please sign in to comment.