Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2021-07-27 22:26:09 +00:00
parent 3ba511a8f1
commit 1c4c64199f
175 changed files with 13227 additions and 15136 deletions

82
node_modules/sinon/package.json generated vendored
View file

@ -1,7 +1,21 @@
{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "9.0.2",
"keywords": [
"sinon",
"test",
"testing",
"unit",
"stub",
"spy",
"fake",
"time",
"clock",
"mock",
"xhr",
"assert"
],
"version": "11.1.2",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
@ -27,19 +41,19 @@
"test-esm-bundle": "node test/es2015/check-esm-bundle-is-runnable.js",
"test-docker-image": "docker-compose up",
"test-runnable-examples": "docs/release-source/release/examples/run-test.sh",
"test": "run-s test-node test-headless test-webworker test-esm",
"test": "npm run test-node && npm run test-headless && npm run test-webworker && npm run test-esm",
"check-dependencies": "dependency-check package.json --no-dev --ignore-module esm",
"build": "node ./build.js",
"build-docs": "cd docs; bundle exec jekyll build",
"serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose",
"lint": "run-p lint-js lint-markdown",
"lint-js": "eslint '**/*.{js,mjs}'",
"lint-markdown": "scripts/lint-markdown.sh",
"lint": "eslint '**/*.{js,mjs}'",
"pretest-webworker": "npm run build",
"prebuild": "rimraf pkg && npm run check-dependencies",
"postbuild": "npm run test-esm-bundle",
"prebuild-docs": "./scripts/update-compatibility.js",
"prepublishOnly": "npm run build",
"prettier": "prettier lib/**/*.js test/**/*.js",
"prettier:check": "prettier --check '**/*.{js,css,md}'",
"prettier:write": "prettier --write '**/*.{js,css,md}'",
"preversion": "./scripts/preversion.sh",
"postversion": "./scripts/postversion.sh"
},
@ -52,47 +66,41 @@
]
},
"lint-staged": {
"*.js": "eslint",
"*.mjs": "eslint --ext mjs --parser-options=sourceType:module",
"docs/**/*.md": "markdownlint"
"*.{js,css,md}": "prettier --check",
"*.js": "eslint --quiet",
"*.mjs": "eslint --quiet --ext mjs --parser-options=sourceType:module"
},
"dependencies": {
"@sinonjs/commons": "^1.7.2",
"@sinonjs/fake-timers": "^6.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"
"@sinonjs/commons": "^1.8.3",
"@sinonjs/fake-timers": "^7.1.2",
"@sinonjs/samsam": "^6.0.2",
"diff": "^5.0.0",
"nise": "^5.1.0",
"supports-color": "^7.2.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@sinonjs/referee": "^4.0.0",
"@babel/core": "^7.14.3",
"@sinonjs/eslint-config": "^4.0.2",
"@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.1",
"@sinonjs/referee": "^8.0.2",
"babel-plugin-istanbul": "^6.0.0",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"browserify": "^16.5.2",
"debug": "^4.3.1",
"dependency-check": "^4.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-sinon": "^3.0.0",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-local-rules": "^0.1.0",
"eslint-plugin-mocha": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"esm": "^3.2.25",
"husky": "^4.2.1",
"lint-staged": "^10.0.7",
"markdownlint-cli": "^0.22.0",
"mocha": "^6.2.0",
"mochify": "^6.6.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"prettier": "^1.18.2",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"mocha": "^8.4.0",
"mochify": "^7.1.1",
"nyc": "^15.1.0",
"prettier": "^2.3.0",
"proxyquire": "^2.1.3",
"proxyquire-universal": "^2.1.0",
"proxyquire-universal": "^3.0.1",
"proxyquireify": "^3.2.1",
"puppeteer": "^2.1.0",
"rimraf": "^3.0.0"
"puppeteer": "^9.1.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4"
},
"files": [
"lib",