Skip to content

Commit 5cb0ecc

Browse files
committedAug 4, 2023
[Deps] update is-core-module
1 parent 2829c04 commit 5cb0ecc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎lib/core.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
115115
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
116116
"node:sys": [">= 14.18 && < 15", ">= 16"],
117-
"test/reporters": [">= 19.9", ">= 20"],
118-
"node:test/reporters": [">= 19.9", ">= 20"],
117+
"test/reporters": ">= 19.9 && < 20.2",
118+
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
119119
"node:test": [">= 16.17 && < 17", ">= 18"],
120120
"timers": true,
121121
"node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -149,8 +149,8 @@
149149
"node:v8": [">= 14.18 && < 15", ">= 16"],
150150
"vm": true,
151151
"node:vm": [">= 14.18 && < 15", ">= 16"],
152-
"wasi": [">= 13.4 && < 13.5", ">= 20"],
153-
"node:wasi": ">= 20",
152+
"wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
153+
"node:wasi": [">= 18.17 && < 19", ">= 20"],
154154
"worker_threads": ">= 11.7",
155155
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
156156
"zlib": ">= 0.5",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/sponsors/ljharb"
5959
},
6060
"dependencies": {
61-
"is-core-module": "^2.12.0",
61+
"is-core-module": "^2.13.0",
6262
"path-parse": "^1.0.7",
6363
"supports-preserve-symlinks-flag": "^1.0.0"
6464
},

0 commit comments

Comments
 (0)
Please sign in to comment.