step-node-agent 3.22.1 → 3.22.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v2.13.0](https://github.com/inspect-js/is-core-module/compare/v2.12.1...v2.13.0) - 2023-08-05
9
+
10
+ ### Commits
11
+
12
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `semver`, `tape` [`c75b263`](https://github.com/inspect-js/is-core-module/commit/c75b263d047cb53430c3970107e5eb64d6cd6c0c)
13
+ - [New] `node:test/reporters` and `wasi`/`node:wasi` are in v18.17 [`d76cbf8`](https://github.com/inspect-js/is-core-module/commit/d76cbf8e9b208acfd98913fed5a5f45cb15fe5dc)
14
+
8
15
  ## [v2.12.1](https://github.com/inspect-js/is-core-module/compare/v2.12.0...v2.12.1) - 2023-05-16
9
16
 
10
17
  ### Commits
@@ -115,7 +115,7 @@
115
115
  "sys": [">= 0.4 && < 0.7", ">= 0.8"],
116
116
  "node:sys": [">= 14.18 && < 15", ">= 16"],
117
117
  "test/reporters": ">= 19.9 && < 20.2",
118
- "node:test/reporters": [">= 19.9", ">= 20"],
118
+ "node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
119
119
  "node:test": [">= 16.17 && < 17", ">= 18"],
120
120
  "timers": true,
121
121
  "node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -149,8 +149,8 @@
149
149
  "node:v8": [">= 14.18 && < 15", ">= 16"],
150
150
  "vm": true,
151
151
  "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"],
154
154
  "worker_threads": ">= 11.7",
155
155
  "node:worker_threads": [">= 14.18 && < 15", ">= 16"],
156
156
  "zlib": ">= 0.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "is-core-module",
3
- "version": "2.12.1",
3
+ "version": "2.13.0",
4
4
  "description": "Is this specifier a node.js core module?",
5
5
  "main": "index.js",
6
6
  "sideEffects": false,
@@ -45,8 +45,8 @@
45
45
  "has": "^1.0.3"
46
46
  },
47
47
  "devDependencies": {
48
- "@ljharb/eslint-config": "^21.0.1",
49
- "aud": "^2.0.2",
48
+ "@ljharb/eslint-config": "^21.1.0",
49
+ "aud": "^2.0.3",
50
50
  "auto-changelog": "^2.4.0",
51
51
  "eslint": "=8.8.0",
52
52
  "in-publish": "^2.0.1",
@@ -54,8 +54,8 @@
54
54
  "npmignore": "^0.3.0",
55
55
  "nyc": "^10.3.2",
56
56
  "safe-publish-latest": "^2.0.0",
57
- "semver": "^6.3.0",
58
- "tape": "^5.6.3"
57
+ "semver": "^6.3.1",
58
+ "tape": "^5.6.6"
59
59
  },
60
60
  "auto-changelog": {
61
61
  "output": "CHANGELOG.md",
@@ -114,6 +114,8 @@
114
114
  "node:string_decoder": [">= 14.18 && < 15", ">= 16"],
115
115
  "sys": [">= 0.4 && < 0.7", ">= 0.8"],
116
116
  "node:sys": [">= 14.18 && < 15", ">= 16"],
117
+ "test/reporters": ">= 19.9 && < 20.2",
118
+ "node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
117
119
  "node:test": [">= 16.17 && < 17", ">= 18"],
118
120
  "timers": true,
119
121
  "node:timers": [">= 14.18 && < 15", ">= 16"],
@@ -147,7 +149,8 @@
147
149
  "node:v8": [">= 14.18 && < 15", ">= 16"],
148
150
  "vm": true,
149
151
  "node:vm": [">= 14.18 && < 15", ">= 16"],
150
- "wasi": ">= 13.4 && < 13.5",
152
+ "wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
153
+ "node:wasi": [">= 18.17 && < 19", ">= 20"],
151
154
  "worker_threads": ">= 11.7",
152
155
  "node:worker_threads": [">= 14.18 && < 15", ">= 16"],
153
156
  "zlib": ">= 0.5",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "resolve",
3
3
  "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
4
- "version": "1.22.2",
4
+ "version": "1.22.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git://github.com/browserify/resolve.git"
@@ -30,9 +30,9 @@
30
30
  "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
31
31
  },
32
32
  "devDependencies": {
33
- "@ljharb/eslint-config": "^21.0.1",
33
+ "@ljharb/eslint-config": "^21.1.0",
34
34
  "array.prototype.map": "^1.0.5",
35
- "aud": "^2.0.2",
35
+ "aud": "^2.0.3",
36
36
  "copy-dir": "^1.3.0",
37
37
  "eclint": "^2.8.1",
38
38
  "eslint": "=8.8.0",
@@ -43,9 +43,9 @@
43
43
  "object-keys": "^1.1.1",
44
44
  "rimraf": "^2.7.1",
45
45
  "safe-publish-latest": "^2.0.0",
46
- "semver": "^6.3.0",
46
+ "semver": "^6.3.1",
47
47
  "tap": "0.4.13",
48
- "tape": "^5.6.3",
48
+ "tape": "^5.6.6",
49
49
  "tmp": "^0.0.31"
50
50
  },
51
51
  "license": "MIT",
@@ -58,7 +58,7 @@
58
58
  "url": "https://github.com/sponsors/ljharb"
59
59
  },
60
60
  "dependencies": {
61
- "is-core-module": "^2.11.0",
61
+ "is-core-module": "^2.13.0",
62
62
  "path-parse": "^1.0.7",
63
63
  "supports-preserve-symlinks-flag": "^1.0.0"
64
64
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "step-node-agent",
3
- "version": "3.22.1",
3
+ "version": "3.22.3",
4
4
  "description": "The official STEP Agent implementation for Node.js",
5
5
  "main": "index.js",
6
6
  "scripts": {