Skip to content

Commit

Permalink
Update Dependencies - Security Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev authored Sep 17, 2021
1 parent f7f9220 commit 22ee973
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "cerebro-todoist",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cerebro plugin for managing todoist.",
"author": "dubisdev",
"license": "MIT",
"repository": "dubisdev/cerebro-todoist",
"dependencies": {
"cerebro-command-router": "1.2.0",
"moment": "2.29.1",
"cerebro-command-router": "^1.2.0",
"moment": "^2.29.1",
"p-debounce": "^4.0.0",
"react": "17.0.2",
"semver": "7.3.5",
"todoist-rest-client": "0.0.5"
"react": "^17.0.2",
"semver": "^7.3.5",
"todoist-rest-client": "^0.0.5"
},
"devDependencies": {
"cerebro-scripts": "0.0.25"
Expand Down

0 comments on commit 22ee973

Please sign in to comment.