Skip to content

Commit 0199fda

Browse files
authored
Merge pull request #1046 from Patternslib/upgrade
Upgrade
2 parents 9cc5753 + d283c4e commit 0199fda

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"pegjs": "0.11.0-master.b7b87ea",
5050
"webpack-modernizr-loader": "^5.0.0"
5151
},
52-
"resolutions": {},
52+
"resolutions": {
53+
"jquery": "3.6.1"
54+
},
5355
"scripts": {
5456
"start": "BUILD_ENV=patternslib NODE_ENV=development webpack serve --config webpack/webpack.config.js",
5557
"build": "BUILD_ENV=patternslib NODE_ENV=production webpack --config webpack/webpack.config.js",

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6385,12 +6385,7 @@ jquery-jcrop@^0.9.13:
63856385
resolved "https://registry.yarnpkg.com/jquery-jcrop/-/jquery-jcrop-0.9.15.tgz#490f216f922f77a7e6c9be6c1d5d69582f414964"
63866386
integrity sha512-425X88jEoWojYPS5YhZciEW83z4J/TLPh9gvRfftroUBDr70Er58kerD1kY+cT/z8Ys5/VEkUZ9AA4tFwqgY+w==
63876387

6388-
jquery@>=1.7, jquery@^3.6.0:
6389-
version "3.6.0"
6390-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
6391-
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
6392-
6393-
jquery@^3.6.1:
6388+
jquery@3.6.1, jquery@>=1.7, jquery@^3.6.0, jquery@^3.6.1:
63946389
version "3.6.1"
63956390
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16"
63966391
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==

0 commit comments

Comments
 (0)