diff --git a/acarshub-typescript/package-lock.json b/acarshub-typescript/package-lock.json index 18e4f825..6ed9d7bd 100644 --- a/acarshub-typescript/package-lock.json +++ b/acarshub-typescript/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.20", "@types/js-cookie": "^3.0.4", "@types/leaflet": "^1.9.6", "@types/node": "^20.7.0", @@ -2071,9 +2071,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.19", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.19.tgz", - "integrity": "sha512-KFbmk+dXfphHGuVCmlopgcNRCegN/21mkeoD4BzuJhVH0SJW3Uo2mLuAwb6oqTNV79EsRp6J7yC1BbKymjpx/g==", + "version": "3.5.20", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.20.tgz", + "integrity": "sha512-UI+EGhgYD4LdSZ8gaiziFqXYIIB38VQSDsnAs8jL/div7FGrzrShx4HKCykVzk3tPfiIlusdNP9Wi3G60LCF2Q==", "dev": true, "dependencies": { "@types/sizzle": "*" diff --git a/acarshub-typescript/package.json b/acarshub-typescript/package.json index a7723b73..a8b56393 100644 --- a/acarshub-typescript/package.json +++ b/acarshub-typescript/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", - "@types/jquery": "^3.5.19", + "@types/jquery": "^3.5.20", "@types/js-cookie": "^3.0.4", "@types/leaflet": "^1.9.6", "@types/node": "^20.7.0",