Skip to content

Commit

Permalink
chore(deps): bump @types/jquery from 3.5.30 to 3.5.31
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.30 to 3.5.31.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 361a8f0 commit 04a1898
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.12",
"@types/jquery": "^3.5.30",
"@types/jquery": "^3.5.31",
"@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.3.0",
"@types/jquery": "^3.5.30",
"@types/jquery": "^3.5.31",
"@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.12",
"@types/jquery": "^3.5.30",
"@types/jquery": "^3.5.31",
"@types/jsonpath": "^0.2.4",
"babel-jest": "^29.6.1",
"eslint-config-react-app": "^7.0.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.12",
"@types/jquery": "^3.5.30",
"@types/jquery": "^3.5.31",
"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 @@ -2012,7 +2012,7 @@ __metadata:
"@types/cors": "npm:^2.8.17"
"@types/express": "npm:^4.17.21"
"@types/jest": "npm:^29.5.12"
"@types/jquery": "npm:^3.5.30"
"@types/jquery": "npm:^3.5.31"
"@types/js-yaml": "npm:^4.0.9"
"@types/method-override": "npm:^0.0.35"
"@types/node": "npm:^20.14.9"
Expand Down Expand Up @@ -2103,7 +2103,7 @@ __metadata:
"@hawtio/react": "npm:^1.3.0"
"@testing-library/jest-dom": "npm:^6.5.0"
"@types/jest": "npm:^29.5.12"
"@types/jquery": "npm:^3.5.30"
"@types/jquery": "npm:^3.5.31"
"@types/jsonpath": "npm:^0.2.4"
"@types/node": "npm:^20.14.9"
babel-jest: "npm:^29.6.1"
Expand Down Expand Up @@ -2173,7 +2173,7 @@ __metadata:
"@hawtio/online-kubernetes-api": "workspace:*"
"@hawtio/react": "npm:^1.3.0"
"@types/jest": "npm:^29.5.12"
"@types/jquery": "npm:^3.5.30"
"@types/jquery": "npm:^3.5.31"
"@types/jsonpath": "npm:^0.2.4"
babel-jest: "npm:^29.6.1"
eslint-config-react-app: "npm:^7.0.1"
Expand Down Expand Up @@ -2245,7 +2245,7 @@ __metadata:
"@hawtio/react": "npm:^1.3.0"
"@thumbmarkjs/thumbmarkjs": "npm:^0.14.8"
"@types/jest": "npm:^29.5.12"
"@types/jquery": "npm:^3.5.30"
"@types/jquery": "npm:^3.5.31"
babel-jest: "npm:^29.6.1"
fetch-intercept: "npm:^2.4.0"
jest: "npm:^29.6.1"
Expand Down Expand Up @@ -3942,6 +3942,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jquery@npm:^3.5.31":
version: 3.5.31
resolution: "@types/jquery@npm:3.5.31"
dependencies:
"@types/sizzle": "npm:*"
checksum: 10/c14b3db4d2c34eb44b30ae119f1983d9d94231a02d44357b08f3ef406852c777edd928eb35875e879515a96eb8eb2188ed5572a0de35f322019bf6de858ce610
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 04a1898

Please sign in to comment.