From 4cb917da8104390b90460cf121e0219dda4d4f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jan 2025 06:23:07 +0000 Subject: [PATCH] fix: upgrade @pulumi/azure-native from 2.75.0 to 2.77.0 Snyk has created this PR to upgrade @pulumi/azure-native from 2.75.0 to 2.77.0. See this package in npm: @pulumi/azure-native See this project in Snyk: https://app.snyk.io/org/baoduy/project/0a8c1ef3-532e-4ee3-ae24-3304046fbe4a?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 9ef973a..2ccd4ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@drunk-pulumi/azure-providers": "^1.0.7", - "@pulumi/azure-native": "^2.75.0", + "@pulumi/azure-native": "^2.77.0", "@pulumi/azuread": "6.0.1", "@pulumi/pulumi": "^3.142.0", "@pulumi/random": "^4.16.7", @@ -2046,9 +2046,9 @@ "integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==" }, "node_modules/@pulumi/azure-native": { - "version": "2.75.0", - "resolved": "https://registry.npmjs.org/@pulumi/azure-native/-/azure-native-2.75.0.tgz", - "integrity": "sha512-paqXBljZdgyrZeD31izD9yDkdBjcad9BxerOaF+Ullxhm2/MaY7QltS01zSF0BVSZ9jAoHgoGsZu7SXJXWGN5A==", + "version": "2.77.0", + "resolved": "https://registry.npmjs.org/@pulumi/azure-native/-/azure-native-2.77.0.tgz", + "integrity": "sha512-I/2EguuZVDhI0MBhsie3e1sqO5HCQnxoULdKZ/pJRCjPyqrurmpBWN7cDERubNd3nZeA8R0Yq8sTq7WBAWMgCA==", "license": "Apache-2.0", "dependencies": { "@pulumi/pulumi": "^3.136.0" diff --git a/package.json b/package.json index 9edbfcd..6815acd 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "dependencies": { "@drunk-pulumi/azure-providers": "^1.0.7", - "@pulumi/azure-native": "^2.75.0", + "@pulumi/azure-native": "^2.77.0", "@pulumi/azuread": "6.0.1", "@pulumi/pulumi": "^3.142.0", "@pulumi/random": "^4.16.7",