npm-check-updates 22.2.2 → 22.2.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.
- package/README.md +10 -0
- package/build/index.cjs +449 -443
- package/build/index.cjs.map +1 -1
- package/build/index.js +21589 -21022
- package/build/index.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-check-updates",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.5",
|
|
4
4
|
"author": "Tomas Junnonen <tomas1@gmail.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"contributors": [
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"uuid": ">=14.0.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@eslint/compat": "^2.0
|
|
85
|
+
"@eslint/compat": "^2.1.0",
|
|
86
86
|
"@eslint/js": "^10.0.1",
|
|
87
87
|
"@microsoft/api-extractor": "^7.58.7",
|
|
88
88
|
"@streamparser/json": "^0.0.22",
|
|
89
89
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
90
|
-
"@types/bun": "^1.3.
|
|
90
|
+
"@types/bun": "^1.3.14",
|
|
91
91
|
"@types/chai": "^5.2.3",
|
|
92
92
|
"@types/chai-as-promised": "^8.0.2",
|
|
93
93
|
"@types/chai-string": "^1.4.5",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@types/jsonlines": "^0.1.5",
|
|
99
99
|
"@types/lodash-es": "^4.17.12",
|
|
100
100
|
"@types/mocha": "^10.0.10",
|
|
101
|
-
"@types/node": "^25.
|
|
101
|
+
"@types/node": "^25.9.2",
|
|
102
102
|
"@types/npm-registry-fetch": "^8.0.9",
|
|
103
103
|
"@types/parse-github-url": "^1.0.3",
|
|
104
104
|
"@types/picomatch": "^4.0.3",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"@types/semver-utils": "^1.1.3",
|
|
109
109
|
"@types/sinon": "^21.0.1",
|
|
110
110
|
"@types/update-notifier": "^6.0.8",
|
|
111
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
112
|
-
"@typescript-eslint/parser": "^8.
|
|
111
|
+
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
112
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
113
113
|
"camelcase": "^9.0.0",
|
|
114
114
|
"chai": "^6.2.2",
|
|
115
115
|
"chai-as-promised": "^8.0.2",
|
|
@@ -120,29 +120,29 @@
|
|
|
120
120
|
"cosmiconfig": "^9.0.1",
|
|
121
121
|
"cross-env": "^10.1.0",
|
|
122
122
|
"dequal": "^2.0.3",
|
|
123
|
-
"eslint": "^10.
|
|
123
|
+
"eslint": "^10.4.1",
|
|
124
124
|
"eslint-config-prettier": "^10.1.8",
|
|
125
125
|
"eslint-config-raine": "^0.5.0",
|
|
126
126
|
"eslint-config-standard": "^17.1.0",
|
|
127
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
127
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
128
128
|
"eslint-plugin-import-x": "^4.16.2",
|
|
129
129
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
130
130
|
"eslint-plugin-n": "^18.0.1",
|
|
131
|
-
"eslint-plugin-promise": "^7.
|
|
131
|
+
"eslint-plugin-promise": "^7.3.0",
|
|
132
132
|
"fast-glob": "^3.3.3",
|
|
133
133
|
"fast-memoize": "^2.5.2",
|
|
134
134
|
"find-up": "^8.0.0",
|
|
135
135
|
"fp-and-or": "^1.0.2",
|
|
136
|
-
"globals": "^17.
|
|
137
|
-
"hosted-git-info": "^9.0.
|
|
136
|
+
"globals": "^17.6.0",
|
|
137
|
+
"hosted-git-info": "^9.0.3",
|
|
138
138
|
"ini": "^7.0.0",
|
|
139
|
-
"js-yaml": "^4.
|
|
139
|
+
"js-yaml": "^4.2.0",
|
|
140
140
|
"jsonc-parser": "^3.3.1",
|
|
141
141
|
"jsonlines": "^0.1.1",
|
|
142
142
|
"lockfile-lint": "^5.0.0",
|
|
143
143
|
"lodash-es": "^4.18.1",
|
|
144
144
|
"markdownlint-cli": "^0.48.0",
|
|
145
|
-
"mocha": "^11.7.
|
|
145
|
+
"mocha": "^11.7.6",
|
|
146
146
|
"npm-registry-fetch": "^19.1.1",
|
|
147
147
|
"npm-run-all": "^4.1.5",
|
|
148
148
|
"p-map": "^7.0.4",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"prompts-ncu": "^3.0.2",
|
|
154
154
|
"rfdc": "^1.4.1",
|
|
155
155
|
"rimraf": "^6.1.3",
|
|
156
|
-
"semver": "^7.
|
|
156
|
+
"semver": "^7.8.2",
|
|
157
157
|
"semver-utils": "^1.1.4",
|
|
158
158
|
"should": "^13.2.3",
|
|
159
159
|
"sinon": "^22.0.0",
|
|
@@ -161,17 +161,17 @@
|
|
|
161
161
|
"spawn-please": "^3.0.0",
|
|
162
162
|
"timeago.js": "^4.0.2",
|
|
163
163
|
"ts-json-schema-generator": "^2.9.0",
|
|
164
|
-
"tsx": "^4.
|
|
164
|
+
"tsx": "^4.22.4",
|
|
165
165
|
"typescript": "^6.0.3",
|
|
166
|
-
"unplugin-dts": "^1.0.
|
|
166
|
+
"unplugin-dts": "^1.0.2",
|
|
167
167
|
"untildify": "^6.0.0",
|
|
168
168
|
"update-notifier": "^7.3.1",
|
|
169
|
-
"verdaccio": "^6.
|
|
170
|
-
"vite": "^8.0.
|
|
171
|
-
"vite-bundle-analyzer": "^1.3.
|
|
172
|
-
"yaml": "^2.
|
|
169
|
+
"verdaccio": "^6.7.2",
|
|
170
|
+
"vite": "^8.0.16",
|
|
171
|
+
"vite-bundle-analyzer": "^1.3.8",
|
|
172
|
+
"yaml": "^2.9.0",
|
|
173
173
|
"yarn": "^1.22.22",
|
|
174
|
-
"zod": "^4.3
|
|
174
|
+
"zod": "^4.4.3"
|
|
175
175
|
},
|
|
176
176
|
"files": [
|
|
177
177
|
"build",
|