Skip to content

Commit d1ab585

Browse files
committed
Bump node-gyp to 10.0.1
1 parent 901bdc3 commit d1ab585

File tree

3 files changed

+500
-571
lines changed

3 files changed

+500
-571
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ On MacOS:
5454

5555
### Local testing
5656

57-
Or, to invoke and debug locally, run the `lambda_start.js` module, which uses the [Commandline tool to run Amazon Lambda function on local machines][lambda-local]:
57+
To invoke and debug locally, run the `lambda_start.js` module, which uses the [Commandline tool to run Amazon Lambda function on local machines][lambda-local]:
5858

5959
```
6060
$ node test/lambda_start.js
6161
```
6262

63-
Install globally the [AWS SAM Local][aws_sam_local] package.
63+
Or, install globally the [AWS SAM Local][aws_sam_local] package.
6464

6565
```
6666
$ npm install -g aws-sam-local

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"main": "index.js",
88
"dependencies": {
9-
"node-gyp": "^5.0.7",
9+
"node-gyp": "^10.0.1",
1010
"sharp": "^0.32.6"
1111
},
1212
"devDependencies": {
@@ -17,4 +17,4 @@
1717
"type": "git",
1818
"url": "https://github.com/texpert/lambda-image-resize.js"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)