Skip to content

Commit 7797075

Browse files
committedJun 19, 2023
deps: is-core-module@2.12.1
1 parent 3a00807 commit 7797075

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎node_modules/is-core-module/core.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
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"],
117+
"test/reporters": ">= 19.9 && < 20.2",
118118
"node:test/reporters": [">= 19.9", ">= 20"],
119119
"node:test": [">= 16.17 && < 17", ">= 18"],
120120
"timers": true,

‎node_modules/is-core-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-core-module",
3-
"version": "2.12.0",
3+
"version": "2.12.1",
44
"description": "Is this specifier a node.js core module?",
55
"main": "index.js",
66
"sideEffects": false,

‎package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6731,9 +6731,9 @@
67316731
}
67326732
},
67336733
"node_modules/is-core-module": {
6734-
"version": "2.12.0",
6735-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.0.tgz",
6736-
"integrity": "sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==",
6734+
"version": "2.12.1",
6735+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
6736+
"integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
67376737
"inBundle": true,
67386738
"dependencies": {
67396739
"has": "^1.0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.