forked from willfarrell/middy-rds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
33 lines (33 loc) · 878 Bytes
/
package-lock.json
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
{
"name": "middy-rds",
"version": "2.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "2.2.1",
"license": "MIT",
"dependencies": {
"@middy/util": "^2.0.0"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@middy/util": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@middy/util/-/util-2.3.0.tgz",
"integrity": "sha512-/oU0jmxZtrigq18kL7WEk/4PJ+rXh6btkDjngH1NMdDXa5qGQir1kRD0jZLLaL/ILd9gXvFql5oKZ4bxitu2Ww==",
"engines": {
"node": ">=12"
}
}
},
"dependencies": {
"@middy/util": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@middy/util/-/util-2.3.0.tgz",
"integrity": "sha512-/oU0jmxZtrigq18kL7WEk/4PJ+rXh6btkDjngH1NMdDXa5qGQir1kRD0jZLLaL/ILd9gXvFql5oKZ4bxitu2Ww=="
}
}
}