Skip to content

Commit

Permalink
Bump node library versions for 1.3
Browse files Browse the repository at this point in the history
additional CVE fixes

Signed-off-by: YANG-DB <[email protected]>
  • Loading branch information
YANG-DB authored and YANG-DB committed Dec 2, 2022
2 parents 9b2f371 + 26b5725 commit 0ec66a1
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]
env:
PLUGIN_NAME: query-workbench-dashboards
OPENSEARCH_VERSION: '1.3'
OPENSEARCH_PLUGIN_VERSION: 1.3.7.0
OPENSEARCH_PLUGIN_VERSION: 1.3.7.1

jobs:

Expand Down
2 changes: 1 addition & 1 deletion workbench/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "queryWorkbenchDashboards",
"version": "1.3.7.0",
"version": "1.3.7.1",
"opensearchDashboardsVersion": "1.3.7",
"server": true,
"ui": true,
Expand Down
4 changes: 3 additions & 1 deletion workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch-query-workbench",
"version": "1.3.7.0",
"version": "1.3.7.1",
"description": "Query Workbench",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,6 +47,8 @@
"yarn": "^1.21.1"
},
"resolutions": {
"**/async": "^3.2.2",
"**/ansi-regex": "^5.0.1",
"**/@types/node": "10.12.27",
"@types/react": "16.3.14",
"**/@types/angular": "1.6.50",
Expand Down
Loading

0 comments on commit 0ec66a1

Please sign in to comment.