Skip to content

Commit c46f2b0

Browse files
committed
updating jquery, dompurify
1 parent cfad9cf commit c46f2b0

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tagspaces-browser-extension",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Codebase for the Chrome and Firefox extensions of TagSpaces",
55
"repository": {
66
"type": "git",
@@ -33,10 +33,10 @@
3333
},
3434
"dependencies": {
3535
"bootswatch": "^3.4.0",
36-
"dompurify": "^2.0.10",
36+
"dompurify": "^2.1.1",
3737
"file-saver": "^2.0.2",
3838
"font-awesome": "^4.7.0",
39-
"jquery": "^3.5.0",
39+
"jquery": "^3.5.1",
4040
"open-location-code": "^1.0.3",
4141
"readability": "https://github.com/mozilla/readability.git",
4242
"webextension-polyfill": "^0.6.0"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1745,10 +1745,10 @@ domhandler@^2.3.0:
17451745
dependencies:
17461746
domelementtype "1"
17471747

1748-
dompurify@^2.0.10:
1749-
version "2.0.10"
1750-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.0.10.tgz#d193f36d8148b4297a3a420b992d20eeff47a4d3"
1751-
integrity sha512-ok1dcSztsIuVxWG6Cx0ujyDIzNclz9W9OIU0cOb0IT+VAtSLrOelZF4miUvSm1U4PoCw8D7sIOLCnCQOaVpr3w==
1748+
dompurify@^2.1.1:
1749+
version "2.1.1"
1750+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.1.1.tgz#b5aa988676b093a9c836d8b855680a8598af25fe"
1751+
integrity sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg==
17521752

17531753
domutils@1.5.1:
17541754
version "1.5.1"
@@ -3524,10 +3524,10 @@ jetpack-id@1.0.0:
35243524
resolved "https://registry.yarnpkg.com/jetpack-id/-/jetpack-id-1.0.0.tgz#2cf9fbae46d8074fc16b7de0071c8efebca473a6"
35253525
integrity sha1-LPn7rkbYB0/Ba33gBxyO/rykc6Y=
35263526

3527-
jquery@^3.5.0:
3528-
version "3.5.0"
3529-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
3530-
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
3527+
jquery@^3.5.1:
3528+
version "3.5.1"
3529+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
3530+
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
35313531

35323532
js-select@~0.6.0:
35333533
version "0.6.0"

0 commit comments

Comments
 (0)