From 6e69e963164d2b1e40062923da807368c85ebe2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:57:09 +0100 Subject: [PATCH] Bump @octokit/fixtures from 23.0.0 to 23.1.1 (#210) Bumps [@octokit/fixtures](https://github.com/octokit/fixtures) from 23.0.0 to 23.1.1. - [Release notes](https://github.com/octokit/fixtures/releases) - [Commits](https://github.com/octokit/fixtures/compare/v23.0.0...v23.1.1) --- updated-dependencies: - dependency-name: "@octokit/fixtures" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 afad639..388e283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "xml-js": "1.6.11" }, "devDependencies": { - "@octokit/fixtures": "23.0.0", + "@octokit/fixtures": "23.1.1", "@vercel/ncc": "0.38.1", "enzyme": "3.11.0", "eslint": "9.11.1", @@ -1385,9 +1385,9 @@ } }, "node_modules/@octokit/fixtures": { - "version": "23.0.0", - "resolved": "https://registry.npmjs.org/@octokit/fixtures/-/fixtures-23.0.0.tgz", - "integrity": "sha512-D+MVWOOEFJXXdG+W3wj4GybGXiRhAJwNcuMdbUG6CdGNDZuWPfBg25rXn7jIzB0DL+qVufsAbnMy4J+tchrfsw==", + "version": "23.1.1", + "resolved": "https://registry.npmjs.org/@octokit/fixtures/-/fixtures-23.1.1.tgz", + "integrity": "sha512-smLMM28wXjZWzS6yKZaL/4tPstPrCDyMp4/YexYJpoIiNZ/NhE4U2vYcLbh2UKPoKXmm9Q2wljTm1Iqa2JYKew==", "dev": true, "dependencies": { "json-diff": "^1.0.0", diff --git a/package.json b/package.json index 2ee1a45..3e252ae 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "xml-js": "1.6.11" }, "devDependencies": { - "@octokit/fixtures": "23.0.0", + "@octokit/fixtures": "23.1.1", "@vercel/ncc": "0.38.1", "enzyme": "3.11.0", "eslint": "9.11.1",