From 86a1e51341be7c0c371ba4889915875af6b61696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:59:54 +0200 Subject: [PATCH] Bump rexml from 3.2.8 to 3.3.2 in /web (#4) * Bump rexml from 3.2.8 to 3.3.2 in /web Bumps [rexml](https://github.com/ruby/rexml) from 3.2.8 to 3.3.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.8...v3.3.2) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] * Merge from main (#5) * Create codeql-config.yml * Add OCPP 1.6 subprotocol support (#3) * start apim demo * infra setup * chore: basic websocket and debug files * now websockets work in a webapp * use ocpp1.6 subprotocol * chore: Update Makefile with build, test, clean, restore, watch, start, deploy, and publish commands * chore: Update WebSocketController.cs with WebSocket protocol handling * add station * add station to protocol * enable application insights * app gateway deployment * link app gw to pubsub * Add token capture in the rewriteRules * add hub * use private endpoint for webpubsub * fix unused var * use keyvault for certificate * show ip address * chore: Update DNS configuration for Web PubSub service * make web private too * fix typo * fix service links * Add storage for zip deployment * add some sleep * chore: Increase request timeout for app gateway to prevent immediate draining of websocket * Add pingpong for local test socket * Set the right timeouts for the backend settings * chore: Update DNS configuration for Web PubSub service * chore: Update DNS configuration for Web PubSub service and fix url template for pubsub * chore: Add vnet integration to the web app * add ip security restrictions * chore: Rename apim-custom directory to ocpp-server and update README Add ocpp1.6 subprotocol check * chore: Update DNS configuration for Web PubSub service and fix url template for pubsub * chore: Replace newline characters in log messages for WebSocketController and Program.cs --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Manuel Servera <8036360+jmservera@users.noreply.github.com> --- web/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/Gemfile.lock b/web/Gemfile.lock index f609e63..4dc464c 100644 --- a/web/Gemfile.lock +++ b/web/Gemfile.lock @@ -234,8 +234,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.2) + strscan rouge (3.30.0) rubyzip (2.3.2) safe_yaml (1.0.5)