@aligent/cdk-prerender-proxy 2.5.8 → 2.5.10
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.
- package/CHANGELOG.md +14 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @aligent/cdk-prerender-proxy
|
|
2
2
|
|
|
3
|
+
## 2.5.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1715](https://github.com/aligent/cdk-constructs/pull/1715) [`19fb43f`](https://github.com/aligent/cdk-constructs/commit/19fb43f2d2d19426515531102c2ab2b5ee291e72) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix security issue in axios via minor version upgrade from 1.16.1 to 1.18.0
|
|
8
|
+
|
|
9
|
+
## 2.5.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1688](https://github.com/aligent/cdk-constructs/pull/1688) [`5fc3de2`](https://github.com/aligent/cdk-constructs/commit/5fc3de2da74962c1e11a57a375fb11c71406d5c8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 10 updates
|
|
14
|
+
|
|
15
|
+
- [#1690](https://github.com/aligent/cdk-constructs/pull/1690) [`d09a5f2`](https://github.com/aligent/cdk-constructs/commit/d09a5f24c58c9b64fbed8cecd8737cd1c2fe660f) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix security issue in axios via minor version upgrade from 1.15.1 to 1.16.1
|
|
16
|
+
|
|
3
17
|
## 2.5.8
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aligent/cdk-prerender-proxy",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10",
|
|
4
4
|
"description": "Cloudfront Lambda@Edge constructs for integrating with prerender.io",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/prerender-proxy#readme",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@aligent/cdk-esbuild": "^2.5.
|
|
21
|
+
"@aligent/cdk-esbuild": "^2.5.10",
|
|
22
22
|
"@types/aws-lambda": "^8.10.161",
|
|
23
23
|
"@types/jest": "^29.5.10",
|
|
24
|
-
"@types/node": "^
|
|
25
|
-
"aws-cdk": "^2.
|
|
24
|
+
"@types/node": "^24.13.2",
|
|
25
|
+
"aws-cdk": "^2.1124.1",
|
|
26
26
|
"jest": "^29.7.0",
|
|
27
27
|
"ts-jest": "^29.4.9",
|
|
28
28
|
"ts-node": "^10.9.1",
|
|
29
29
|
"typescript": "^5.3.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"axios": "^1.
|
|
32
|
+
"axios": "^1.18.0",
|
|
33
33
|
"source-map-support": "^0.5.21"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|