summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-27 17:47:20 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-31 03:08:48 -0700
commit7b406a134e73d74cc42cd04a18a956e4a8fedb0d (patch)
tree65bc61bee0b5b03ff686fd29b79d685a67568e71 /meta-oe
parent3986b2233caa3062793823857e3f72b84d61f1d2 (diff)
downloadmeta-openembedded-7b406a134e73d74cc42cd04a18a956e4a8fedb0d.tar.gz
libjs-jquery-cookie: upgrade 3.0.5 -> 3.0.7
Changelog: =========== - Prevent cookie attribute injection: CVE-2026-46625 - Add Partitioned attribute to readme - Publish to npm registry via trusted publisher exclusively - Ensure consistent behaviour for get('name') + get() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb (renamed from meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb
index f4e26a65fc..7544ad4d9b 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf"
5 5
6SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" 6SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main;tag=v${PV}"
7 7
8SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" 8SRCREV = "17bacba0171dd022728d8fdeba3203c60791bf58"
9 9
10 10
11JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" 11JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie"