diff --git a/.github/actions/normalize-branch-name/package-lock.json b/.github/actions/normalize-branch-name/package-lock.json
index 9b6effc4d..42b20e7ed 100644
--- a/.github/actions/normalize-branch-name/package-lock.json
+++ b/.github/actions/normalize-branch-name/package-lock.json
@@ -13,13 +13,22 @@
}
},
"node_modules/@actions/core": {
- "version": "1.10.1",
- "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz",
- "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==",
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
+ "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
"license": "MIT",
"dependencies": {
- "@actions/http-client": "^2.0.1",
- "uuid": "^8.3.2"
+ "@actions/exec": "^1.1.1",
+ "@actions/http-client": "^2.0.1"
+ }
+ },
+ "node_modules/@actions/exec": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.1.1.tgz",
+ "integrity": "sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==",
+ "license": "MIT",
+ "dependencies": {
+ "@actions/io": "^1.0.1"
}
},
"node_modules/@actions/http-client": {
@@ -32,6 +41,12 @@
"undici": "^5.25.4"
}
},
+ "node_modules/@actions/io": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
+ "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==",
+ "license": "MIT"
+ },
"node_modules/@fastify/busboy": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz",
@@ -61,15 +76,6 @@
"engines": {
"node": ">=14.0"
}
- },
- "node_modules/uuid": {
- "version": "8.3.2",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
- "license": "MIT",
- "bin": {
- "uuid": "dist/bin/uuid"
- }
}
}
}
diff --git a/.github/workflows/license-scanning.yml b/.github/workflows/license-scanning.yml
index bd3fba85f..bbd9875ad 100644
--- a/.github/workflows/license-scanning.yml
+++ b/.github/workflows/license-scanning.yml
@@ -67,7 +67,7 @@ jobs:
build-command: install
run-tests: false
- name: License XML report
- run: mvn org.codehaus.mojo:license-maven-plugin:2.4.0:aggregate-download-licenses
+ run: mvn org.codehaus.mojo:license-maven-plugin:2.5.0:aggregate-download-licenses
- name: Validate XML report
run: |
LICENSE_REPORT=`xq "//dependency[${{ env.ALLOW_LICENSES }}]" ./${{ env.REPORT_PATH }}/licenses.xml`
diff --git a/pom.xml b/pom.xml
index b334e17d5..e4ff26b60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,40 +99,40 @@
2.27.0
- 3.14.0
- 1.12.0
- 2.2
+ 3.17.0
+ 1.13.0
+ 2.3
1.6.0
- 3.9.8
- 3.9.8
- 3.13.1
- 2.0.13
- 1.5.6
+ 3.9.9
+ 3.9.9
+ 3.15.1
+ 2.0.16
+ 1.5.16
1.3.0
- 2.17.1
+ 2.18.2
- 5.10.2
- 5.12.0
+ 5.11.4
+ 5.15.2
1.23.0
3.5.0
- 3.4.0
- 3.3.0
- 3.3.2
+ 3.6.0
+ 3.5.0
+ 3.4.0
3.6.0
3.3.1
- 3.7.0
- 3.3.0
- 3.13.1
+ 3.8.1
+ 3.5.2
+ 3.15.1
3.13.0
1.0.5
2.1.0
- 3.7.0
+ 3.11.2
1.7.0
- 1.15.0
- 22.11.0
+ 1.15.1
+ 22.13.0
diff --git a/rosetta-ide/vscode/package-lock.json b/rosetta-ide/vscode/package-lock.json
index 23228c11a..262712fdf 100644
--- a/rosetta-ide/vscode/package-lock.json
+++ b/rosetta-ide/vscode/package-lock.json
@@ -33,19 +33,21 @@
}
},
"node_modules/@types/node": {
- "version": "22.9.3",
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.3.tgz",
- "integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==",
+ "version": "22.10.5",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.5.tgz",
+ "integrity": "sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==",
"dev": true,
+ "license": "MIT",
"dependencies": {
- "undici-types": "~6.19.8"
+ "undici-types": "~6.20.0"
}
},
"node_modules/@types/vscode": {
- "version": "1.95.0",
- "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.95.0.tgz",
- "integrity": "sha512-0LBD8TEiNbet3NvWsmn59zLzOFu/txSlGxnv5yAFHCrhG9WvAnR3IvfHzMOs2aeWqgvNjq9pO99IUw8d3n+unw==",
- "dev": true
+ "version": "1.96.0",
+ "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.96.0.tgz",
+ "integrity": "sha512-qvZbSZo+K4ZYmmDuaodMbAa67Pl6VDQzLKFka6rq+3WUTY4Kro7Bwoi0CuZLO/wema0ygcmpwow7zZfPJTs5jg==",
+ "dev": true,
+ "license": "MIT"
},
"node_modules/agent-base": {
"version": "6.0.2",
@@ -1572,10 +1574,11 @@
}
},
"node_modules/undici-types": {
- "version": "6.19.8",
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
- "dev": true
+ "version": "6.20.0",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
+ "dev": true,
+ "license": "MIT"
},
"node_modules/unzipper": {
"version": "0.10.14",
diff --git a/rosetta-tools/pom.xml b/rosetta-tools/pom.xml
index b31b466e6..a508adb0e 100644
--- a/rosetta-tools/pom.xml
+++ b/rosetta-tools/pom.xml
@@ -36,7 +36,7 @@
17
1.2.18
- 1.8.0
+ 1.9.0