Просмотр исходного кода

fix(deps): update all non-major dependencies (#4880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 год назад
Родитель
Сommit
8e950ebc7f

+ 4 - 4
src/deb/web-terminal/package-lock.json

@@ -12,14 +12,14 @@
 				"ws": "^8.18.1"
 			},
 			"devDependencies": {
-				"@types/node": "^22.13.5",
+				"@types/node": "^22.13.8",
 				"@types/ws": "^8.5.14"
 			}
 		},
 		"node_modules/@types/node": {
-			"version": "22.13.5",
-			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz",
-			"integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==",
+			"version": "22.13.8",
+			"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.8.tgz",
+			"integrity": "sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ==",
 			"dev": true,
 			"license": "MIT",
 			"dependencies": {

+ 1 - 1
src/deb/web-terminal/package.json

@@ -12,6 +12,6 @@
 	},
 	"devDependencies": {
 		"@types/ws": "^8.5.14",
-		"@types/node": "^22.13.5"
+		"@types/node": "^22.13.8"
 	}
 }

+ 1 - 1
web/src/composer.json

@@ -7,7 +7,7 @@
     "require": {
         "symfony/console": "^7.2.1",
         "composer": "*",
-        "symfony/process": "^7.2"
+        "symfony/process": "^7.2.4"
     },
     "require-dev": {
         "squizlabs/php_codesniffer": "^3.11.3"

+ 7 - 7
web/src/composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "060a0580c3ab56d3870f0d9fd0a3acc9",
+    "content-hash": "890700d40cde1e92d82a9d079826b701",
     "packages": [
         {
             "name": "psr/container",
@@ -539,16 +539,16 @@
         },
         {
             "name": "symfony/process",
-            "version": "v7.2.0",
+            "version": "v7.2.4",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/process.git",
-                "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e"
+                "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
-                "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e",
+                "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
+                "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
                 "shasum": ""
             },
             "require": {
@@ -580,7 +580,7 @@
             "description": "Executes commands in sub-processes",
             "homepage": "https://symfony.com",
             "support": {
-                "source": "https://github.com/symfony/process/tree/v7.2.0"
+                "source": "https://github.com/symfony/process/tree/v7.2.4"
             },
             "funding": [
                 {
@@ -596,7 +596,7 @@
                     "type": "tidelift"
                 }
             ],
-            "time": "2024-11-06T14:24:19+00:00"
+            "time": "2025-02-05T08:33:46+00:00"
         },
         {
             "name": "symfony/service-contracts",