Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#79)
Browse files Browse the repository at this point in the history
Upgrades project dependencies. The following changes were made:
```diff
diff --git a/package.json b/package.json
index bd4775f..1110707 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
     "@typescript-eslint/parser": "^8.16.0",
     "aws-cdk": "2.171.1",
     "cdk-dia": "^0.11.0",
-    "cdk-nag": "^2.34.11",
+    "cdk-nag": "^2.34.12",
     "esbuild": "^0.24.0",
     "eslint": "^9.16.0",
     "eslint-plugin-import": "^2.31.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 6fb3864..f0310d4 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -70,8 +70,8 @@ importers:
         specifier: ^0.11.0
         version: 0.11.0(@aws-cdk/[email protected])(@aws-cdk/[email protected](@aws-cdk/[email protected]))(@aws-cdk/[email protected])([email protected])
       cdk-nag:
-        specifier: ^2.34.11
-        version: 2.34.11([email protected]([email protected]))([email protected])
+        specifier: ^2.34.12
+        version: 2.34.12([email protected]([email protected]))([email protected])
       esbuild:
         specifier: ^0.24.0
         version: 0.24.0
@@ -1334,8 +1334,8 @@ packages:
   '@udondan/[email protected]':
     resolution: {integrity: sha512-Sc8lNnubj2NtH6zj13K8ADohTnwvXBSp6NWV0LDvia/xfIGHvOhKOHjL7AM9+5lVL3LcIHl85mwpn9LYYhyxuw==}
 
-  '@vitest/[email protected]':
-    resolution: {integrity: sha512-iv9K9fz9qRxBo9J/PGSMcLdOFIKqtFZ6THqSVG/jW8CJZFkIWLxPduCTXkbyG6FNKgL49fkv348nSgmfqCU6FA==}
+  '@vitest/[email protected]':
+    resolution: {integrity: sha512-oabbCT4fCQfmFNtH2UuDfHx1d7dzi+VD3qwCpBfECfyzQq/Re9u7qTtE2WqV/hAuAOALw3ZVRiub2mXmpTyn/Q==}
     peerDependencies:
       '@typescript-eslint/utils': '>= 8.0'
       eslint: '>= 8.57.0'
@@ -1584,8 +1584,8 @@ packages:
       aws-cdk-lib: ^2.0.0
       constructs: ^10.0.0
 
-  [email protected]:
-    resolution: {integrity: sha512-7lSNzIDumnVsBAM2Sor6fjPBREHf01ZXUJLHuzt5Pu1xjVAqYBEkplBOSfI0K3576L4TXIlE2nTdaGDu0+sGQA==}
+  [email protected]:
+    resolution: {integrity: sha512-81Be6u+MXA0vbR0TfSCkw5OSoYSZK/7WMZUjF/0nRqc7q1fLLpwetEaNUU7xsx1j97aIIN0ehH5NOXtbA0k7tQ==}
     peerDependencies:
       aws-cdk-lib: ^2.156.0
       constructs: ^10.0.5
@@ -3754,7 +3754,7 @@ snapshots:
       '@stylistic/eslint-plugin': 2.11.0([email protected])([email protected])
       '@typescript-eslint/eslint-plugin': 8.16.0(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])
       '@typescript-eslint/parser': 8.16.0([email protected])([email protected])
-      '@vitest/eslint-plugin': 1.1.12(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])
+      '@vitest/eslint-plugin': 1.1.13(@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])
       eslint: 9.16.0
       eslint-config-flat-gitignore: 0.3.0([email protected])
       eslint-flat-config-utils: 0.4.0
@@ -5525,7 +5525,7 @@ snapshots:
 
   '@udondan/[email protected]': {}
 
-  '@vitest/[email protected](@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])':
+  '@vitest/[email protected](@typescript-eslint/[email protected]([email protected])([email protected]))([email protected])([email protected])':
     dependencies:
       '@typescript-eslint/utils': 8.16.0([email protected])([email protected])
       eslint: 9.16.0
@@ -5852,7 +5852,7 @@ snapshots:
       constructs: 10.4.2
       regex-parser: 2.3.0
 
-  [email protected]([email protected]([email protected]))([email protected]):
+  [email protected]([email protected]([email protected]))([email protected]):
     dependencies:
       aws-cdk-lib: 2.171.1([email protected])
       constructs: 10.4.2
```
  • Loading branch information
pgollucci authored Dec 1, 2024
1 parent 4a082e9 commit 3d8339d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^8.16.0",
"aws-cdk": "2.171.1",
"cdk-dia": "^0.11.0",
"cdk-nag": "^2.34.11",
"cdk-nag": "^2.34.12",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d8339d

Please sign in to comment.