diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index f83b97c7..ec5f2837 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "@stylistic/eslint-plugin": "^2.8.0", - "@types/jquery": "^3.5.30", + "@types/jquery": "^3.5.31", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "eslint": "^9.10.0", @@ -2913,9 +2913,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.30", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.30.tgz", - "integrity": "sha512-nbWKkkyb919DOUxjmRVk8vwtDb0/k8FKncmUKFi+NY+QXqWltooxTrswvz4LspQwxvLdvzBN1TImr6cw3aQx2A==", + "version": "3.5.31", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.31.tgz", + "integrity": "sha512-rf/iB+cPJ/YZfMwr+FVuQbm7IaWC4y3FVYfVDxRGqmUCFjjPII0HWaP0vTPJGp6m4o13AXySCcMbWfrWtBFAKw==", "dev": true, "dependencies": { "@types/sizzle": "*" diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 481b8c9d..fca246a3 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -21,7 +21,7 @@ "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.4", "@stylistic/eslint-plugin": "^2.8.0", - "@types/jquery": "^3.5.30", + "@types/jquery": "^3.5.31", "@typescript-eslint/eslint-plugin": "^8.7.0", "@typescript-eslint/parser": "^8.7.0", "eslint": "^9.10.0",