Skip to content

Commit a9b5306

Browse files
committed
deps: is-core-module@2.10.0
1 parent a396f8d commit a9b5306

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

node_modules/is-core-module/core.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
113113
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
114114
"node:sys": [">= 14.18 && < 15", ">= 16"],
115-
"node:test": ">= 18",
115+
"node:test": [">= 16.17 && < 17", ">= 18"],
116116
"timers": true,
117117
"node:timers": [">= 14.18 && < 15", ">= 16"],
118118
"timers/promises": ">= 15",

node_modules/is-core-module/package.json

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

node_modules/is-core-module/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test('core modules', function (t) {
4444
t.test('core via repl module', { skip: !data.repl }, function (st) {
4545
var libs = require('repl')._builtinLibs; // eslint-disable-line no-underscore-dangle
4646
if (!libs) {
47-
st.skip('module.builtinModules does not exist');
47+
st.skip('repl._builtinLibs does not exist');
4848
} else {
4949
for (var i = 0; i < libs.length; ++i) {
5050
var mod = libs[i];

package-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3878,9 +3878,9 @@
38783878
}
38793879
},
38803880
"node_modules/is-core-module": {
3881-
"version": "2.9.0",
3882-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
3883-
"integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
3881+
"version": "2.10.0",
3882+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz",
3883+
"integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==",
38843884
"inBundle": true,
38853885
"dependencies": {
38863886
"has": "^1.0.3"

0 commit comments

Comments
 (0)