diff --git a/download-artifacts/package-lock.json b/download-artifacts/package-lock.json index cfe0323b..49e70a32 100644 --- a/download-artifacts/package-lock.json +++ b/download-artifacts/package-lock.json @@ -9,7 +9,7 @@ "@actions/core": "1.10.1", "@actions/github": "6.0.0", "adm-zip": "0.5.10", - "filesize": "10.0.12" + "filesize": "10.1.0" } }, "node_modules/@actions/core": { @@ -188,9 +188,9 @@ "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" }, "node_modules/filesize": { - "version": "10.0.12", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.0.12.tgz", - "integrity": "sha512-6RS9gDchbn+qWmtV2uSjo5vmKizgfCQeb5jKmqx8HyzA3MoLqqyQxN+QcjkGBJt7FjJ9qFce67Auyya5rRRbpw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-10.1.0.tgz", + "integrity": "sha512-GTLKYyBSDz3nPhlLVPjPWZCnhkd9TrrRArNcy8Z+J2cqScB7h2McAzR6NBX6nYOoWafql0roY8hrocxnZBv9CQ==", "engines": { "node": ">= 10.4.0" } diff --git a/download-artifacts/package.json b/download-artifacts/package.json index 3cf8792e..bafd49ed 100644 --- a/download-artifacts/package.json +++ b/download-artifacts/package.json @@ -5,6 +5,6 @@ "@actions/core": "1.10.1", "@actions/github": "6.0.0", "adm-zip": "0.5.10", - "filesize": "10.0.12" + "filesize": "10.1.0" } } diff --git a/get-keyvault-secrets/package-lock.json b/get-keyvault-secrets/package-lock.json index b867d334..819034dd 100644 --- a/get-keyvault-secrets/package-lock.json +++ b/get-keyvault-secrets/package-lock.json @@ -14,7 +14,7 @@ "azure-actions-webclient": "1.1.1" }, "devDependencies": { - "@types/node": "20.7.0", + "@types/node": "20.9.2", "typescript": "5.2.2" } }, @@ -49,10 +49,13 @@ "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==" }, "node_modules/@types/node": { - "version": "20.7.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.7.0.tgz", - "integrity": "sha512-zI22/pJW2wUZOVyguFaUL1HABdmSVxpXrzIqkjsHmyUjNhPoWM1CKfvVuXfetHhIok4RY573cqS0mZ1SJEnoTg==", - "dev": true + "version": "20.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", + "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/available-typed-arrays": { "version": "1.0.5", @@ -334,6 +337,12 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", diff --git a/get-keyvault-secrets/package.json b/get-keyvault-secrets/package.json index 0df39b8b..cf6d7ff5 100644 --- a/get-keyvault-secrets/package.json +++ b/get-keyvault-secrets/package.json @@ -10,7 +10,7 @@ "author": "Romil Goyal", "license": "ISC", "devDependencies": { - "@types/node": "20.7.0", + "@types/node": "20.9.2", "typescript": "5.2.2" }, "dependencies": { diff --git a/package-lock.json b/package-lock.json index b4bccd3d..8fc0c6ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "husky": "8.0.3", "lint-staged": "15.1.0", - "prettier": "3.0.3" + "prettier": "3.1.0" } }, "node_modules/ansi-escapes": { @@ -479,9 +479,9 @@ } }, "node_modules/prettier": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", - "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/package.json b/package.json index ba15bc41..f4ac5262 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "husky": "8.0.3", "lint-staged": "15.1.0", - "prettier": "3.0.3" + "prettier": "3.1.0" }, "lint-staged": { "*": "prettier --cache --write --ignore-unknown"