codify-images 1.4.7 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Release][Release Badge]][Release Workflow]
6
6
  [![Coverage][Coverage Badge]][Coverage Report]
7
7
  [![Vulnerabilities][Vulnerabilities Badge]][Vulnerabilities Report]
8
- [![Node Version][Node Version Badge]](package.json#L44)
8
+ [![Node Version][Node Version Badge]](package.json#L44-L45)
9
9
 
10
10
  Quick and easy tool for converting a set of images into inline JavaScript.
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-images",
3
- "version": "1.4.7",
3
+ "version": "1.4.10",
4
4
  "description": "Quick and easy tool for converting a set of images into inline JavaScript",
5
5
  "main": "dist/codify-images.js",
6
6
  "bin": {
@@ -46,27 +46,27 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "chalk": "^4.1.2",
49
- "commander": "^9.2.0",
49
+ "commander": "^9.3.0",
50
50
  "lodash.camelcase": "^4.3.0",
51
51
  "mini-svg-data-uri": "^1.4.4",
52
52
  "mkdirp": "^1.0.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/cli": "^7.17.6",
55
+ "@babel/cli": "^7.17.10",
56
56
  "@babel/register": "^7.17.7",
57
- "@commitlint/cli": "^16.2.3",
58
- "@devpow112/babel-config": "^1.0.2",
59
- "@devpow112/commitlint-config": "^1.0.0",
60
- "@devpow112/eslint-config": "^1.1.2",
61
- "@devpow112/semantic-release-config": "^1.1.0",
57
+ "@commitlint/cli": "^17.0.2",
58
+ "@devpow112/babel-config": "^1.0.3",
59
+ "@devpow112/commitlint-config": "^1.0.2",
60
+ "@devpow112/eslint-config": "^1.1.3",
61
+ "@devpow112/semantic-release-config": "^1.1.1",
62
62
  "chai": "^4.3.6",
63
- "eslint": "^8.13.0",
63
+ "eslint": "^8.16.0",
64
64
  "markdownlint-cli": "^0.31.1",
65
- "mocha": "^9.2.2",
65
+ "mocha": "^10.0.0",
66
66
  "npm-run-all": "^4.1.5",
67
67
  "nyc": "^15.1.0",
68
68
  "rimraf": "^3.0.2",
69
69
  "semantic-release": "^19.0.2",
70
- "sinon": "^13.0.2"
70
+ "sinon": "^14.0.0"
71
71
  }
72
72
  }