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 35e3adb4cac4f97fad5cbc9e7495b56f3dbf8dd8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue May 10 09:45:49 2022 -0700
npmauto: bump sinon from 13.0.1 to 14.0.0 in /chromium (#20199)
Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.1 to 14.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v13.0.1...v14.0.0)
--- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- chromium/package-lock.json | 14 +++++++------- chromium/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/chromium/package-lock.json b/chromium/package-lock.json index 16edc32cae..858ba31206 100644 --- a/chromium/package-lock.json +++ b/chromium/package-lock.json @@ -316,9 +316,9 @@ } }, "@sinonjs/fake-timers": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.0.tgz", - "integrity": "sha512-M8vapsv9qQupMdzrVzkn5rb9jG7aUTEPAZdMtME2PuBaefksFZVE2C1g4LBRTkF/k3nRDNbDc5tp5NFC1PEYxA==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", + "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", "dev": true, "requires": { "@sinonjs/commons": "^1.7.0" @@ -2268,13 +2268,13 @@ "dev": true }, "sinon": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.1.tgz", - "integrity": "sha512-8yx2wIvkBjIq/MGY1D9h1LMraYW+z1X0mb648KZnKSdvLasvDu7maa0dFaNYdTDczFgbjNw2tOmWdTk9saVfwQ==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz", + "integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==", "dev": true, "requires": { "@sinonjs/commons": "^1.8.3", - "@sinonjs/fake-timers": "^9.0.0", + "@sinonjs/fake-timers": "^9.1.2", "@sinonjs/samsam": "^6.1.1", "diff": "^5.0.0", "nise": "^5.1.1", diff --git a/chromium/package.json b/chromium/package.json index e7851ffdf6..b08de095fb 100644 --- a/chromium/package.json +++ b/chromium/package.json @@ -15,7 +15,7 @@ "node-webcrypto-ossl": "^1.0.49", "nyc": "^15.1.0", "pako": "~2.0.2", - "sinon": "^13.0.0", + "sinon": "^14.0.0", "sinon-chrome": "^3.0.1", "text-encoding": "^0.7.0" },