From 7c48c8840845b796917f3fbafad3c31b0d7a66e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 03:36:53 +0000 Subject: [PATCH 1/2] Bump @github/memoize from 1.1.4 to 1.1.5 Bumps [@github/memoize](https://github.com/github/memoize) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/github/memoize/releases) - [Commits](https://github.com/github/memoize/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: "@github/memoize" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84fa818..415f19e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@github/memoize": "^1.1.4", + "@github/memoize": "^1.1.5", "@octokit/plugin-retry": "^4.1.1", "@octokit/plugin-throttling": "^5.0.1", "js-yaml": "^4.1.0", @@ -889,9 +889,9 @@ } }, "node_modules/@github/memoize": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@github/memoize/-/memoize-1.1.4.tgz", - "integrity": "sha512-vOit9+QtjnBkdZUvi32aa/qRJdvnHW9Or3CcRJLuRAmSKO/BXtc7PYzqRivbfl2nGZV9rL6fvGp+lBodovZ0Fw==" + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@github/memoize/-/memoize-1.1.5.tgz", + "integrity": "sha512-vshxea2ES/8q6NkZKWcv7mlaUWPHGKFmZpbdZX3vL5Nr9ZRSeR3fZDf6X4ZAv75D523l/6N+0EEhyErcZuEsIg==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.13", @@ -8478,9 +8478,9 @@ "dev": true }, "@github/memoize": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@github/memoize/-/memoize-1.1.4.tgz", - "integrity": "sha512-vOit9+QtjnBkdZUvi32aa/qRJdvnHW9Or3CcRJLuRAmSKO/BXtc7PYzqRivbfl2nGZV9rL6fvGp+lBodovZ0Fw==" + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@github/memoize/-/memoize-1.1.5.tgz", + "integrity": "sha512-vshxea2ES/8q6NkZKWcv7mlaUWPHGKFmZpbdZX3vL5Nr9ZRSeR3fZDf6X4ZAv75D523l/6N+0EEhyErcZuEsIg==" }, "@humanwhocodes/config-array": { "version": "0.11.13", diff --git a/package.json b/package.json index a7385d6..7f223b0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@github/memoize": "^1.1.4", + "@github/memoize": "^1.1.5", "@octokit/plugin-retry": "^4.1.1", "@octokit/plugin-throttling": "^5.0.1", "js-yaml": "^4.1.0", From c5f12ee5eb99eff195768978fb91fc0a06801733 Mon Sep 17 00:00:00 2001 From: Brian Surowiec Date: Tue, 19 Nov 2024 22:37:55 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256ccc7..61fb953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -- Bumped `@github/memoize` from 1.1.1 to 1.1.4 +- Bumped `@github/memoize` from 1.1.1 to 1.1.5 - Bumped `@octokit/plugin-retry` from 3.0.9 to 4.1.1 - Bumped `@octokit/plugin-throttling` from 4.3.1 to 5.0.1