Skip to content

Commit f8454e1

Browse files
committed
Merge branch 'version-updates' into 'main'
updating third party component versions See merge request weblogic-cloud/weblogic-toolkit-ui!249
2 parents 9264ec7 + e286d3a commit f8454e1

35 files changed

+4474
-1711
lines changed

THIRD_PARTY_LICENSES.txt

Lines changed: 381 additions & 127 deletions
Large diffs are not rendered by default.

electron/app/js/connectivityUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @license
3-
* Copyright (c) 2021, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2021, 2023, Oracle and/or its affiliates.
44
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
*/
66
'use strict';
77

88
const https = require('https');
9-
const HttpsProxyAgent = require('https-proxy-agent');
9+
const { HttpsProxyAgent } = require('https-proxy-agent');
1010
const { homepage } = require('../../package.json');
1111
const { getLogger } = require('./wktLogging');
1212
const errorUtils = require('./errorUtils');

electron/app/js/githubUtils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @license
3-
* Copyright (c) 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2022, 2023, Oracle and/or its affiliates.
44
* Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55
*/
66
'use strict';
77

8-
const HttpsProxyAgent = require('https-proxy-agent');
8+
const { HttpsProxyAgent } = require('https-proxy-agent');
99
const fetch = require('node-fetch');
1010

1111
// WARNING: This file contains functions that are called by build scripts

0 commit comments

Comments
 (0)