From b60214972cc586e71638c777430815b57e6623fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:14:59 +0000 Subject: [PATCH] build(deps): bump @types/sockjs-client from 1.5.2 to 1.5.3 in /vma-gui Bumps [@types/sockjs-client](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sockjs-client) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sockjs-client) --- updated-dependencies: - dependency-name: "@types/sockjs-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vma-gui/package-lock.json | 14 +++++++------- vma-gui/package.json | 2 +- vma-gui/yarn.lock | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/vma-gui/package-lock.json b/vma-gui/package-lock.json index 621e54fe..5b991060 100644 --- a/vma-gui/package-lock.json +++ b/vma-gui/package-lock.json @@ -20,7 +20,7 @@ "@angular/platform-browser-dynamic": "~16.2.8", "@angular/router": "~16.2.8", "@stomp/stompjs": "^7.0.0", - "@types/sockjs-client": "^1.5.2", + "@types/sockjs-client": "^1.5.3", "ngx-cookie-service": "^16.0.1", "rxjs": "~7.8.1", "sockjs-client": "^1.6.1", @@ -4456,9 +4456,9 @@ } }, "node_modules/@types/sockjs-client": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@types/sockjs-client/-/sockjs-client-1.5.2.tgz", - "integrity": "sha512-KYM0HvjLD5OsyXGpISnydbwy/VU9T06rRKOJPs2WEPR19/sBNSNh+CUjulu3Qg0jmd8bINCqJILrSKDLDGzZMA==" + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/sockjs-client/-/sockjs-client-1.5.3.tgz", + "integrity": "sha512-U5DqdWpogbb3ocbyK9+Gzt343a0fTOMdX46WVHWpatEbWj7jO//kpWC9bGZ1bDDWqUnEw9DPsXJsa3bxeuKOlg==" }, "node_modules/@types/ws": { "version": "8.5.7", @@ -16302,9 +16302,9 @@ } }, "@types/sockjs-client": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@types/sockjs-client/-/sockjs-client-1.5.2.tgz", - "integrity": "sha512-KYM0HvjLD5OsyXGpISnydbwy/VU9T06rRKOJPs2WEPR19/sBNSNh+CUjulu3Qg0jmd8bINCqJILrSKDLDGzZMA==" + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/sockjs-client/-/sockjs-client-1.5.3.tgz", + "integrity": "sha512-U5DqdWpogbb3ocbyK9+Gzt343a0fTOMdX46WVHWpatEbWj7jO//kpWC9bGZ1bDDWqUnEw9DPsXJsa3bxeuKOlg==" }, "@types/ws": { "version": "8.5.7", diff --git a/vma-gui/package.json b/vma-gui/package.json index 5a772ba0..def38c92 100644 --- a/vma-gui/package.json +++ b/vma-gui/package.json @@ -22,7 +22,7 @@ "@angular/platform-browser-dynamic": "~16.2.8", "@angular/router": "~16.2.8", "@stomp/stompjs": "^7.0.0", - "@types/sockjs-client": "^1.5.2", + "@types/sockjs-client": "^1.5.3", "ngx-cookie-service": "^16.0.1", "rxjs": "~7.8.1", "sockjs-client": "^1.6.1", diff --git a/vma-gui/yarn.lock b/vma-gui/yarn.lock index ea4d3150..c1e12760 100644 --- a/vma-gui/yarn.lock +++ b/vma-gui/yarn.lock @@ -2632,10 +2632,10 @@ "@types/mime" "*" "@types/node" "*" -"@types/sockjs-client@^1.5.2": - version "1.5.2" - resolved "https://registry.yarnpkg.com/@types/sockjs-client/-/sockjs-client-1.5.2.tgz#e2dc204ac0ca02d9635a11f0d2d124e97e130e5f" - integrity sha512-KYM0HvjLD5OsyXGpISnydbwy/VU9T06rRKOJPs2WEPR19/sBNSNh+CUjulu3Qg0jmd8bINCqJILrSKDLDGzZMA== +"@types/sockjs-client@^1.5.3": + version "1.5.3" + resolved "https://registry.yarnpkg.com/@types/sockjs-client/-/sockjs-client-1.5.3.tgz#6d6e4d281eceeb18a372f406fc89e2bace063f0e" + integrity sha512-U5DqdWpogbb3ocbyK9+Gzt343a0fTOMdX46WVHWpatEbWj7jO//kpWC9bGZ1bDDWqUnEw9DPsXJsa3bxeuKOlg== "@types/sockjs@^0.3.33": version "0.3.33"