serverless-vpc-discovery 3.1.0 → 4.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/README.md +7 -5
- package/dist/src/index.js +3 -0
- package/dist/src/schema.js +63 -0
- package/package-lock.json +729 -3016
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-vpc-discovery",
|
3
|
-
"version": "
|
3
|
+
"version": "4.0.0",
|
4
4
|
"engines": {
|
5
5
|
"node": ">=12"
|
6
6
|
},
|
@@ -49,9 +49,9 @@
|
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@types/mocha": "^9.0.0",
|
52
|
-
"@types/node": "^16.7.
|
53
|
-
"@typescript-eslint/eslint-plugin": "^4.
|
54
|
-
"@typescript-eslint/parser": "^4.
|
52
|
+
"@types/node": "^16.7.10",
|
53
|
+
"@typescript-eslint/eslint-plugin": "^4.30.0",
|
54
|
+
"@typescript-eslint/parser": "^4.30.0",
|
55
55
|
"aws-sdk-mock": "^5.2.2",
|
56
56
|
"chai": "^4.3.4",
|
57
57
|
"chai-spies": "^1.0.0",
|
@@ -62,19 +62,19 @@
|
|
62
62
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
63
63
|
"eslint-plugin-node": "^11.1.0",
|
64
64
|
"eslint-plugin-promise": "^5.1.0",
|
65
|
-
"eslint-plugin-react": "^7.
|
65
|
+
"eslint-plugin-react": "^7.25.1",
|
66
66
|
"eslint-plugin-react-hooks": "^4.2.0",
|
67
67
|
"js-yaml": "^4.1.0",
|
68
|
-
"mocha": "^
|
68
|
+
"mocha": "^9.1.1",
|
69
69
|
"mocha-param": "^2.0.1",
|
70
70
|
"nyc": "^15.1.0",
|
71
71
|
"randomstring": "^1.2.1",
|
72
|
-
"serverless": "^
|
72
|
+
"serverless": "^3.12.0",
|
73
73
|
"shelljs": "^0.8.4",
|
74
74
|
"ts-node": "^10.2.1",
|
75
75
|
"typescript": "~4.3.5"
|
76
76
|
},
|
77
77
|
"dependencies": {
|
78
|
-
"aws-sdk": "^2.
|
78
|
+
"aws-sdk": "^2.980.0 "
|
79
79
|
}
|
80
80
|
}
|