Skip to content

Commit 3da3600

Browse files
chore: update versions (#372)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 20181e7 commit 3da3600

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

.changeset/clean-mails-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-deer-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-sloths-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

workspaces/estree-ast-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nodesecure/estree-ast-utils
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#374](https://github.com/NodeSecure/js-x-ray/pull/374) [`19f9822`](https://github.com/NodeSecure/js-x-ray/commit/19f9822fb74ea6de9d2978106a719ce93dcbb918) Thanks [@fraxken](https://github.com/fraxken)! - Add missing utilities UT
8+
39
## 4.0.0
410

511
### Major Changes

workspaces/estree-ast-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/estree-ast-utils",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Utilities for AST (ESTree compliant)",
55
"type": "module",
66
"exports": "./dist/index.js",

workspaces/js-x-ray/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @nodesecure/js-x-ray
22

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- [#369](https://github.com/NodeSecure/js-x-ray/pull/369) [`644232a`](https://github.com/NodeSecure/js-x-ray/commit/644232a76abbd4fcc75421ebfbb1092abe0d4ca1) Thanks [@clemgbld](https://github.com/clemgbld)! - refactor(probe/isSerializeEnv): trace re-assignment of JSON.stringy & process.env
8+
9+
### Patch Changes
10+
11+
- [#375](https://github.com/NodeSecure/js-x-ray/pull/375) [`20181e7`](https://github.com/NodeSecure/js-x-ray/commit/20181e77479a7f623100c6b5568148356bbc2625) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Update files to includes /dist folder
12+
13+
- Updated dependencies [[`19f9822`](https://github.com/NodeSecure/js-x-ray/commit/19f9822fb74ea6de9d2978106a719ce93dcbb918)]:
14+
- @nodesecure/estree-ast-utils@4.1.0
15+
316
## 9.1.0
417

518
### Minor Changes

workspaces/js-x-ray/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/js-x-ray",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"description": "JavaScript AST XRay analysis",
55
"type": "module",
66
"exports": {
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://github.com/NodeSecure/js-x-ray#readme",
4747
"dependencies": {
48-
"@nodesecure/estree-ast-utils": "^4.0.0",
48+
"@nodesecure/estree-ast-utils": "^4.1.0",
4949
"@nodesecure/sec-literal": "^1.2.0",
5050
"@nodesecure/tracer": "^2.0.0",
5151
"digraph-js": "^2.2.3",

0 commit comments

Comments
 (0)