GUACAMOLE-1956: Merge additional client dependency updates specific to main.

This commit is contained in:
Mike Jumper
2024-06-12 09:34:13 -07:00
committed by GitHub
7 changed files with 1742 additions and 1550 deletions

View File

@@ -1,2 +0,0 @@
csv:6.2.5
csv-parse:5.3.3

View File

@@ -1,7 +1,7 @@
node-csv (https://github.com/adaltas/node-csv) node-csv (https://github.com/adaltas/node-csv)
--------------------------------------------- ---------------------------------------------
Version: 6.2.5 Version: 6.3.9
From: 'Adaltas' (https://github.com/adaltas) From: 'Adaltas' (https://github.com/adaltas)
License(s): License(s):
MIT (bundled/csv-6.2.5/LICENSE) MIT (bundled/csv-6.3.9/LICENSE)

View File

@@ -0,0 +1,2 @@
csv:6.3.9
csv-parse:5.5.6

View File

@@ -142,7 +142,7 @@
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bc-fips</artifactId> <artifactId>bc-fips</artifactId>
<version>1.0.2.4</version> <version>1.0.2.5</version>
</dependency> </dependency>
</dependencies> </dependencies>

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"angular-translate-interpolation-messageformat": "^2.19.1", "angular-translate-interpolation-messageformat": "^2.19.1",
"angular-translate-loader-static-files": "^2.19.1", "angular-translate-loader-static-files": "^2.19.1",
"blob-polyfill": ">=7.0.20220408", "blob-polyfill": ">=7.0.20220408",
"csv": "^6.2.5", "csv": "^6.3.9",
"d3-path": "^3.1.0", "d3-path": "^3.1.0",
"d3-shape": "^3.2.0", "d3-shape": "^3.2.0",
"datalist-polyfill": "^1.25.1", "datalist-polyfill": "^1.25.1",
@@ -21,11 +21,11 @@
"jquery": "^3.7.1", "jquery": "^3.7.1",
"jstz": "^2.1.1", "jstz": "^2.1.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"yaml": "^2.2.2" "yaml": "^2.4.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.12", "@babel/core": "^7.24.7",
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.24.7",
"babel-loader": "^8.3.0", "babel-loader": "^8.3.0",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"closure-webpack-plugin": "^2.6.1", "closure-webpack-plugin": "^2.6.1",