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 8b05fdee1142e1acca25c9073430f9b03b1c3255 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 23 17:56:07 2021 -0700
npmauto: bump sinon from 11.1.1 to 11.1.2 in /chromium (#20111)
Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 11.1.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/commits)
--- updated-dependencies: - dependency-name: sinon 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/chromium/package-lock.json b/chromium/package-lock.json index b9746c5696..4ddc252565 100644 --- a/chromium/package-lock.json +++ b/chromium/package-lock.json @@ -2270,13 +2270,13 @@ "dev": true }, "sinon": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-11.1.1.tgz", - "integrity": "sha512-ZSSmlkSyhUWbkF01Z9tEbxZLF/5tRC9eojCdFh33gtQaP7ITQVaMWQHGuFM7Cuf/KEfihuh1tTl3/ABju3AQMg==", + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-11.1.2.tgz", + "integrity": "sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==", "dev": true, "requires": { "@sinonjs/commons": "^1.8.3", - "@sinonjs/fake-timers": "^7.1.0", + "@sinonjs/fake-timers": "^7.1.2", "@sinonjs/samsam": "^6.0.2", "diff": "^5.0.0", "nise": "^5.1.0",