diff --git a/acarshub-typescript/package-lock.json b/acarshub-typescript/package-lock.json index c93ec9de..1cfce6e3 100644 --- a/acarshub-typescript/package-lock.json +++ b/acarshub-typescript/package-lock.json @@ -30,7 +30,7 @@ "devDependencies": { "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.2", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.23", "@types/js-cookie": "^3.0.4", "@types/leaflet": "^1.9.6", "@types/node": "^20.8.6", @@ -2071,9 +2071,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.22", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.22.tgz", - "integrity": "sha512-ISQFeUK5GwRftLK4PVvKTWEVCxZ2BpaqBz0TWkIq5w4vGojxZP9+XkqgcPjxoqmPeew+HLyWthCBvK7GdF5NYA==", + "version": "3.5.23", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.23.tgz", + "integrity": "sha512-LwtD05mlY8iPF/1aB8dOZaYhRDothbHA7csnAxhyqMnQxj90Fo3J4nPhmHiA0OMTwHhjwZdE1Lpd6UK+b+C6Bw==", "dev": true, "dependencies": { "@types/sizzle": "*" diff --git a/acarshub-typescript/package.json b/acarshub-typescript/package.json index a7c71801..17e40de1 100644 --- a/acarshub-typescript/package.json +++ b/acarshub-typescript/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@babel/core": "^7.23.2", "@babel/preset-env": "^7.23.2", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.23", "@types/js-cookie": "^3.0.4", "@types/leaflet": "^1.9.6", "@types/node": "^20.8.6",