From 54c26513fa1ef2361eef6a7fd23ec547c0911e7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Apr 2024 18:43:15 +0000 Subject: [PATCH] fix: upgrade @actions/cache from 3.2.3 to 3.2.4 Snyk has created this PR to upgrade @actions/cache from 3.2.3 to 3.2.4. See this package in npm: https://www.npmjs.com/package/@actions/cache See this project in Snyk: https://app.snyk.io/org/supratik-Ndur7BV9GgBxxTx4ZsDGzW/project/3ed4d13c-e2b1-4328-8ade-10fe6b10edbb?utm_source=github&utm_medium=referral&page=upgrade-pr --- sources/package-lock.json | 14 +++++++------- sources/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/package-lock.json b/sources/package-lock.json index 0107b4b6..75c585bc 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@actions/artifact": "2.1.0", - "@actions/cache": "3.2.3", + "@actions/cache": "^3.2.4", "@actions/core": "1.10.1", "@actions/exec": "1.1.1", "@actions/github": "6.0.0", @@ -195,9 +195,9 @@ } }, "node_modules/@actions/cache": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.2.3.tgz", - "integrity": "sha512-m8KvmcD+JxSLOfNUXuBF2jL0Lp+co/Fhbf0NTt0M9lz61WnXRdqpIGrOvTRZmKIl+7HaHil6kGE3fkEfrKQCQA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.2.4.tgz", + "integrity": "sha512-RuHnwfcDagtX+37s0ZWy7clbOfnZ7AlDJQ7k/9rzt2W4Gnwde3fa/qjSjVuz4vLcLIpc7fUob27CMrqiWZytYA==", "dependencies": { "@actions/core": "^1.10.0", "@actions/exec": "^1.0.1", @@ -9242,9 +9242,9 @@ } }, "@actions/cache": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.2.3.tgz", - "integrity": "sha512-m8KvmcD+JxSLOfNUXuBF2jL0Lp+co/Fhbf0NTt0M9lz61WnXRdqpIGrOvTRZmKIl+7HaHil6kGE3fkEfrKQCQA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@actions/cache/-/cache-3.2.4.tgz", + "integrity": "sha512-RuHnwfcDagtX+37s0ZWy7clbOfnZ7AlDJQ7k/9rzt2W4Gnwde3fa/qjSjVuz4vLcLIpc7fUob27CMrqiWZytYA==", "requires": { "@actions/core": "^1.10.0", "@actions/exec": "^1.0.1", diff --git a/sources/package.json b/sources/package.json index a01dd610..ec5c2f95 100644 --- a/sources/package.json +++ b/sources/package.json @@ -29,7 +29,7 @@ "license": "MIT", "dependencies": { "@actions/artifact": "2.1.0", - "@actions/cache": "3.2.3", + "@actions/cache": "3.2.4", "@actions/core": "1.10.1", "@actions/exec": "1.1.1", "@actions/github": "6.0.0",