cdk-common 2.0.253 → 2.0.256

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 (26) hide show
  1. package/.jsii +3 -9
  2. package/API.md +0 -5
  3. package/lib/main.js +1 -1
  4. package/lib/managed-policies.d.ts +0 -1
  5. package/lib/managed-policies.js +1 -2
  6. package/node_modules/@aws-cdk/assert/package.json +8 -8
  7. package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
  8. package/node_modules/@aws-cdk/cfnspec/spec/specification.json +2 -2
  9. package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +12 -12
  10. package/node_modules/@aws-cdk/cloudformation-diff/package.json +5 -5
  11. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  12. package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +134 -52
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +1 -1
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/https.d.ts +198 -58
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +3 -3
  16. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  17. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +134 -52
  18. package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +1 -1
  19. package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +198 -58
  20. package/node_modules/@types/form-data/node_modules/@types/node/package.json +3 -3
  21. package/node_modules/@types/node/README.md +1 -1
  22. package/node_modules/@types/node/http.d.ts +121 -52
  23. package/node_modules/@types/node/http2.d.ts +1 -1
  24. package/node_modules/@types/node/https.d.ts +191 -62
  25. package/node_modules/@types/node/package.json +3 -3
  26. package/package.json +5 -4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "14.18.26",
3
+ "version": "14.18.28",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  },
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
- "typesPublisherContentHash": "b90a0a372ae14b90474360a99bbfcbe23a977f8b870403fc45464564d9da9308",
224
- "typeScriptVersion": "4.0"
223
+ "typesPublisherContentHash": "cd7511ff009252265753296a831de99ae0e8acc59192d53ebb91bd72374508fc",
224
+ "typeScriptVersion": "4.1"
225
225
  }
package/package.json CHANGED
@@ -56,7 +56,7 @@
56
56
  "jsii-pacmak": "^1.67.0",
57
57
  "json-schema": "^0.4.0",
58
58
  "npm-check-updates": "^15",
59
- "projen": "0.61.41",
59
+ "projen": "0.61.46",
60
60
  "standard-version": "^9",
61
61
  "ts-jest": "^27",
62
62
  "typescript": "3.9.10"
@@ -66,7 +66,7 @@
66
66
  "constructs": "^10.0.5"
67
67
  },
68
68
  "dependencies": {
69
- "@aws-cdk/assert": "^2.40.0",
69
+ "@aws-cdk/assert": "^2.41.0",
70
70
  "case": "^1.6.3",
71
71
  "sync-request": "^6.1.0"
72
72
  },
@@ -84,7 +84,7 @@
84
84
  ],
85
85
  "main": "lib/index.js",
86
86
  "license": "Apache-2.0",
87
- "version": "2.0.253",
87
+ "version": "2.0.256",
88
88
  "jest": {
89
89
  "testMatch": [
90
90
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -145,7 +145,8 @@
145
145
  "announce": true
146
146
  },
147
147
  "resolutions": {
148
- "got": "12.3.0",
148
+ "got": "12.3.1",
149
+ "@types/responselike": "1.0.0",
149
150
  "@types/prettier": "2.6.0"
150
151
  },
151
152
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."