This is an automated email from the git hooks/post-receive script.
alexishan pushed a commit to annotated tag 2022.5.24 in repository https-everywhere.
commit 83b3a333dfb944bd33b30a0fa62f1daca570cb98 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 1 09:59:17 2022 -0800
npmauto: bump codemirror from 5.65.0 to 5.65.1 in /chromium (#20169)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.65.0 to 5.65.1. - [Release notes](https://github.com/codemirror/CodeMirror/releases) - [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md) - [Commits](https://github.com/codemirror/CodeMirror/compare/5.65.0...5.65.1)
--- updated-dependencies: - dependency-name: codemirror dependency-type: direct:development update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- chromium/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/chromium/package-lock.json b/chromium/package-lock.json index 9dd1a204a6..ed0b5dbe32 100644 --- a/chromium/package-lock.json +++ b/chromium/package-lock.json @@ -640,9 +640,9 @@ } }, "codemirror": { - "version": "5.65.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.0.tgz", - "integrity": "sha512-gWEnHKEcz1Hyz7fsQWpK7P0sPI2/kSkRX2tc7DFA6TmZuDN75x/1ejnH/Pn8adYKrLEA1V2ww6L00GudHZbSKw==", + "version": "5.65.1", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.1.tgz", + "integrity": "sha512-s6aac+DD+4O2u1aBmdxhB7yz2XU7tG3snOyQ05Kxifahz7hoxnfxIRHxiCSEv3TUC38dIVH8G+lZH9UWSfGQxA==", "dev": true }, "color-convert": {