Skip to content

Commit 51515dc

Browse files
chore: update versions
1 parent 5cc401e commit 51515dc

File tree

10 files changed

+36
-17
lines changed

10 files changed

+36
-17
lines changed

.changeset/curvy-tires-rule.md

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

.changeset/spotty-showers-prove.md

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

workspaces/conformance/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie
8+
39
## 1.1.1
410

511
### Patch Changes

workspaces/conformance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/conformance",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "SPDX license conformance for NodeSecure",
55
"type": "module",
66
"exports": "./dist/index.js",

workspaces/github/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nodesecure/github
2+
3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie

workspaces/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/github",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Download repository from github",
55
"type": "module",
66
"exports": "./dist/index.js",

workspaces/gitlab/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @nodesecure/gitlab
2+
3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#530](https://github.com/NodeSecure/scanner/pull/530) [`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e) Thanks [@clemgbld](https://github.com/clemgbld)! - chore(httpie): move from @myunisoft/httpie to @openally/httpie

workspaces/gitlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/gitlab",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Download and extract gitlab repository",
55
"exports": "./dist/index.js",
66
"types": "./dist/index.d.ts",

workspaces/tarball/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#526](https://github.com/NodeSecure/scanner/pull/526) [`02f111e`](https://github.com/NodeSecure/scanner/commit/02f111e1feaca4233f3b631f79688e4fda0eafe1) Thanks [@fraxken](https://github.com/fraxken)! - Export custom warnings for the web platform
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`b989ceb`](https://github.com/NodeSecure/scanner/commit/b989ceb68774afc63bcc61c3f08cf109e30f5b1e)]:
12+
- @nodesecure/conformance@1.2.0
13+
314
## 2.1.0
415

516
### Minor Changes

workspaces/tarball/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nodesecure/tarball",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "NodeSecure tarball scanner",
55
"type": "module",
66
"exports": {
@@ -39,7 +39,7 @@
3939
},
4040
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/tarball#readme",
4141
"dependencies": {
42-
"@nodesecure/conformance": "^1.1.1",
42+
"@nodesecure/conformance": "^1.2.0",
4343
"@nodesecure/fs-walk": "^2.0.0",
4444
"@nodesecure/js-x-ray": "^10.0.0",
4545
"@nodesecure/mama": "^2.0.0",

0 commit comments

Comments
 (0)