Skip to content

Commit bf059d6

Browse files
Merge pull request Hacker0x01#2859 from Hacker0x01/dependabot/npm_and_yarn/sinon-10.0.0
chore(deps-dev): bump sinon from 9.2.4 to 10.0.0
2 parents 688b9b6 + d694291 commit bf059d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"rollup-plugin-uglify": "^6.0.4",
9797
"sass-lint": "^1.13.1",
9898
"sass-loader": "^10.0.3",
99-
"sinon": "^9.0.2",
99+
"sinon": "^10.0.0",
100100
"slugify": "^1.3.4",
101101
"style-loader": "^2.0.0",
102102
"webpack": "^4.39.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,10 +6891,10 @@ nice-try@^1.0.4:
68916891
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
68926892
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
68936893

6894-
nise@^4.0.4:
6895-
version "4.0.4"
6896-
resolved "https://registry.yarnpkg.com/nise/-/nise-4.0.4.tgz#d73dea3e5731e6561992b8f570be9e363c4512dd"
6897-
integrity sha512-bTTRUNlemx6deJa+ZyoCUTRvH3liK5+N6VQZ4NIw90AgDXY6iPnsqplNFf6STcj+ePk0H/xqxnP75Lr0J0Fq3A==
6894+
nise@^4.1.0:
6895+
version "4.1.0"
6896+
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
6897+
integrity sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==
68986898
dependencies:
68996899
"@sinonjs/commons" "^1.7.0"
69006900
"@sinonjs/fake-timers" "^6.0.0"
@@ -8923,16 +8923,16 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
89238923
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
89248924
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
89258925

8926-
sinon@^9.0.2:
8927-
version "9.2.4"
8928-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.4.tgz#e55af4d3b174a4443a8762fa8421c2976683752b"
8929-
integrity sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==
8926+
sinon@^10.0.0:
8927+
version "10.0.0"
8928+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
8929+
integrity sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==
89308930
dependencies:
89318931
"@sinonjs/commons" "^1.8.1"
89328932
"@sinonjs/fake-timers" "^6.0.1"
89338933
"@sinonjs/samsam" "^5.3.1"
89348934
diff "^4.0.2"
8935-
nise "^4.0.4"
8935+
nise "^4.1.0"
89368936
supports-color "^7.1.0"
89378937

89388938

0 commit comments

Comments
 (0)