From c5097bfc5a276b665320e69a945a591915416de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:11:21 +0100 Subject: [PATCH] web: bump @codemirror/theme-one-dark from 6.1.0 to 6.1.1 in /web (#4722) Bumps [@codemirror/theme-one-dark](https://github.com/codemirror/theme-one-dark) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/codemirror/theme-one-dark/releases) - [Changelog](https://github.com/codemirror/theme-one-dark/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/theme-one-dark/compare/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: "@codemirror/theme-one-dark" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index dcd6776cf..4a05a7579 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -19,7 +19,7 @@ "@codemirror/lang-python": "^6.1.1", "@codemirror/lang-xml": "^6.0.2", "@codemirror/legacy-modes": "^6.3.1", - "@codemirror/theme-one-dark": "^6.1.0", + "@codemirror/theme-one-dark": "^6.1.1", "@formatjs/intl-listformat": "^7.1.7", "@fortawesome/fontawesome-free": "^6.3.0", "@goauthentik/api": "^2023.2.2-1676492932", @@ -1849,9 +1849,9 @@ "integrity": "sha512-g+3OJuRylV5qsXuuhrc6Cvs1NQluNioepYMM2fhnpYkNk7NgX+j0AFuevKSVKzTDmDyt9+Puju+zPdHNECzCNQ==" }, "node_modules/@codemirror/theme-one-dark": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.0.tgz", - "integrity": "sha512-AiTHtFRu8+vWT9wWUWDM+cog6ZwgivJogB1Tm/g40NIpLwph7AnmxrSzWfvJN5fBVufsuwBxecQCNmdcR5D7Aw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.1.tgz", + "integrity": "sha512-+CfzmScfJuD6uDF5bHJkAjWTQ2QAAHxODCPxUEgcImDYcJLT+4l5vLnBHmDVv46kCC5uUJGMrBJct2Z6JbvqyQ==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", @@ -11546,9 +11546,9 @@ "integrity": "sha512-g+3OJuRylV5qsXuuhrc6Cvs1NQluNioepYMM2fhnpYkNk7NgX+j0AFuevKSVKzTDmDyt9+Puju+zPdHNECzCNQ==" }, "@codemirror/theme-one-dark": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.0.tgz", - "integrity": "sha512-AiTHtFRu8+vWT9wWUWDM+cog6ZwgivJogB1Tm/g40NIpLwph7AnmxrSzWfvJN5fBVufsuwBxecQCNmdcR5D7Aw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@codemirror/theme-one-dark/-/theme-one-dark-6.1.1.tgz", + "integrity": "sha512-+CfzmScfJuD6uDF5bHJkAjWTQ2QAAHxODCPxUEgcImDYcJLT+4l5vLnBHmDVv46kCC5uUJGMrBJct2Z6JbvqyQ==", "requires": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", diff --git a/web/package.json b/web/package.json index 7502121cd..33f845ba9 100644 --- a/web/package.json +++ b/web/package.json @@ -63,7 +63,7 @@ "@codemirror/lang-python": "^6.1.1", "@codemirror/lang-xml": "^6.0.2", "@codemirror/legacy-modes": "^6.3.1", - "@codemirror/theme-one-dark": "^6.1.0", + "@codemirror/theme-one-dark": "^6.1.1", "@formatjs/intl-listformat": "^7.1.7", "@fortawesome/fontawesome-free": "^6.3.0", "@goauthentik/api": "^2023.2.2-1676492932",