Skip to content

Commit

Permalink
deps: builtins@5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 11, 2022
1 parent 893dd00 commit 6ab85bd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion node_modules/builtins/index.js
Expand Up @@ -46,7 +46,8 @@ const versionLockedModules = {
http2: '>=8.4.0',
perf_hooks: '>=8.5.0',
trace_events: '>=10.0.0',
worker_threads: '>=12.0.0'
worker_threads: '>=12.0.0',
'node:test': '>=18.0.0'
}

const experimentalModules = {
Expand Down
6 changes: 3 additions & 3 deletions node_modules/builtins/package.json
@@ -1,19 +1,19 @@
{
"name": "builtins",
"version": "5.0.0",
"version": "5.0.1",
"description": "List of node.js builtin modules",
"repository": "juliangruber/builtins",
"license": "MIT",
"main": "index.js",
"files": [],
"scripts": {
"test": "prettier-standard && standard && node test.js"
"test": "prettier-standard && standard && node-core-test"
},
"dependencies": {
"semver": "^7.0.0"
},
"devDependencies": {
"node-core-test": "^1.1.1",
"node-core-test": "^1.4.0",
"prettier-standard": "^15.0.1",
"standard": "^14.3.4"
}
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json
Expand Up @@ -1568,9 +1568,9 @@
"license": "MIT"
},
"node_modules/builtins": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.0.tgz",
"integrity": "sha512-aizhtbxgT1Udg0Fj6GssXshAVK+nxbtCV+1OtTrMNy67jffDFBY6CUBAkhO4owbleAx6fdbnWdpsmmcXydbzNw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
"integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==",
"inBundle": true,
"dependencies": {
"semver": "^7.0.0"
Expand Down Expand Up @@ -11216,9 +11216,9 @@
"dev": true
},
"builtins": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.0.tgz",
"integrity": "sha512-aizhtbxgT1Udg0Fj6GssXshAVK+nxbtCV+1OtTrMNy67jffDFBY6CUBAkhO4owbleAx6fdbnWdpsmmcXydbzNw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
"integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==",
"requires": {
"semver": "^7.0.0"
}
Expand Down

0 comments on commit 6ab85bd

Please sign in to comment.