diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index 8fbf0099..d52ecfa5 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.25.9", "@babel/preset-env": "^7.25.9", "@stylistic/eslint-plugin": "^2.9.0", - "@types/jquery": "^3.5.31", + "@types/jquery": "^3.5.32", "@typescript-eslint/eslint-plugin": "^8.11.0", "@typescript-eslint/parser": "^8.11.0", "eslint": "^9.12.0", @@ -2856,9 +2856,9 @@ } }, "node_modules/@types/jquery": { - "version": "3.5.31", - "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.31.tgz", - "integrity": "sha512-rf/iB+cPJ/YZfMwr+FVuQbm7IaWC4y3FVYfVDxRGqmUCFjjPII0HWaP0vTPJGp6m4o13AXySCcMbWfrWtBFAKw==", + "version": "3.5.32", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.5.32.tgz", + "integrity": "sha512-b9Xbf4CkMqS02YH8zACqN1xzdxc3cO735Qe5AbSUFmyOiaWAbcpqh9Wna+Uk0vgACvoQHpWDg2rGdHkYPLmCiQ==", "dev": true, "dependencies": { "@types/sizzle": "*" diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 4a9e2594..faa04feb 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -21,7 +21,7 @@ "@babel/core": "^7.25.9", "@babel/preset-env": "^7.25.9", "@stylistic/eslint-plugin": "^2.9.0", - "@types/jquery": "^3.5.31", + "@types/jquery": "^3.5.32", "@typescript-eslint/eslint-plugin": "^8.11.0", "@typescript-eslint/parser": "^8.11.0", "eslint": "^9.12.0",