Skip to content

Commit

Permalink
chore(deps): bump @types/jquery from 3.5.31 to 3.5.32
Browse files Browse the repository at this point in the history
Bumps [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) from 3.5.31 to 3.5.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

---
updated-dependencies:
- dependency-name: "@types/jquery"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 73e4c75 commit 6a55d33
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docker/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.31",
"@types/jquery": "^3.5.32",
"@types/js-yaml": "^4.0.9",
"@types/method-override": "^0.0.35",
"@types/node": "^20.14.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@hawtio/online-oauth": "workspace:*",
"@hawtio/react": "^1.6.2",
"@types/jquery": "^3.5.31",
"@types/jquery": "^3.5.32",
"@types/jsonpath": "^0.2.4",
"@types/node": "^20.14.9",
"eventemitter3": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/management-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.31",
"@types/jquery": "^3.5.32",
"@types/jsonpath": "^0.2.4",
"babel-jest": "^29.6.1",
"jest": "^29.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jquery": "^3.5.31",
"@types/jquery": "^3.5.32",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-fetch-mock": "^3.0.3",
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ __metadata:
"@types/cors": "npm:^2.8.17"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.14"
"@types/jquery": "npm:^3.5.31"
"@types/jquery": "npm:^3.5.32"
"@types/js-yaml": "npm:^4.0.9"
"@types/method-override": "npm:^0.0.35"
"@types/node": "npm:^20.14.9"
Expand Down Expand Up @@ -2115,7 +2115,7 @@ __metadata:
"@hawtio/react": "npm:^1.6.2"
"@testing-library/jest-dom": "npm:^6.6.3"
"@types/jest": "npm:^29.5.14"
"@types/jquery": "npm:^3.5.31"
"@types/jquery": "npm:^3.5.32"
"@types/jsonpath": "npm:^0.2.4"
"@types/node": "npm:^20.14.9"
babel-jest: "npm:^29.6.1"
Expand Down Expand Up @@ -2184,7 +2184,7 @@ __metadata:
"@hawtio/online-kubernetes-api": "workspace:*"
"@hawtio/react": "npm:^1.6.2"
"@types/jest": "npm:^29.5.14"
"@types/jquery": "npm:^3.5.31"
"@types/jquery": "npm:^3.5.32"
"@types/jsonpath": "npm:^0.2.4"
babel-jest: "npm:^29.6.1"
eventemitter3: "npm:^5.0.1"
Expand Down Expand Up @@ -2255,7 +2255,7 @@ __metadata:
"@hawtio/react": "npm:^1.6.2"
"@thumbmarkjs/thumbmarkjs": "npm:^0.19.1"
"@types/jest": "npm:^29.5.14"
"@types/jquery": "npm:^3.5.31"
"@types/jquery": "npm:^3.5.32"
babel-jest: "npm:^29.6.1"
fetch-intercept: "npm:^2.4.0"
jest: "npm:^29.6.1"
Expand Down Expand Up @@ -3959,6 +3959,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jquery@npm:^3.5.32":
version: 3.5.32
resolution: "@types/jquery@npm:3.5.32"
dependencies:
"@types/sizzle": "npm:*"
checksum: 10/2c67cac338828870ead5c5e608f5fa5ab8101598ed4572cf49b58c342adffe8918d2e2fc94d7954e6b98a889cef8c3f4e6f44b8fecb75e80854b0f9cf9dd18a1
languageName: node
linkType: hard

"@types/js-yaml@npm:^4.0.9":
version: 4.0.9
resolution: "@types/js-yaml@npm:4.0.9"
Expand Down

0 comments on commit 6a55d33

Please sign in to comment.