Skip to content

Commit 1cb107d

Browse files
committed
1 parent f0f3071 commit 1cb107d

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

node_modules/is-core-module/core.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"node:assert/strict": ">= 16",
66
"async_hooks": ">= 8",
77
"node:async_hooks": [">= 14.18 && < 15", ">= 16"],
8-
"buffer_ieee754": "< 0.9.7",
8+
"buffer_ieee754": ">= 0.5 && < 0.9.7",
99
"buffer": true,
1010
"node:buffer": [">= 14.18 && < 15", ">= 16"],
1111
"child_process": true,
1212
"node:child_process": [">= 14.18 && < 15", ">= 16"],
13-
"cluster": true,
13+
"cluster": ">= 0.5",
1414
"node:cluster": [">= 14.18 && < 15", ">= 16"],
1515
"console": true,
1616
"node:console": [">= 14.18 && < 15", ">= 16"],
@@ -77,7 +77,7 @@
7777
"node:perf_hooks": [">= 14.18 && < 15", ">= 16"],
7878
"process": ">= 1",
7979
"node:process": [">= 14.18 && < 15", ">= 16"],
80-
"punycode": true,
80+
"punycode": ">= 0.5",
8181
"node:punycode": [">= 14.18 && < 15", ">= 16"],
8282
"querystring": true,
8383
"node:querystring": [">= 14.18 && < 15", ">= 16"],
@@ -110,7 +110,7 @@
110110
"node:stream/web": ">= 16.5",
111111
"string_decoder": true,
112112
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
113-
"sys": [">= 0.6 && < 0.7", ">= 0.8"],
113+
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
114114
"node:sys": [">= 14.18 && < 15", ">= 16"],
115115
"timers": true,
116116
"node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -147,6 +147,6 @@
147147
"wasi": ">= 13.4 && < 13.5",
148148
"worker_threads": ">= 11.7",
149149
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
150-
"zlib": true,
150+
"zlib": ">= 0.5",
151151
"node:zlib": [">= 14.18 && < 15", ">= 16"]
152152
}

node_modules/is-core-module/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-core-module",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Is this specifier a node.js core module?",
55
"main": "index.js",
66
"sideEffects": false,
@@ -18,8 +18,8 @@
1818
"prepublishOnly": "safe-publish-latest",
1919
"lint": "eslint .",
2020
"pretest": "npm run lint",
21-
"tests-only": "tape 'test/**/*.js'",
22-
"test": "nyc npm run tests-only",
21+
"tests-only": "nyc tape 'test/**/*.js'",
22+
"test": "npm run tests-only",
2323
"posttest": "aud --production",
2424
"version": "auto-changelog && git add CHANGELOG.md",
2525
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
@@ -49,14 +49,14 @@
4949
"has": "^1.0.3"
5050
},
5151
"devDependencies": {
52-
"@ljharb/eslint-config": "^18.0.0",
52+
"@ljharb/eslint-config": "^20.1.0",
5353
"aud": "^1.1.5",
5454
"auto-changelog": "^2.3.0",
55-
"eslint": "^7.32.0",
55+
"eslint": "^8.6.0",
5656
"nyc": "^10.3.2",
57-
"safe-publish-latest": "^1.1.4",
57+
"safe-publish-latest": "^2.0.0",
5858
"semver": "^6.3.0",
59-
"tape": "^5.3.1"
59+
"tape": "^5.4.0"
6060
},
6161
"auto-changelog": {
6262
"output": "CHANGELOG.md",

package-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4208,9 +4208,9 @@
42084208
}
42094209
},
42104210
"node_modules/is-core-module": {
4211-
"version": "2.8.0",
4212-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
4213-
"integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
4211+
"version": "2.8.1",
4212+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
4213+
"integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
42144214
"inBundle": true,
42154215
"dependencies": {
42164216
"has": "^1.0.3"
@@ -13978,9 +13978,9 @@
1397813978
}
1397913979
},
1398013980
"is-core-module": {
13981-
"version": "2.8.0",
13982-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
13983-
"integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
13981+
"version": "2.8.1",
13982+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
13983+
"integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
1398413984
"requires": {
1398513985
"has": "^1.0.3"
1398613986
}

0 commit comments

Comments
 (0)