npm-update-package 4.0.38 → 4.0.39

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.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  # npm-update-package
7
7
 
8
- CLI tool for creating pull requests to update npm packages
8
+ 🔄 CLI tool for creating pull requests to update npm packages
9
9
 
10
10
  ## 🔖 Table of Contents
11
11
 
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "4.0.38",
4
- "description": "CLI tool for creating pull requests to update npm packages",
3
+ "version": "4.0.39",
4
+ "description": "🔄 CLI tool for creating pull requests to update npm packages",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc --project tsconfig.build.json",
@@ -24,19 +24,19 @@
24
24
  "http-status-codes": "2.3.0",
25
25
  "io-ts": "2.2.22",
26
26
  "jsdom": "21.1.2",
27
- "lodash": "4.17.21",
27
+ "lodash": "4.17.23",
28
28
  "log4js": "6.9.1",
29
29
  "mustache": "4.2.0",
30
30
  "npm-check-updates": "16.3.11",
31
- "parse-github-url": "1.0.3",
31
+ "parse-github-url": "1.0.4",
32
32
  "safe-marked": "16.0.0",
33
- "semver": "7.7.3"
33
+ "semver": "7.7.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@munierujp/eslint-config-typescript": "47.1.1",
37
- "@tsconfig/bases": "1.0.16",
37
+ "@tsconfig/bases": "1.0.23",
38
38
  "@types/jsdom": "21.1.7",
39
- "@types/lodash": "4.17.21",
39
+ "@types/lodash": "4.17.24",
40
40
  "@types/mustache": "4.2.6",
41
41
  "@types/node": "20.14.12",
42
42
  "@types/parse-github-url": "1.0.3",
@@ -44,11 +44,11 @@
44
44
  "eslint": "8.57.0",
45
45
  "eslint-config-lodash": "4.0.3",
46
46
  "glob": "11.1.0",
47
- "nock": "14.0.10",
48
- "npm-run-all2": "8.0.4",
49
- "rimraf": "6.1.2",
47
+ "nock": "14.0.15",
48
+ "npm-run-all2": "9.0.2",
49
+ "rimraf": "6.1.3",
50
50
  "test-each": "7.0.1",
51
- "tsx": "4.21.0",
51
+ "tsx": "4.22.4",
52
52
  "typescript": "5.9.3",
53
53
  "utility-types": "3.11.0"
54
54
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "4.0.38",
4
- "description": "CLI tool for creating pull requests to update npm packages",
3
+ "version": "4.0.39",
4
+ "description": "🔄 CLI tool for creating pull requests to update npm packages",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc --project tsconfig.build.json",
@@ -24,19 +24,19 @@
24
24
  "http-status-codes": "2.3.0",
25
25
  "io-ts": "2.2.22",
26
26
  "jsdom": "21.1.2",
27
- "lodash": "4.17.21",
27
+ "lodash": "4.17.23",
28
28
  "log4js": "6.9.1",
29
29
  "mustache": "4.2.0",
30
30
  "npm-check-updates": "16.3.11",
31
- "parse-github-url": "1.0.3",
31
+ "parse-github-url": "1.0.4",
32
32
  "safe-marked": "16.0.0",
33
- "semver": "7.7.3"
33
+ "semver": "7.7.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@munierujp/eslint-config-typescript": "47.1.1",
37
- "@tsconfig/bases": "1.0.16",
37
+ "@tsconfig/bases": "1.0.23",
38
38
  "@types/jsdom": "21.1.7",
39
- "@types/lodash": "4.17.21",
39
+ "@types/lodash": "4.17.24",
40
40
  "@types/mustache": "4.2.6",
41
41
  "@types/node": "20.14.12",
42
42
  "@types/parse-github-url": "1.0.3",
@@ -44,11 +44,11 @@
44
44
  "eslint": "8.57.0",
45
45
  "eslint-config-lodash": "4.0.3",
46
46
  "glob": "11.1.0",
47
- "nock": "14.0.10",
48
- "npm-run-all2": "8.0.4",
49
- "rimraf": "6.1.2",
47
+ "nock": "14.0.15",
48
+ "npm-run-all2": "9.0.2",
49
+ "rimraf": "6.1.3",
50
50
  "test-each": "7.0.1",
51
- "tsx": "4.21.0",
51
+ "tsx": "4.22.4",
52
52
  "typescript": "5.9.3",
53
53
  "utility-types": "3.11.0"
54
54
  },