From 7d3fbe46409198e107081fe104111e1b226340a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 10:21:33 +0000 Subject: [PATCH] fix: upgrade sortablejs from 1.15.2 to 1.15.3 Snyk has created this PR to upgrade sortablejs from 1.15.2 to 1.15.3. See this package in npm: sortablejs See this project in Snyk: https://app.snyk.io/org/joepdooper/project/c65d7b12-eef5-4fe4-bb66-2078921c4a04?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdb79b2..6390183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "blog", + "name": "relock-npm-lock-v2-FCLD2x", "lockfileVersion": 3, "requires": true, "packages": { @@ -13,7 +13,7 @@ "macy": "^2.5.1", "normalize.css": "^8.0.1", "petite-vue": "^0.4.1", - "sortablejs": "^1.15.0", + "sortablejs": "^1.15.3", "swup": "^4.5.1", "vanilla-cookieconsent": "^3.0.0" }, @@ -1427,9 +1427,9 @@ } }, "node_modules/sortablejs": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz", - "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.3.tgz", + "integrity": "sha512-zdK3/kwwAK1cJgy1rwl1YtNTbRmc8qW/+vgXf75A7NHag5of4pyI6uK86ktmQETyWRH7IGaE73uZOOBcGxgqZg==", "license": "MIT" }, "node_modules/source-map-js": { diff --git a/package.json b/package.json index c9f861d..b7c837c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "macy": "^2.5.1", "normalize.css": "^8.0.1", "petite-vue": "^0.4.1", - "sortablejs": "^1.15.0", + "sortablejs": "^1.15.3", "swup": "^4.5.1", "vanilla-cookieconsent": "^3.0.0" },