This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
The following commit(s) were added to refs/heads/main by this push:
new 70912b2 ARTEMIS-5242 - upgrade jolokia.js and @jolokia.js/simple to
2.1.9
70912b2 is described below
commit 70912b221483046a6d7046d8d67552134abc6753
Author: Andy Taylor <[email protected]>
AuthorDate: Tue Jan 14 11:26:25 2025 +0000
ARTEMIS-5242 - upgrade jolokia.js and @jolokia.js/simple to 2.1.9
---
Releasing.md | 2 +-
.../artemis-extension/package.json | 4 +++-
artemis-console-extension/artemis-extension/yarn.lock | 18 +++++++++---------
3 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/Releasing.md b/Releasing.md
index 0b48dd9..380a36d 100644
--- a/Releasing.md
+++ b/Releasing.md
@@ -11,7 +11,7 @@ yarn license
Note that a check can be made to identify any possible problematic licenses by
running in the `artemis-console-extension/artemis-extension` directory:
```shell
-npx license-checker --out licenses.csv --csv --onlyAllow
"Apache-2.0;ISC;MIT;CC0-1.0;BSD-2-Clause;BSD-3-Clause;Python-2.0;UNLICENSED;MPL-2.0;CC-BY-4.0;Unlicense;0BSD;Custom:
https://jolokia.org"
+npx license-checker --out licenses.csv --csv --onlyAllow
"Apache-2.0;ISC;MIT;CC0-1.0;BSD-2-Clause;BSD-3-Clause;Python-2.0;UNLICENSED;MPL-2.0;CC-BY-4.0;Unlicense;0BSD"
```
dependencies marked as unlicensed will need to be manually checked.
diff --git a/artemis-console-extension/artemis-extension/package.json
b/artemis-console-extension/artemis-extension/package.json
index 61902a6..6ce261a 100644
--- a/artemis-console-extension/artemis-extension/package.json
+++ b/artemis-console-extension/artemis-extension/package.json
@@ -81,7 +81,9 @@
"http-proxy-middleware": "2.0.7",
"cross-spawn": "7.0.5",
"nanoid": "3.3.8",
- "path-to-regexp": "0.1.12"
+ "path-to-regexp": "0.1.12",
+ "jolokia.js": "2.1.9",
+ "@jolokia.js/simple": "2.1.9"
},
"eslintConfig": {
"extends": [
diff --git a/artemis-console-extension/artemis-extension/yarn.lock
b/artemis-console-extension/artemis-extension/yarn.lock
index da4667d..480411e 100644
--- a/artemis-console-extension/artemis-extension/yarn.lock
+++ b/artemis-console-extension/artemis-extension/yarn.lock
@@ -2415,12 +2415,12 @@ __metadata:
languageName: node
linkType: hard
-"@jolokia.js/simple@npm:^2.1.8":
- version: 2.1.8
- resolution: "@jolokia.js/simple@npm:2.1.8"
+"@jolokia.js/simple@npm:2.1.9":
+ version: 2.1.9
+ resolution: "@jolokia.js/simple@npm:2.1.9"
dependencies:
- jolokia.js: "npm:^2.1.8"
- checksum:
10c0/f8c4bc0aed0e4607ce097ff56359d6612f3af64df936503460d1173bb2e6c9f7817baf91515794cfa2d3892c0c0caa9a70b512141722c7f96554252f27a1d4c3
+ jolokia.js: "npm:^2.1.9"
+ checksum:
10c0/78d2ed3537b1fce42823c2ff7bfae04b1ecfea5f9d16cd8700a97319824f938d538ef08b686e22f30a0a091fc7987df28f6585ccfe92afdc2d365d1a110300f4
languageName: node
linkType: hard
@@ -10877,10 +10877,10 @@ __metadata:
languageName: node
linkType: hard
-"jolokia.js@npm:^2.1.8":
- version: 2.1.8
- resolution: "jolokia.js@npm:2.1.8"
- checksum:
10c0/1642a41dec1fb57a454992611c0776a12c3d44cb2010efe4f7e8b02424ad0a95a1992ea9ff194daff2d24f4d0273b070907472ccedc12eb102edc20da7b3a033
+"jolokia.js@npm:2.1.9":
+ version: 2.1.9
+ resolution: "jolokia.js@npm:2.1.9"
+ checksum:
10c0/23968fa0503c43aa67cc2528c049e62487c4421b3f020b417101f4f0c06463426dc79b5e63b78f81177be720413ce1ecec8d587a86cb145b848e7f40ddfb37bf
languageName: node
linkType: hard
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact