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 9ebb20a4fbc1ebadeabe81b7fe8e34cef79cf60d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Nov 23 11:06:02 2021 -0800
npmauto: bump codemirror from 5.63.0 to 5.64.0 in /chromium (#20154)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.63.0 to 5.64.0. - [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.63.0...5.64.0)
--- updated-dependencies: - dependency-name: codemirror dependency-type: direct:development update-type: version-update:semver-minor ...
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 +++--- chromium/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chromium/package-lock.json b/chromium/package-lock.json index eaae5fbbd7..a7c49b28b2 100644 --- a/chromium/package-lock.json +++ b/chromium/package-lock.json @@ -639,9 +639,9 @@ } }, "codemirror": { - "version": "5.63.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.63.0.tgz", - "integrity": "sha512-KlLWRPggDg2rBD1Mx7/EqEhaBdy+ybBCVh/efgjBDsPpMeEu6MbTAJzIT4TuCzvmbTEgvKOGzVT6wdBTNusqrg==", + "version": "5.64.0", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.64.0.tgz", + "integrity": "sha512-fqr6CtDQdJ6iNMbD8NX2gH2G876nNDk+TO1rrYkgWnqQdO3O1Xa9tK6q+psqhJJgE5SpbaDcgdfLmukoUVE8pg==", "dev": true }, "color-convert": { diff --git a/chromium/package.json b/chromium/package.json index 9d7a331458..f225dddecb 100644 --- a/chromium/package.json +++ b/chromium/package.json @@ -8,7 +8,7 @@ "btoa": "^1.1.2", "chai": "^4.2.0", "coveralls": "^3.1.0", - "codemirror": "~5.63.0", + "codemirror": "~5.64.0", "fetch-mock": "^9.10.7", "mocha": "^9.0.0", "nan": "^2.14.1",