Skip to content

Commit 747d3e6

Browse files
Bump version to 1.0.38 and upgrade uuid
Bump package version to 1.0.38 in package.json and package-lock.json. Upgrade dependency uuid from ^8.3.2 to ^9.0.0 and regenerate lockfile entries (node_modules/uuid@9.0.1). Removes older nested uuid@8.3.2 entries from lockfile. This updates the UUID package for compatibility/security and refreshes the lockfile to match the new dependency.
1 parent 22730d4 commit 747d3e6

2 files changed

Lines changed: 18 additions & 24 deletions

File tree

package-lock.json

Lines changed: 16 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@Checkmarx/ast-cli-javascript-wrapper-runtime-cli",
3-
"version": "1.0.37",
3+
"version": "1.0.38",
44
"description": "AST CLI Javascript wrapper runtime CLI",
55
"main": "dist/main/wrapper/CxWrapper.js",
66
"typings": "dist/main/wrapper/CxWrapper.d.ts",
@@ -64,7 +64,7 @@
6464
"underscore": "^1.13.8",
6565
"picomatch": "^2.3.2",
6666
"brace-expansion": "^2.1.2",
67-
"uuid": "^8.3.2"
67+
"uuid": "^9.0.0"
6868
},
6969
"publishConfig": {
7070
"registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)