From 3bff76a03490395bf3bd6257fc7b6ba5d4c4637b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:49:13 +0530 Subject: [PATCH] chore(deps): update dependency @types/jquery to v3.5.21 (#644) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 c2751219..1abf45a7 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.20", + "@types/jquery": "3.5.21", "@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.20", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.20.tgz", - "integrity": "sha512-UI+EGhgYD4LdSZ8gaiziFqXYIIB38VQSDsnAs8jL/div7FGrzrShx4HKCykVzk3tPfiIlusdNP9Wi3G60LCF2Q==", + "version": "3.5.21", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.21.tgz", + "integrity": "sha512-BgCalH4OX2JcjbnD9E86L+WeN6IcCGZle+Iy0I6eOMuraAfcMb0Z1x9E51rC2Dqq+m8KexEoDBW6GIJxUPmLEg==", "dev": true, "dependencies": { "@types/sizzle": "*" @@ -12738,9 +12738,9 @@ } }, "@types/jquery": { - "version": "3.5.20", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.20.tgz", - "integrity": "sha512-UI+EGhgYD4LdSZ8gaiziFqXYIIB38VQSDsnAs8jL/div7FGrzrShx4HKCykVzk3tPfiIlusdNP9Wi3G60LCF2Q==", + "version": "3.5.21", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.21.tgz", + "integrity": "sha512-BgCalH4OX2JcjbnD9E86L+WeN6IcCGZle+Iy0I6eOMuraAfcMb0Z1x9E51rC2Dqq+m8KexEoDBW6GIJxUPmLEg==", "dev": true, "requires": { "@types/sizzle": "*" diff --git a/package.json b/package.json index f11d4a5c..117a189a 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.20", + "@types/jquery": "3.5.21", "@types/jsonwebtoken": "9.0.3", "@types/lusca": "1.7.2", "@types/node": "18.18.3",