Skip to content

Commit

Permalink
Develop fix audit vulnerabilities Sep 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
plameniv committed Sep 29, 2023
1 parent f1d62f3 commit 8541f94
Show file tree
Hide file tree
Showing 5 changed files with 1,823 additions and 755 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"jest": "28.1.2",
"jest-junit": "14.0.0",
"prettier": "2.7.1",
"semver": "7.3.7",
"semver": "7.5.2",
"ts-jest": "28.0.5",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/instana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walmartlabs/cookie-cutter-instana",
"version": "1.6.0-beta.0",
"version": "1.6.0-beta.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/walmartlabs/cookie-cutter/issues"
},
"dependencies": {
"@instana/collector": "2.6.0",
"@instana/collector": "2.33.1",
"opentracing": "0.14.7"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walmartlabs/cookie-cutter-proto",
"version": "1.6.0-beta.0",
"version": "1.6.0-beta.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"long": "5.2.0",
"protobufjs": "6.11.3"
"protobufjs": "6.11.4"
},
"peerDependencies": {
"@walmartlabs/cookie-cutter-core": "~1.6.0-beta"
Expand Down
4 changes: 2 additions & 2 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@walmartlabs/cookie-cutter-s3",
"version": "1.6.0-beta.0",
"version": "1.6.0-beta.1",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"url": "https://github.com/walmartlabs/cookie-cutter/issues"
},
"dependencies": {
"aws-sdk": "2.1169.0",
"aws-sdk": "2.1466.0",
"opentracing": "0.14.7"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8541f94

Please sign in to comment.