Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @types/jquery from 3.5.31 to 3.5.32 #613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8.1",
"@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
16 changes: 8 additions & 8 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.8.1"
"@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.8.1"
"@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.8.1"
"@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 @@ -4011,12 +4011,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading