Browse Source

Merge pull request #19960 from nextcloud/dependabot/npm_and_yarn/sinon-9.0.1

Bump sinon from 9.0.0 to 9.0.1
tags/v19.0.0beta1
John Molakvoæ 4 years ago
parent
commit
48bdd322a2
No account linked to committer's email address
2 changed files with 9 additions and 10 deletions
  1. 8
    9
      package-lock.json
  2. 1
    1
      package.json

+ 8
- 9
package-lock.json View File

@@ -7773,14 +7773,13 @@
"dev": true
},
"nise": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/nise/-/nise-4.0.2.tgz",
"integrity": "sha512-ALDnm0pTTyeGdbg5FCpWGd58Nmp3qO8d8x+dU2Fw8lApeJTEBSjkBZZM4S8t6GpKh+czxkfM/TKxpRMroZzwOg==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/nise/-/nise-4.0.3.tgz",
"integrity": "sha512-EGlhjm7/4KvmmE6B/UFsKh7eHykRl9VH+au8dduHLCyWUO/hr7+N+WtTvDUwc9zHuM1IaIJs/0lQ6Ag1jDkQSg==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.7.0",
"@sinonjs/fake-timers": "^6.0.0",
"@sinonjs/formatio": "^5.0.1",
"@sinonjs/text-encoding": "^0.7.1",
"just-extend": "^4.0.2",
"path-to-regexp": "^1.7.0"
@@ -9592,15 +9591,15 @@
"dev": true
},
"sinon": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.0.0.tgz",
"integrity": "sha512-c4bREcvuK5VuEGyMW/Oim9I3Rq49Vzb0aMdxouFaA44QCFpilc5LJOugrX+mkrvikbqCimxuK+4cnHVNnLR41g==",
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-9.0.1.tgz",
"integrity": "sha512-iTTyiQo5T94jrOx7X7QLBZyucUJ2WvL9J13+96HMfm2CGoJYbIPqRfl6wgNcqmzk0DI28jeGx5bUTXizkrqBmg==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.7.0",
"@sinonjs/fake-timers": "^6.0.0",
"@sinonjs/formatio": "^5.0.0",
"@sinonjs/samsam": "^5.0.1",
"@sinonjs/formatio": "^5.0.1",
"@sinonjs/samsam": "^5.0.3",
"diff": "^4.0.2",
"nise": "^4.0.1",
"supports-color": "^7.1.0"

+ 1
- 1
package.json View File

@@ -111,7 +111,7 @@
"mochapack": "^1.1.13",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"sinon": "^9.0.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.5.0",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",

Loading…
Cancel
Save