From 3416ed1db7ae491adc5835a7dbc7d8c57bac4c96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 02:05:46 +0000 Subject: [PATCH] fix: upgrade @types/jquery from 3.5.20 to 3.5.22 Snyk has created this PR to upgrade @types/jquery from 3.5.20 to 3.5.22. See this package in npm: https://www.npmjs.com/package/@types/jquery See this project in Snyk: https://app.snyk.io/org/mmomtchev/project/f179785a-f5dc-4dc2-b2fa-7740f2ace43b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5de9b52..235f235 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/chai": "^4.3.6", "@types/chai-spies": "^1.0.3", "@types/geojson": "^7946.0.10", - "@types/jquery": "^3.5.20", + "@types/jquery": "^3.5.22", "@types/mapbox__vector-tile": "^1.3.0", "@types/mocha": "^10.0.1", "@types/pako": "^2.0.0", @@ -1016,9 +1016,9 @@ "dev": true }, "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.22", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", + "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", "dev": true, "dependencies": { "@types/sizzle": "*" diff --git a/package.json b/package.json index ebe8488..0b80d0e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/chai": "^4.3.6", "@types/chai-spies": "^1.0.3", "@types/geojson": "^7946.0.10", - "@types/jquery": "^3.5.20", + "@types/jquery": "^3.5.22", "@types/mapbox__vector-tile": "^1.3.0", "@types/mocha": "^10.0.1", "@types/pako": "^2.0.0",