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

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 +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @aligent/cdk-header-change-detection
2
2
 
3
+ ## 1.7.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1669](https://github.com/aligent/cdk-constructs/pull/1669) [`8006ed3`](https://github.com/aligent/cdk-constructs/commit/8006ed327661e66d9e9b91b2d3ec205594ba4c06) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 9 updates
8
+
9
+ - [#1671](https://github.com/aligent/cdk-constructs/pull/1671) [`927ab94`](https://github.com/aligent/cdk-constructs/commit/927ab944989abddfc149ca2a80c1f1692db4245a) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group with 4 updates
10
+
11
+ ## 1.7.8
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1639](https://github.com/aligent/cdk-constructs/pull/1639) [`060f291`](https://github.com/aligent/cdk-constructs/commit/060f29103f3fd2146bd2d88de54d0e2009f55910) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump ts-jest from 29.4.6 to 29.4.9 in the testing-tools group across 1 directory
16
+
17
+ - [#1642](https://github.com/aligent/cdk-constructs/pull/1642) [`d760efe`](https://github.com/aligent/cdk-constructs/commit/d760efe3baec8e33df1b49415de815e2bfd128e5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the aws group across 1 directory with 11 updates
18
+
19
+ - [#1658](https://github.com/aligent/cdk-constructs/pull/1658) [`9da935e`](https://github.com/aligent/cdk-constructs/commit/9da935eaf79dd4fa6a07fc1d183fbe04c5c74501) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
20
+
21
+ - [#1664](https://github.com/aligent/cdk-constructs/pull/1664) [`20fdd64`](https://github.com/aligent/cdk-constructs/commit/20fdd64200489101ba89ff76ab5564ed60bab0f7) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 4 updates
22
+
3
23
  ## 1.7.7
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aligent/cdk-header-change-detection",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
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",
@@ -20,16 +20,16 @@
20
20
  "devDependencies": {
21
21
  "@types/jest": "^29.5.10",
22
22
  "@types/node": "^20.19.39",
23
- "aws-cdk": "^2.1019.1",
23
+ "aws-cdk": "^2.1120.0",
24
24
  "jest": "^29.7.0",
25
- "ts-jest": "^29.1.1",
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.830.0",
31
- "@aws-sdk/client-sns": "3.830.0",
32
- "axios": "^1.14.0",
30
+ "@aws-sdk/client-dynamodb": "^3.1041.0",
31
+ "@aws-sdk/client-sns": "3.1041.0",
32
+ "axios": "^1.16.0",
33
33
  "source-map-support": "^0.5.21"
34
34
  },
35
35
  "peerDependencies": {