Skip to content

Commit 6edb777

Browse files
chore: update versions (#413)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34978c8 commit 6edb777

File tree

7 files changed

+22
-18
lines changed

7 files changed

+22
-18
lines changed

.changeset/fair-cameras-stay.md

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

.changeset/huge-zoos-start.md

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

.changeset/two-points-share.md

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

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+
## 10.2.0
4+
5+
### Minor Changes
6+
7+
- [#415](https://github.com/NodeSecure/js-x-ray/pull/415) [`d17c784`](https://github.com/NodeSecure/js-x-ray/commit/d17c784b0a584e20301b630a4fec01df59a2c9e5) Thanks [@fraxken](https://github.com/fraxken)! - Remove is-minified-code from dependencies and re-implement function in utils
8+
9+
### Patch Changes
10+
11+
- [#412](https://github.com/NodeSecure/js-x-ray/pull/412) [`a5c8473`](https://github.com/NodeSecure/js-x-ray/commit/a5c8473ed1c6c5f995be698c1fbeec8f744ca63b) Thanks [@fraxken](https://github.com/fraxken)! - Update digraph-js to v2.2.4 to remove deprecated lodash.isequal
12+
13+
- Updated dependencies [[`a98fe96`](https://github.com/NodeSecure/js-x-ray/commit/a98fe96418e7da1ca90a735f6811bf78ae486f51)]:
14+
- @nodesecure/sec-literal@1.4.0
15+
316
## 10.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": "10.1.0",
3+
"version": "10.2.0",
44
"description": "JavaScript AST XRay analysis",
55
"type": "module",
66
"exports": {
@@ -46,7 +46,7 @@
4646
"homepage": "https://github.com/NodeSecure/js-x-ray#readme",
4747
"dependencies": {
4848
"@nodesecure/estree-ast-utils": "^4.2.0",
49-
"@nodesecure/sec-literal": "^1.3.0",
49+
"@nodesecure/sec-literal": "^1.4.0",
5050
"@nodesecure/tracer": "^3.0.0",
5151
"digraph-js": "2.2.4",
5252
"frequency-set": "^2.1.0",

workspaces/sec-literal/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- [#414](https://github.com/NodeSecure/js-x-ray/pull/414) [`a98fe96`](https://github.com/NodeSecure/js-x-ray/commit/a98fe96418e7da1ca90a735f6811bf78ae486f51) Thanks [@fraxken](https://github.com/fraxken)! - Remove un-maintained is-base64 package and re-implement the function in the sec-literal project with proper TS definition
8+
39
## 1.3.0
410

511
### Minor Changes

workspaces/sec-literal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/sec-literal",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Package created to analyze JavaScript literals",
55
"exports": "./dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)