Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-16 17:29:58 +00:00
parent 1afca056e3
commit 6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions

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

@ -15,7 +15,7 @@
"xhr",
"assert"
],
"version": "18.0.0",
"version": "19.0.2",
"homepage": "https://sinonjs.org/",
"author": "Christian Johansen",
"repository": {
@ -33,26 +33,25 @@
"scripts": {
"test-node": "mocha --recursive -R dot \"test/**/*-test.js\"",
"test-dev": "npm run test-node -- -n watch -n watch-path=test --node-option watch-path=lib -R min",
"test-headless": "mochify --no-detect-globals --recursive -R dot --grep WebWorker --invert \"test/**/*-test.js\"",
"test-coverage": "nyc npm run test-headless -- --transform [ babelify --ignore [ test ] --plugins [ babel-plugin-istanbul ] ]",
"test-cloud": "npm run test-headless -- --wd",
"test-webworker": "mochify --no-detect-globals --https-server 0 --no-request-interception test/webworker/webworker-support-assessment.js",
"test-headless": "mochify --driver puppeteer",
"test-coverage": "nyc nyc --exclude-after-remap false mochify --driver puppeteer --bundle 'node coverage.cjs'",
"test-cloud": "./scripts/test-cloud.sh",
"test-webworker": "mochify --driver puppeteer --serve . test/webworker/webworker-support-assessment.js",
"test-esm-support": "mocha test/es2015/module-support-assessment-test.mjs",
"check-esm-bundle-runs-in-browser": "node test/es2015/check-esm-bundle-is-runnable.js",
"test-docker-image": "docker-compose up",
"test-esm-browser-build": "node test/es2015/check-esm-bundle-is-runnable.js",
"test-runnable-examples": "docs/release-source/release/examples/run-test.sh",
"test-docs": "cd docs; make check-links",
"test": "npm run test-node && npm run test-headless && npm run test-webworker",
"check-dependencies": "dependency-check package.json --no-dev --ignore-module esm",
"update-compatibility": "node ./scripts/update-compatibility.cjs",
"build": "node ./build.cjs",
"dev-docs": "cd docs; rsync -r --delete release-source/ releases/dev; npm run serve-docs",
"build-docs": "cd docs; bundle exec jekyll build",
"serve-docs": "cd docs; bundle exec jekyll serve --incremental --verbose --livereload",
"build-docs": "cd docs; make build",
"serve-docs": "cd docs; make livereload",
"lint": "eslint --max-warnings 0 '**/*.{js,cjs,mjs}'",
"unimported": "unimported .",
"pretest-webworker": "npm run build",
"prebuild": "rimraf pkg && npm run check-dependencies",
"postbuild": "npm run test-esm-support ",
"prebuild-docs": "./scripts/update-compatibility.js",
"prebuild": "rimraf pkg && npm run check-dependencies && npm run update-compatibility",
"postbuild": "npm run test-esm-support && npm run test-esm-browser-build",
"prepublishOnly": "npm run build",
"prettier:check": "prettier --check '**/*.{js,css,md}'",
"prettier:write": "prettier --write '**/*.{js,css,md}'",
@ -73,35 +72,47 @@
"*.js": "eslint --quiet",
"*.mjs": "eslint --quiet --ext mjs --parser-options=sourceType:module"
},
"mochify": {
"reporter": "dot",
"timeout": 10000,
"bundle": "esbuild --bundle --sourcemap=inline --define:process.env.NODE_DEBUG=\"\" --external:fs",
"bundle_stdin": "require",
"spec": "test/**/*-test.js"
},
"dependencies": {
"@sinonjs/commons": "^3.0.1",
"@sinonjs/fake-timers": "^11.2.2",
"@sinonjs/samsam": "^8.0.0",
"diff": "^5.2.0",
"nise": "^6.0.0",
"supports-color": "^7"
"@sinonjs/fake-timers": "^13.0.2",
"@sinonjs/samsam": "^8.0.1",
"diff": "^7.0.0",
"nise": "^6.1.1",
"supports-color": "^7.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.25.2",
"@mochify/cli": "^0.4.1",
"@mochify/driver-puppeteer": "^0.4.0",
"@mochify/driver-webdriver": "^0.2.1",
"@sinonjs/eslint-config": "^5.0.3",
"@sinonjs/eslint-plugin-no-prototype-methods": "^0.1.1",
"@sinonjs/referee": "^11.0.1",
"@studio/changes": "^3.0.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-istanbul": "^7.0.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"debug": "^4.3.4",
"debug": "^4.3.7",
"dependency-check": "^4.1.0",
"lint-staged": "^15.2.2",
"mocha": "^10.4.0",
"mochify": "^9.2.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"puppeteer": "^22.7.1",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
"esbuild": "^0.23.1",
"esbuild-plugin-istanbul": "^0.3.0",
"get-stdin": "^9.0.0",
"lint-staged": "^15.2.10",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"prettier": "^3.3.3",
"puppeteer": "^23.3.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"shelljs": "^0.8.5",
"unimported": "^1.31.0"
"unimported": "^1.31.1"
},
"files": [
"lib",

4230
node_modules/sinon/pkg/sinon-esm.js generated vendored

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

4232
node_modules/sinon/pkg/sinon.js generated vendored

File diff suppressed because one or more lines are too long