Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-10-03 13:48:22 +0300
committerGitHub <noreply@github.com>2020-10-03 13:48:22 +0300
commit734c479574c5b0e434900aaf04527fa37932b7d3 (patch)
tree02457932ce0c101e67226ba927ad8d472fd73699 /package-lock.json
parent5e44831b456d8fdb0cda5179ae54440ffda1a7cb (diff)
parent6e93c1fbd43d2ed72260e32fd4a41714e015e62b (diff)
Merge pull request #23149 from nextcloud/dependabot/npm_and_yarn/sinon-9.1.0
Bump sinon from 9.0.3 to 9.1.0
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 99db9f54b3e..242b2c7ee8e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5746,9 +5746,9 @@
"integrity": "sha512-ARADHortktl9IZ1tr4GHwGPIAzgz3mLNCbR/YjWtRtc/O0o634O3NeFlpLjv95EvuDA5dc8z6yfgbS8nUc4zcQ=="
},
"just-extend": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.0.tgz",
- "integrity": "sha512-ApcjaOdVTJ7y4r08xI5wIqpvwS48Q0PBG4DJROcEkH1f8MdAiNFyFxz3xoL0LWAVwjrwPYZdVHHxhRHcx/uGLA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.1.1.tgz",
+ "integrity": "sha512-aWgeGFW67BP3e5181Ep1Fv2v8z//iBJfrvyTnq8wG86vEESwmonn1zPBJ0VfmT9CJq2FIT0VsETtrNFm2a+SHA==",
"dev": true
},
"kind-of": {
@@ -8198,9 +8198,9 @@
"dev": true
},
"sinon": {
- "version": "9.0.3",
- "resolved": "https://registry.npmjs.org/sinon/-/sinon-9.0.3.tgz",
- "integrity": "sha512-IKo9MIM111+smz9JGwLmw5U1075n1YXeAq8YeSFlndCLhAL5KGn6bLgu7b/4AYHTV/LcEMcRm2wU2YiL55/6Pg==",
+ "version": "9.1.0",
+ "resolved": "https://registry.npmjs.org/sinon/-/sinon-9.1.0.tgz",
+ "integrity": "sha512-9zQShgaeylYH6qtsnNXlTvv0FGTTckuDfHBi+qhgj5PvW2r2WslHZpgc3uy3e/ZAoPkqaOASPi+juU6EdYRYxA==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.7.2",