diff --git a/package-lock.json b/package-lock.json index bb910b13..216d989e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.25", "all-contributors-cli": "^6.26.1", "babel-jest": "^29.7.0", "babelify": "^10.0.0", @@ -3927,9 +3927,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.25", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.25.tgz", + "integrity": "sha512-gykx2c+OZf5nx2tv/5fDQqmvGgTiXshELy5jf9IgXPtVfSBl57IUYByN4osbwMXwJijWGOEYQABzGaFZE79A0Q==", "dev": true, "dependencies": { "@types/sizzle": "*" diff --git a/package.json b/package.json index 19279986..a3035ef6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/jquery": "^3.5.22", + "@types/jquery": "^3.5.25", "all-contributors-cli": "^6.26.1", "babel-jest": "^29.7.0", "babelify": "^10.0.0",