@aligent/cdk-header-change-detection 1.7.5 → 1.7.6

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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @aligent/cdk-header-change-detection
2
2
 
3
+ ## 1.7.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1622](https://github.com/aligent/cdk-constructs/pull/1622) [`57b9148`](https://github.com/aligent/cdk-constructs/commit/57b9148b8ed80bcc40ee5c7461b353289b87f659) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump the dev-tools group across 1 directory with 4 updates
8
+
9
+ - [#1633](https://github.com/aligent/cdk-constructs/pull/1633) [`9276087`](https://github.com/aligent/cdk-constructs/commit/927608749f1ac2340e0e2f758ba3ccf02e54d405) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix 5 security issues in yaml, minimatch, ajv
10
+
11
+ - [#1634](https://github.com/aligent/cdk-constructs/pull/1634) [`38d563f`](https://github.com/aligent/cdk-constructs/commit/38d563f2b5d67401b1234736f11cee446e5ae7d7) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
12
+
13
+ - [#1635](https://github.com/aligent/cdk-constructs/pull/1635) [`a7baabb`](https://github.com/aligent/cdk-constructs/commit/a7baabbc02ba92979755b5fdff63aade4718c5e6) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the other-dependencies group across 1 directory with 4 updates
14
+
15
+ - [#1636](https://github.com/aligent/cdk-constructs/pull/1636) [`6805acb`](https://github.com/aligent/cdk-constructs/commit/6805acbb180625de5a494fd2fe11827520a77b76) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix security issue in aws-cdk-lib via minor version upgrade from 2.235.1 to 2.245.0
16
+
17
+ - [#1644](https://github.com/aligent/cdk-constructs/pull/1644) [`c6ed076`](https://github.com/aligent/cdk-constructs/commit/c6ed076a549842368da74eedb974cdab20764abe) Thanks [@aikido-autofix](https://github.com/apps/aikido-autofix)! - [Aikido] Fix critical issue in axios via minor version upgrade from 1.14.0 to 1.15.0
18
+
19
+ - [#1638](https://github.com/aligent/cdk-constructs/pull/1638) [`7a8d347`](https://github.com/aligent/cdk-constructs/commit/7a8d3470b97fbdc769f18d55ce1c1a35b96cdf18) Thanks [@TheOrangePuff](https://github.com/TheOrangePuff)! - Update constructs peer dependency from ^10.3.0/^10.4.2 to ^10.5.0 to match aws-cdk-lib@2.245.0 requirements
20
+
3
21
  ## 1.7.5
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aligent/cdk-header-change-detection",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
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,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/jest": "^29.5.10",
22
- "@types/node": "^20.19.33",
22
+ "@types/node": "^20.19.39",
23
23
  "aws-cdk": "^2.1019.1",
24
24
  "jest": "^29.7.0",
25
25
  "ts-jest": "^29.1.1",
@@ -29,11 +29,11 @@
29
29
  "dependencies": {
30
30
  "@aws-sdk/client-dynamodb": "^3.830.0",
31
31
  "@aws-sdk/client-sns": "3.830.0",
32
- "axios": "^1.8.3",
32
+ "axios": "^1.14.0",
33
33
  "source-map-support": "^0.5.21"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "aws-cdk-lib": "^2.168.0",
37
- "constructs": "^10.4.2"
37
+ "constructs": "^10.5.0"
38
38
  }
39
39
  }