Skip to content

Commit

Permalink
fix: Downgrade sinon for Node 12 support (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed May 20, 2022
1 parent a622d28 commit 004d398
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions dependabot.yml
@@ -1,6 +1,14 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/dependabot-2.0.json
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "mocha"
# Drops support for Node 12
versions: ["10.x"]
- dependency-name: "sinon"
# Drops support for Node 12
versions: ["14.x"]
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"mocha": "^9.2.2",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"sinon": "^14.0.0",
"sinon": "^13",
"ts-json-schema-generator": "^0.98.0",
"typescript": "^4.6.2"
},
Expand Down

0 comments on commit 004d398

Please sign in to comment.