Skip to content

Commit f4da076

Browse files
chore: update versions (#408)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07dc2a4 commit f4da076

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.changeset/thirty-eels-sneeze.md

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

workspaces/js-x-ray/CHANGELOG.md

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

3+
## 10.1.0
4+
5+
### Minor Changes
6+
7+
- [#407](https://github.com/NodeSecure/js-x-ray/pull/407) [`71c96d1`](https://github.com/NodeSecure/js-x-ray/commit/71c96d1d265a4eac0b10af421de0e796ea1ce102) Thanks [@fraxken](https://github.com/fraxken)! - Update FrequencySet to v2.1.x
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`71c96d1`](https://github.com/NodeSecure/js-x-ray/commit/71c96d1d265a4eac0b10af421de0e796ea1ce102)]:
12+
- @nodesecure/sec-literal@1.3.0
13+
314
## 10.0.0
415

516
### Major 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.0.0",
3+
"version": "10.1.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.2.0",
49+
"@nodesecure/sec-literal": "^1.3.0",
5050
"@nodesecure/tracer": "^3.0.0",
5151
"digraph-js": "^2.2.3",
5252
"frequency-set": "^2.1.0",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nodesecure/sec-literal
2+
3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#407](https://github.com/NodeSecure/js-x-ray/pull/407) [`71c96d1`](https://github.com/NodeSecure/js-x-ray/commit/71c96d1d265a4eac0b10af421de0e796ea1ce102) Thanks [@fraxken](https://github.com/fraxken)! - Update FrequencySet to v2.1.x

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.2.0",
3+
"version": "1.3.0",
44
"description": "Package created to analyze JavaScript literals",
55
"exports": "./dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)