From 0319decf7c8b1f3154f497c3a3109b0ebd7a2ea9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Jan 2025 01:06:29 +0000 Subject: [PATCH] chore(deps): upgrade dependencies Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/AminFazlMondo/deployable-awscdk-app-ts/actions/runs/12565667136 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 607cb39..d8fd15a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2", - "yaml": "^2.6.1" + "yaml": "^2.7.0" }, "peerDependencies": { "constructs": "^10.4.2", @@ -10298,9 +10298,9 @@ "dev": true }, "node_modules/yaml": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz", - "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", + "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", "dev": true, "license": "ISC", "bin": { diff --git a/package.json b/package.json index 75d4210..c43d366 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2", - "yaml": "^2.6.1" + "yaml": "^2.7.0" }, "peerDependencies": { "constructs": "^10.4.2",