Skip to content

Commit bb39525

Browse files
authored
Merge pull request #40 from aws-solutions-library-samples/update-deps
[Break Glass] Update dependency
2 parents d15b0b7 + 8a79f9c commit bb39525

File tree

4 files changed

+105
-55
lines changed

4 files changed

+105
-55
lines changed

docs/Gemfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ GEM
1616
google-protobuf (3.25.5-x86_64-darwin)
1717
google-protobuf (3.25.5-x86_64-linux)
1818
http_parser.rb (0.8.0)
19-
i18n (1.14.5)
19+
i18n (1.14.6)
2020
concurrent-ruby (~> 1.0)
21-
jekyll (4.3.3)
21+
jekyll (4.3.4)
2222
addressable (~> 2.4)
2323
colorator (~> 1.0)
2424
em-websocket (~> 0.5)
@@ -63,18 +63,16 @@ GEM
6363
rb-fsevent (0.11.2)
6464
rb-inotify (0.11.1)
6565
ffi (~> 1.0)
66-
rexml (3.3.6)
67-
strscan
68-
rouge (4.3.0)
66+
rexml (3.3.9)
67+
rouge (4.4.0)
6968
safe_yaml (1.0.5)
7069
sass-embedded (1.69.5)
7170
google-protobuf (~> 3.23)
7271
rake (>= 13.0.0)
73-
strscan (3.1.0)
7472
terminal-table (3.0.2)
7573
unicode-display_width (>= 1.1.1, < 3)
76-
unicode-display_width (2.5.0)
77-
webrick (1.8.2)
74+
unicode-display_width (2.6.0)
75+
webrick (1.9.0)
7876

7977
PLATFORMS
8078
arm64-darwin

package-lock.json

Lines changed: 94 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"deploy": "npx cdk deploy --no-rollback --require-approval never"
1010
},
1111
"devDependencies": {
12-
"@types/node": "20.14.9",
13-
"aws-cdk": "2.147.3",
12+
"@types/node": "22.8.6",
13+
"aws-cdk": "2.162.1",
1414
"ts-node": "^10.9.1",
1515
"typescript": "~5.5.2"
1616
},
1717
"dependencies": {
18-
"@aws-quickstart/eks-blueprints": "1.15.1",
18+
"@aws-quickstart/eks-blueprints": "1.16.2",
1919
"@types/lodash": "^4.14.197",
20-
"aws-cdk-lib": "2.147.3",
20+
"aws-cdk-lib": "2.162.1",
2121
"constructs": "^10.0.0",
2222
"source-map-support": "^0.5.21",
2323
"yaml": "^2.3.2"

0 commit comments

Comments
 (0)