Skip to content

Commit 2cd00f3

Browse files
Merge branch 'master' of github.com:barecheck/code-coverage-action
2 parents ca1f4e1 + 5a1d9ad commit 2cd00f3

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lcov-parse": "^1.0.0"
1010
},
1111
"devDependencies": {
12-
"@vercel/ncc": "^0.27.0",
12+
"@vercel/ncc": "^0.28.3",
1313
"chai": "^4.3.4",
1414
"eslint": "^7.24.0",
1515
"eslint-config-barecheck-base": "^0.4.0",
1616
"mocha": "^8.3.2",
1717
"nyc": "^15.1.0",
1818
"prettier": "^2.2.1",
1919
"proxyquire": "^2.1.3",
20-
"sinon": "^9.2.4"
20+
"sinon": "^10.0.0"
2121
},
2222
"scripts": {
2323
"build": "ncc build src/index.js --license licenses.txt",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,10 @@
383383
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
384384
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
385385

386-
"@vercel/ncc@^0.27.0":
387-
version "0.27.0"
388-
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.27.0.tgz#c0cfeebb0bebb56052719efa4a0ecc090a932c76"
389-
integrity sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==
386+
"@vercel/ncc@^0.28.3":
387+
version "0.28.3"
388+
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.28.3.tgz#9461bdbf334d616759b0e7e5415e2f480b9aa30f"
389+
integrity sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==
390390

391391
acorn-jsx@^5.3.1:
392392
version "5.3.1"
@@ -1786,7 +1786,7 @@ natural-compare@^1.4.0:
17861786
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
17871787
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
17881788

1789-
nise@^4.0.4:
1789+
nise@^4.1.0:
17901790
version "4.1.0"
17911791
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
17921792
integrity sha512-eQMEmGN/8arp0xsvGoQ+B1qvSkR73B1nWSCh7nOt5neMCtwcQVYQGdzQMhcNscktTsWB54xnlSQFzOAPJD8nXA==
@@ -2254,16 +2254,16 @@ signal-exit@^3.0.2:
22542254
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
22552255
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
22562256

2257-
sinon@^9.2.4:
2258-
version "9.2.4"
2259-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.4.tgz#e55af4d3b174a4443a8762fa8421c2976683752b"
2260-
integrity sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==
2257+
sinon@^10.0.0:
2258+
version "10.0.0"
2259+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
2260+
integrity sha512-XAn5DxtGVJBlBWYrcYKEhWCz7FLwZGdyvANRyK06419hyEpdT0dMc5A8Vcxg5SCGHc40CsqoKsc1bt1CbJPfNw==
22612261
dependencies:
22622262
"@sinonjs/commons" "^1.8.1"
22632263
"@sinonjs/fake-timers" "^6.0.1"
22642264
"@sinonjs/samsam" "^5.3.1"
22652265
diff "^4.0.2"
2266-
nise "^4.0.4"
2266+
nise "^4.1.0"
22672267
supports-color "^7.1.0"
22682268

22692269
slice-ansi@^4.0.0:

0 commit comments

Comments
 (0)