Skip to content

Commit

Permalink
Bump jquery and @types/jquery in /l2-frontend
Browse files Browse the repository at this point in the history
Bumps [jquery](https://github.com/jquery/jquery) and [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery). These dependencies needed to be updated together.

Updates `jquery` from 3.6.4 to 3.7.1
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.6.4...3.7.1)

Updates `@types/jquery` from 3.5.16 to 3.5.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent e9ae16f commit 0936b81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions l2-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"es-cookie": "^1.4.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"inputmask": "^5.0.7",
"jquery": "^3.6.1",
"jquery": "^3.7.1",
"js-base64": "^3.7.2",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^2.6.1",
Expand Down Expand Up @@ -84,7 +84,7 @@
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/jquery": "^3.5.25",
"@types/lodash": "^4.14.194",
"@types/pdfobject": "^2.2.3",
"@types/promise.prototype.finally": "^2.0.4",
Expand Down
16 changes: 8 additions & 8 deletions l2-frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1276,10 +1276,10 @@
dependencies:
"@types/node" "*"

"@types/jquery@^3.5.14":
version "3.5.16"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.16.tgz#632131baf30951915b0317d48c98e9890bdf051d"
integrity sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==
"@types/jquery@^3.5.25":
version "3.5.25"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.25.tgz#c817c71d414855f7d71f46da39f43e6b9579b0b9"
integrity sha512-gykx2c+OZf5nx2tv/5fDQqmvGgTiXshELy5jf9IgXPtVfSBl57IUYByN4osbwMXwJijWGOEYQABzGaFZE79A0Q==
dependencies:
"@types/sizzle" "*"

Expand Down Expand Up @@ -5600,10 +5600,10 @@ joi@^17.4.0:
"@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0"

jquery@>=1.7, jquery@^3.6.1:
version "3.6.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
jquery@>=1.7, jquery@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==

js-base64@^3.7.2:
version "3.7.5"
Expand Down

0 comments on commit 0936b81

Please sign in to comment.