customizr 3.0.4 → 3.0.5

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.
@@ -18,9 +18,9 @@ jobs:
18
18
  node-version: [20.x, 22.x]
19
19
  steps:
20
20
  - name: Checkout code 🛎️
21
- uses: actions/checkout@v5
21
+ uses: actions/checkout@v6
22
22
  - name: Setup Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v5
23
+ uses: actions/setup-node@v6
24
24
  with:
25
25
  node-version: ${{ matrix.node-version }}
26
26
  - name: Install dependencies and run tests
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 The Modernizr team
3
+ Copyright (c) 2026 The Modernizr team
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -254,5 +254,5 @@ modernizr(settings, function () {
254
254
  ```
255
255
 
256
256
  ## License
257
- Copyright (c) 2025 The Modernizr team
257
+ Copyright (c) 2026 The Modernizr team
258
258
  Licensed under the MIT license.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "customizr",
3
3
  "description": "Build out a lean, mean Modernizr machine.",
4
- "version": "3.0.4",
4
+ "version": "3.0.5",
5
5
  "main": "src",
6
6
  "bin": {
7
7
  "customizr": "bin/customizr"
@@ -24,18 +24,18 @@
24
24
  "colors": "^1.4.0",
25
25
  "cross-spawn": "^7.0.6",
26
26
  "fast-deep-equal": "^3.1.3",
27
- "glob": "^11.0.3",
28
- "lodash": "^4.17.21",
27
+ "glob": "^13.0.1",
28
+ "lodash": "^4.17.23",
29
29
  "mkdirp": "^3.0.1",
30
30
  "modernizr": "^3",
31
- "nopt": "^8.1.0",
31
+ "nopt": "^9.0.0",
32
32
  "promised-io": "^0.3.6",
33
33
  "yargs": "^17.7.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "chai": "^4.5.0",
37
- "fs-extra": "^11.3.1",
38
- "mocha": "^11.7.2",
37
+ "fs-extra": "^11.3.3",
38
+ "mocha": "^11.7.5",
39
39
  "nexpect": "^0.6.0"
40
40
  },
41
41
  "optionalDependencies": {