punchcutter 2.0.11 → 2.0.13

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.
@@ -2,13 +2,13 @@ version: 2
2
2
  jobs:
3
3
  build:
4
4
  docker:
5
- - image: cimg/node:18.16.0-browsers
5
+ - image: cimg/node:20.10.0-browsers
6
6
  steps:
7
7
  - checkout
8
8
  - run:
9
9
  name: Install dependencies
10
10
  command: |
11
- sudo npm install -g bower grunt-cli gulp-cli npm@9
11
+ sudo npm install -g bower grunt-cli gulp-cli
12
12
  sudo apt-get update -qq
13
13
  sudo apt-get install -y -qq build-essential fontforge g++ gcc graphicsmagick python3-dev ttfautohint
14
14
  npm ci
package/package.json CHANGED
@@ -1,10 +1,6 @@
1
1
  {
2
2
  "name": "punchcutter",
3
- "version": "2.0.11",
4
- "engines": {
5
- "node": "20.10.0",
6
- "npm": "10.2.3"
7
- },
3
+ "version": "2.0.13",
8
4
  "description": "Build fonts",
9
5
  "main": "lib/punchcutter.js",
10
6
  "repository": {
@@ -25,32 +21,32 @@
25
21
  "url": "https://github.com/netbek/punchcutter/issues"
26
22
  },
27
23
  "dependencies": {
28
- "autoprefixer": "10.4.16",
24
+ "autoprefixer": "10.4.17",
29
25
  "bluebird": "3.7.2",
30
26
  "chalk": "4.1.2",
31
27
  "cheerio": "0.22.0",
32
28
  "directory-colorfy": "https://github.com/netbek/directory-colorfy.git#netbek-jsdom-9",
33
29
  "eslint": "8.56.0",
34
- "eslint-config-prettier": "8.10.0",
35
- "eslint-plugin-prettier": "4.2.1",
36
- "espree": "9.6.1",
37
- "fs-extra": "10.1.0",
30
+ "eslint-config-prettier": "9.1.0",
31
+ "eslint-plugin-prettier": "5.1.3",
32
+ "espree": "10.0.0",
33
+ "fs-extra": "11.2.0",
38
34
  "globby": "9.2.0",
39
35
  "grunt": "1.6.1",
40
36
  "grunt-webfont": "git+https://github.com/netbek/grunt-webfont.git#netbek-logger-option",
41
37
  "lodash": "4.17.21",
42
- "node-sass": "7.0.3",
38
+ "node-sass": "9.0.0",
43
39
  "nunjucks": "3.2.4",
44
40
  "postcss": "8.4.33",
45
- "prettier": "2.8.8",
41
+ "prettier": "3.2.4",
46
42
  "replace-ext": "2.0.0",
47
- "sharp": "0.33.1",
43
+ "sharp": "0.33.2",
48
44
  "spritesmith": "3.4.1",
49
45
  "svgo": "2.8.0",
50
46
  "svgstore": "3.0.1"
51
47
  },
52
48
  "devDependencies": {
53
- "chai": "4.4.0",
49
+ "chai": "4.4.1",
54
50
  "chai-as-promised": "7.1.1",
55
51
  "mocha": "9.2.2"
56
52
  }