mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-02 23:38:01 +00:00
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/yahoo/serialize-javascript/releases) - [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.0...v6.0.2) Updates `mocha` from 10.1.0 to 10.8.2 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v10.1.0...v10.8.2) --- updated-dependencies: - dependency-name: serialize-javascript dependency-type: indirect - dependency-name: mocha dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
659 B
JSON
28 lines
659 B
JSON
{
|
|
"name": "howtheysre",
|
|
"version": "1.0.0",
|
|
"description": "How They SRE",
|
|
"scripts": {
|
|
"test": "mocha main.spec.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/upgundecha/howtheysre.git"
|
|
},
|
|
"author": "upgundecha",
|
|
"license": "CC0 1.0 Universal",
|
|
"bugs": {
|
|
"url": "https://github.com/upgundecha/howtheysre/issues"
|
|
},
|
|
"homepage": "https://github.com/upgundecha/howtheysre#readme",
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"chai-arrays": "^2.2.0",
|
|
"chai-string": "^1.5.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"mocha": "^10.8.2"
|
|
},
|
|
"dependencies": {}
|
|
}
|