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 88905ce8f0eddac23982999f6f51d436d3367085 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jan 4 11:50:58 2022 -0800
npmauto: bump codemirror from 5.64.0 to 5.65.0 in /chromium (#20166)
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.64.0 to 5.65.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.64.0...5.65.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 6de43ebfb3..df1cd57f58 100644 --- a/chromium/package-lock.json +++ b/chromium/package-lock.json @@ -639,9 +639,9 @@ } }, "codemirror": { - "version": "5.64.0", - "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.64.0.tgz", - "integrity": "sha512-fqr6CtDQdJ6iNMbD8NX2gH2G876nNDk+TO1rrYkgWnqQdO3O1Xa9tK6q+psqhJJgE5SpbaDcgdfLmukoUVE8pg==", + "version": "5.65.0", + "resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.0.tgz", + "integrity": "sha512-gWEnHKEcz1Hyz7fsQWpK7P0sPI2/kSkRX2tc7DFA6TmZuDN75x/1ejnH/Pn8adYKrLEA1V2ww6L00GudHZbSKw==", "dev": true }, "color-convert": { diff --git a/chromium/package.json b/chromium/package.json index f225dddecb..e4c56cfd35 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.64.0", + "codemirror": "~5.65.0", "fetch-mock": "^9.10.7", "mocha": "^9.0.0", "nan": "^2.14.1",