Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/parser": "^8.18.0",
"aws-cdk": "^2.1023.0",
"cdk-nag": "^2.36.38",
"eslint": "^9.31.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-simple-import-sort": "^12.1.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,10 +498,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.31.0":
version: 9.31.0
resolution: "@eslint/js@npm:9.31.0"
checksum: 10c0/f9d4c73d0fafe70679a418cbb25ab7ebcc8f1dba6c32456d6f8ba5a137d583ecff233cfe10f61f41d7d4d2220e94cff1f39fc7ed1fa3819d1888dee1cad678ea
"@eslint/js@npm:9.32.0":
version: 9.32.0
resolution: "@eslint/js@npm:9.32.0"
checksum: 10c0/f71e8f9146638d11fb15238279feff98801120a4d4130f1c587c4f09b024ff5ec01af1ba88e97ba6b7013488868898a668f77091300cc3d4394c7a8ed32d2667
languageName: node
linkType: hard

Expand All @@ -519,7 +519,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.3.1":
"@eslint/plugin-kit@npm:^0.3.4":
version: 0.3.4
resolution: "@eslint/plugin-kit@npm:0.3.4"
dependencies:
Expand Down Expand Up @@ -1550,7 +1550,7 @@ __metadata:
aws-cdk-lib: "npm:^2.206.0"
cdk-nag: "npm:^2.36.38"
constructs: "npm:^10.4.2"
eslint: "npm:^9.31.0"
eslint: "npm:^9.32.0"
eslint-config-prettier: "npm:^10.1.5"
eslint-plugin-prettier: "npm:^5.2.6"
eslint-plugin-simple-import-sort: "npm:^12.1.1"
Expand Down Expand Up @@ -2151,18 +2151,18 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.31.0":
version: 9.31.0
resolution: "eslint@npm:9.31.0"
"eslint@npm:^9.32.0":
version: 9.32.0
resolution: "eslint@npm:9.32.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.21.0"
"@eslint/config-helpers": "npm:^0.3.0"
"@eslint/core": "npm:^0.15.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.31.0"
"@eslint/plugin-kit": "npm:^0.3.1"
"@eslint/js": "npm:9.32.0"
"@eslint/plugin-kit": "npm:^0.3.4"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.4.2"
Expand Down Expand Up @@ -2197,7 +2197,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/3fd1cd5b38b907ecb3f5e7537ab91204efb38bc1ad0ca6e46fc4112f13b594272ff56e641b41580049bc333fbcb5b1b99ca9a542e8406e7da5e951068cbaec77
checksum: 10c0/e8a23924ec5f8b62e95483002ca25db74e25c23bd9c6d98a9f656ee32f820169bee3bfdf548ec728b16694f198b3db857d85a49210ee4a035242711d08fdc602
languageName: node
linkType: hard

Expand Down
Loading