-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
366 lines (366 loc) · 13.3 KB
/
package-lock.json
File metadata and controls
366 lines (366 loc) · 13.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
{
"name": "@nrfcloud/lambda-helpers",
"version": "0.0.0-development",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@nrfcloud/lambda-helpers",
"version": "0.0.0-development",
"license": "BSD-3-Clause",
"dependencies": {
"@aws-lambda-powertools/metrics": "2.33.0",
"@middy/core": "7.3.1",
"@middy/input-output-logger": "7.3.1",
"@nrfcloud/problem-detail": "npm:@jsr/nrfcloud__problem-detail@^1.3.0",
"@sinclair/typebox": "0.34.49"
},
"devDependencies": {
"@bifravst/prettier-config": "1.1.17",
"@nrfcloud/validate-with-typebox": "npm:@jsr/nrfcloud__validate-with-typebox@^1.0.3",
"@types/aws-lambda": "8.10.161",
"@types/node": "25.6.0",
"@typescript/native-preview": "7.0.0-dev.20260420.1",
"prettier": "3.8.3"
},
"engines": {
"node": ">=24",
"npm": ">=11"
}
},
"node_modules/@aws-lambda-powertools/commons": {
"version": "2.33.0",
"resolved": "https://registry.npmjs.org/@aws-lambda-powertools/commons/-/commons-2.33.0.tgz",
"integrity": "sha512-cXGfWT4FXtLO7Ny/shep6V/xYzgVN7hvukOA0bTa4nlg2GWiQsPoBoKvCEcfQ9I8GIS0tPyDfRkdx80SvA7LpA==",
"license": "MIT-0",
"dependencies": {
"@aws/lambda-invoke-store": "0.2.4"
}
},
"node_modules/@aws-lambda-powertools/metrics": {
"version": "2.33.0",
"resolved": "https://registry.npmjs.org/@aws-lambda-powertools/metrics/-/metrics-2.33.0.tgz",
"integrity": "sha512-VFAd+k6WmOQv3O3dWCyRbZyCBWmIpZerh3VEw2S4Do8AMyiT8ccFAkf14H7m4XE9f0zFCzqgaWunFSTr7385Aw==",
"license": "MIT-0",
"dependencies": {
"@aws-lambda-powertools/commons": "2.33.0",
"@aws/lambda-invoke-store": "0.2.4"
},
"peerDependencies": {
"@middy/core": "4.x || 5.x || 6.x || 7.x"
},
"peerDependenciesMeta": {
"@middy/core": {
"optional": true
}
}
},
"node_modules/@aws/lambda-invoke-store": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.4.tgz",
"integrity": "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/@bifravst/prettier-config": {
"version": "1.1.17",
"resolved": "https://registry.npmjs.org/@bifravst/prettier-config/-/prettier-config-1.1.17.tgz",
"integrity": "sha512-2Nc1w0+LsLoxpP8uKO/yb8U49r8fYH/i/aglUs4bTdJzZNvHsV+oSY6BQBAygzfVjY346bfK21BFdRG4RAOqgw==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
"prettier": "3.7.4",
"prettier-plugin-organize-imports": "4.3.0"
},
"engines": {
"node": ">=22",
"npm": ">=10"
}
},
"node_modules/@bifravst/prettier-config/node_modules/prettier": {
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz",
"integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/@middy/core": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@middy/core/-/core-7.3.1.tgz",
"integrity": "sha512-vdeWJ8HagsVQyawFknLDAGNtOaP7JcCMRG9NGt7B0irLIWxSL+fLzScoHlO6ipaXimlv+tcqhxXlhaWzUSoInw==",
"license": "MIT",
"dependencies": {
"@middy/util": "7.3.1"
},
"engines": {
"node": ">=22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
},
"peerDependencies": {
"@aws/durable-execution-sdk-js": "^1.0.0"
},
"peerDependenciesMeta": {
"@aws/durable-execution-sdk-js": {
"optional": true
}
}
},
"node_modules/@middy/input-output-logger": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@middy/input-output-logger/-/input-output-logger-7.3.1.tgz",
"integrity": "sha512-WjGBrCgu3HYQ5BzDsrDJo3Iz0zcnorXSQd/6zlbejQcxsTJIofA32Y0QxjK+3n3/j9tnSM7jOy3jiHykJP/86Q==",
"license": "MIT",
"dependencies": {
"@middy/util": "7.3.1"
},
"engines": {
"node": ">=22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
}
},
"node_modules/@middy/util": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/@middy/util/-/util-7.3.1.tgz",
"integrity": "sha512-dx/K9U4oRqdxLGW8s5nF3FsOiH63XKWmqTbm6v5m9HpzUvSgdyhSRo8Ghw0F4XWjPzLicAbFJyHOBpks5ybaBA==",
"license": "MIT",
"engines": {
"node": ">=22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
}
},
"node_modules/@nrfcloud/problem-detail": {
"name": "@jsr/nrfcloud__problem-detail",
"version": "1.3.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nrfcloud__problem-detail/1.3.1.tgz",
"integrity": "sha512-hylLWdw3MA54bL1yfZBYAACiLfioEu1ARIuapFXpnKla4a1Z3ND5voy85JQUgEljFD6hg/jcRZ05sCIqd0NfXw==",
"dependencies": {
"@sinclair/typebox": "0.34.49"
}
},
"node_modules/@nrfcloud/validate-with-typebox": {
"name": "@jsr/nrfcloud__validate-with-typebox",
"version": "1.0.3",
"resolved": "https://npm.jsr.io/~/11/@jsr/nrfcloud__validate-with-typebox/1.0.3.tgz",
"integrity": "sha512-6PASnH1GZGbgxt2OunF7CbAA1n8K/9wixivoXA1AyLsNv6hiBcpqkUAq8DYmyuYvUQLveubIOb3xGHrmCpvHkA==",
"dev": true,
"dependencies": {
"@sinclair/typebox": "0.34.49"
}
},
"node_modules/@sinclair/typebox": {
"version": "0.34.49",
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.49.tgz",
"integrity": "sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==",
"license": "MIT"
},
"node_modules/@types/aws-lambda": {
"version": "8.10.161",
"resolved": "https://registry.npmjs.org/@types/aws-lambda/-/aws-lambda-8.10.161.tgz",
"integrity": "sha512-rUYdp+MQwSFocxIOcSsYSF3YYYC/uUpMbCY/mbO21vGqfrEYvNSoPyKYDj6RhXXpPfS0KstW9RwG3qXh9sL7FQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.19.0"
}
},
"node_modules/@typescript/native-preview": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-XYMYZ1OAvO1OWJMntCGW5yoJvJjdrsgmNJxXEPO3Za2kFmQ69TdHOAzg9adurMgAXNpaDWtf28bfEveMRnvpZA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsgo": "bin/tsgo.js"
},
"optionalDependencies": {
"@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260420.1",
"@typescript/native-preview-darwin-x64": "7.0.0-dev.20260420.1",
"@typescript/native-preview-linux-arm": "7.0.0-dev.20260420.1",
"@typescript/native-preview-linux-arm64": "7.0.0-dev.20260420.1",
"@typescript/native-preview-linux-x64": "7.0.0-dev.20260420.1",
"@typescript/native-preview-win32-arm64": "7.0.0-dev.20260420.1",
"@typescript/native-preview-win32-x64": "7.0.0-dev.20260420.1"
}
},
"node_modules/@typescript/native-preview-darwin-arm64": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-WMVphWuSmPuDzdutP2OM7ZhvlgdrBQ6ufQia+cJz6jqLd2MjPaYlS+/ACEcTgf6+PsTXygUOUvcqv9j5s7QC8w==",
"cpu": [
"arm64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@typescript/native-preview-darwin-x64": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-ChRf5ZpdM5CmplmtfCHGFd/UjYDkld9Z27h5HeC41NGxkbe7NeNQYjwPcbZynca2swISZvFr8Wwlo4nNZG/51A==",
"cpu": [
"x64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@typescript/native-preview-linux-arm": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-8+Ey5WZ1jiJXFuN8oQxu3N6pTi6UvigNXTWmB/e+2q6cu6ytFNgiVic6xXtcxOqBpqYMKwXzTZkECjs3NtT6og==",
"cpu": [
"arm"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@typescript/native-preview-linux-arm64": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-AmRuZ5R1TTrBNMInIACxd3AGvXS8X0PCAheftIMSa/1YOsNbfvPCbzZTleSaIx0ETabPeKQArur0uTPwnKjJbg==",
"cpu": [
"arm64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@typescript/native-preview-linux-x64": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-zk6y0AX1+SjuYXZfIRTkpRttp+gfpnz6ELFDWLuhtTJtnxgm8BRSKPup2rcm4xkfpRrVv9dhPGSjJYGNR9z9tg==",
"cpu": [
"x64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@typescript/native-preview-win32-arm64": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-TopcWdHwUGaocYuoj0qEZmZa1SLFm9hY0jKrzi5Xa9Xt/gvUnSLJYRBVblibM+/s8S9ZaV94Gc+CUn9EeSsJ9A==",
"cpu": [
"arm64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"win32"
]
},
"node_modules/@typescript/native-preview-win32-x64": {
"version": "7.0.0-dev.20260420.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260420.1.tgz",
"integrity": "sha512-9P6DDMOCncgXGbFfxRpZE0sWzjyymRON67T9J1u885NLp+AmIdns8e91nzD6ipB0EdZimyR4ZjdSZfqetAQSrQ==",
"cpu": [
"x64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"win32"
]
},
"node_modules/prettier": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz",
"integrity": "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-organize-imports": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-4.3.0.tgz",
"integrity": "sha512-FxFz0qFhyBsGdIsb697f/EkvHzi5SZOhWAjxcx2dLt+Q532bAlhswcXGYB1yzjZ69kW8UoadFBw7TyNwlq96Iw==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"prettier": ">=2.0",
"typescript": ">=2.9",
"vue-tsc": "^2.1.0 || 3"
},
"peerDependenciesMeta": {
"vue-tsc": {
"optional": true
}
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.19.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
"dev": true,
"license": "MIT"
}
}
}