-
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.2.3",
"@middy/input-output-logger": "7.2.3",
"@nrfcloud/problem-detail": "npm:@jsr/nrfcloud__problem-detail@^1.2.1",
"@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.20260417.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.2.3",
"resolved": "https://registry.npmjs.org/@middy/core/-/core-7.2.3.tgz",
"integrity": "sha512-6dhU9prpTqhOj6HmBEjF8q5oFq/0wFvM1cXhSALyTkz8xyE40AVtZD2sycpf1YAz7HamjEI8vsVkU8VeF8aWqw==",
"license": "MIT",
"dependencies": {
"@middy/util": "7.2.3"
},
"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.2.3",
"resolved": "https://registry.npmjs.org/@middy/input-output-logger/-/input-output-logger-7.2.3.tgz",
"integrity": "sha512-eDq1A5mbKXkUVXx8nJG9YeQwuRvloWmqmaIrER30GUWV3kQAA7Mvz1qtIQKq4Xgca9xnDQNcMmqfxOkemtwHeA==",
"license": "MIT",
"dependencies": {
"@middy/util": "7.2.3"
},
"engines": {
"node": ">=22"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/willfarrell"
}
},
"node_modules/@middy/util": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/@middy/util/-/util-7.2.3.tgz",
"integrity": "sha512-iLyQFD1mFQGk+dpBIbm/PCikLwZl46NQ4OEIYbxodPVcvQ4ROOFW1Af/d8INA1T7UwBbV2+PRd1s5+0fyFL8Hg==",
"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.2.1",
"resolved": "https://npm.jsr.io/~/11/@jsr/nrfcloud__problem-detail/1.2.1.tgz",
"integrity": "sha512-Ogo+CnmxY4iaeyobW1Zi1JZtbdY2NI+/NGCO2ggYmNYm3fRr9VF4gL+/wGAPi4LkL7k+zi0lO/9rX7Jk5BqpMQ==",
"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.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-uIsfMRxtjgMF83TbAcpvHe0rgWVhqDSwCU1EYQT17qQbnOR56NIULneywLjeGKFgOCpn3eszd01/EjzS0n/LkA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsgo": "bin/tsgo.js"
},
"optionalDependencies": {
"@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260417.1",
"@typescript/native-preview-darwin-x64": "7.0.0-dev.20260417.1",
"@typescript/native-preview-linux-arm": "7.0.0-dev.20260417.1",
"@typescript/native-preview-linux-arm64": "7.0.0-dev.20260417.1",
"@typescript/native-preview-linux-x64": "7.0.0-dev.20260417.1",
"@typescript/native-preview-win32-arm64": "7.0.0-dev.20260417.1",
"@typescript/native-preview-win32-x64": "7.0.0-dev.20260417.1"
}
},
"node_modules/@typescript/native-preview-darwin-arm64": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-TSV/P3OlMs3iua4dus60uphUwuB0DXnx+1nNazpcAhrpi1oAP6SyKcpYR0D+pqa55i+BDUHVAqpj/AP6pWli8Q==",
"cpu": [
"arm64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@typescript/native-preview-darwin-x64": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-vwjFGTPRH15tiHTPjLpKc9YdCaJoySXsWuosopAeTdzghnM58YOXle8J2+y7Sui5N+5uKCCvu0Dug/thL/IpzA==",
"cpu": [
"x64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@typescript/native-preview-linux-arm": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-/2MG/XnvJMlwfej06NFHZTIOTHuxYCjGRHd+yBclbn6fTUVr3YhlzOZkFj9i2ewir//orOaEVD5u1F4rth8mVg==",
"cpu": [
"arm"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@typescript/native-preview-linux-arm64": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-Xbx3FANuS28RpwkjmzwASXeUmPJw8g7E/IRATaWfY945nldwnL5W6MACIdUKKPyQJYm4FtgtntorxJrf2O8vYw==",
"cpu": [
"arm64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@typescript/native-preview-linux-x64": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-kA6tz+vBtfXdCrdwfh36pDhzdoCdn42sEIHIr4HpLvkpAfcn/ruRHWPCvcaOVcKAZWwqgOhyE5ENN9uOSKBZPA==",
"cpu": [
"x64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@typescript/native-preview-win32-arm64": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-BHWsdltUYVNu1lHJTim3FofIBQSjn/Jw4BbA0UEiRpOwFi4hXt4SnP4/7M1A2DMmkBAAv/ZVU8vi+uR44CHatg==",
"cpu": [
"arm64"
],
"dev": true,
"license": "Apache-2.0",
"optional": true,
"os": [
"win32"
]
},
"node_modules/@typescript/native-preview-win32-x64": {
"version": "7.0.0-dev.20260417.1",
"resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260417.1.tgz",
"integrity": "sha512-93bOoa7KDADhfC5vyhnCKPn2A5lhe2lPGMIC2yWfmueOX+R6DLkl2G8olqh+ocTFHCJRhBv8R/VM1j7FaAxG5A==",
"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"
}
}
}