bigotillo 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigotillo",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "A NPM package just for the lol",
5
5
  "bin": {
6
6
  "bigotillo": "./bin/index.js"
@@ -19,10 +19,10 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "colorette": "^1.1.0"
22
+ "colorette": "^2.0.16"
23
23
  },
24
24
  "devDependencies": {
25
- "eslint": "^6.6.0",
26
- "nodemon": "^1.19.4"
25
+ "eslint": "^8.4.1",
26
+ "nodemon": "^2.0.15"
27
27
  }
28
28
  }