From c5dbcc7c287dc009c2f0de1c6cca47e12679189a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:37:10 +0000 Subject: [PATCH] chore(deps): update dependency @types/jquery to v3.5.22 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87299110..8ae659dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@types/express-flash": "0.0.3", "@types/express-session": "1.17.8", "@types/jest": "29.5.5", - "@types/jquery": "3.5.21", + "@types/jquery": "3.5.22", "@types/jsonwebtoken": "9.0.3", "@types/lusca": "1.7.2", "@types/node": "18.18.3", @@ -2013,9 +2013,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.21", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.21.tgz", - "integrity": "sha512-BgCalH4OX2JcjbnD9E86L+WeN6IcCGZle+Iy0I6eOMuraAfcMb0Z1x9E51rC2Dqq+m8KexEoDBW6GIJxUPmLEg==", + "version": "3.5.22", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", + "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -12738,9 +12738,9 @@ } }, "@types/jquery": { - "version": "3.5.21", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.21.tgz", - "integrity": "sha512-BgCalH4OX2JcjbnD9E86L+WeN6IcCGZle+Iy0I6eOMuraAfcMb0Z1x9E51rC2Dqq+m8KexEoDBW6GIJxUPmLEg==", + "version": "3.5.22", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", + "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index 2d2f4e5d..70850414 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@types/express-flash": "0.0.3", "@types/express-session": "1.17.8", "@types/jest": "29.5.5", - "@types/jquery": "3.5.21", + "@types/jquery": "3.5.22", "@types/jsonwebtoken": "9.0.3", "@types/lusca": "1.7.2", "@types/node": "18.18.3",