@aligent/cdk-header-change-detection 1.7.9 → 1.7.11

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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @aligent/cdk-header-change-detection
2
2
 
3
+ ## 1.7.11
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
+ ## 1.7.10
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
  ## 1.7.9
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aligent/cdk-header-change-detection",
3
- "version": "1.7.9",
3
+ "version": "1.7.11",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/header-change-detection#readme",
@@ -19,17 +19,17 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/jest": "^29.5.10",
22
- "@types/node": "^20.19.39",
23
- "aws-cdk": "^2.1120.0",
22
+ "@types/node": "^24.13.2",
23
+ "aws-cdk": "^2.1124.1",
24
24
  "jest": "^29.7.0",
25
25
  "ts-jest": "^29.4.9",
26
26
  "ts-node": "^10.9.1",
27
27
  "typescript": "^5.3.2"
28
28
  },
29
29
  "dependencies": {
30
- "@aws-sdk/client-dynamodb": "^3.1041.0",
31
- "@aws-sdk/client-sns": "3.1041.0",
32
- "axios": "^1.16.0",
30
+ "@aws-sdk/client-dynamodb": "^3.1052.0",
31
+ "@aws-sdk/client-sns": "3.1052.0",
32
+ "axios": "^1.18.0",
33
33
  "source-map-support": "^0.5.21"
34
34
  },
35
35
  "peerDependencies": {