serverless-offline 9.1.3 → 9.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dedicatedTo": "Blue, a great migrating bird.",
3
3
  "name": "serverless-offline",
4
- "version": "9.1.3",
4
+ "version": "9.1.4",
5
5
  "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
6
6
  "license": "MIT",
7
7
  "main": "./src/index.js",
@@ -194,7 +194,8 @@
194
194
  "@hapi/boom": "^10.0.0",
195
195
  "@hapi/h2o2": "^9.1.0",
196
196
  "@hapi/hapi": "^20.2.2",
197
- "aws-sdk": "^2.1186.0",
197
+ "@serverless/utils": "^6.7.0",
198
+ "aws-sdk": "^2.1187.0",
198
199
  "boxen": "^7.0.0",
199
200
  "chalk": "^5.0.1",
200
201
  "execa": "^6.1.0",
@@ -204,7 +205,7 @@
204
205
  "jsonpath-plus": "^7.0.0",
205
206
  "jsonschema": "^1.4.1",
206
207
  "jsonwebtoken": "^8.5.1",
207
- "jszip": "^3.10.0",
208
+ "jszip": "^3.10.1",
208
209
  "luxon": "^3.0.1",
209
210
  "node-fetch": "^3.2.10",
210
211
  "node-schedule": "^2.1.0",
@@ -230,7 +231,6 @@
230
231
  "standard-version": "^9.5.0"
231
232
  },
232
233
  "peerDependencies": {
233
- "@serverless/utils": "^6.7.0",
234
234
  "serverless": "^3.2.0"
235
235
  }
236
236
  }