From 7acd67c8632d7b6ad1fb9f7507985e0bb087373d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 14:33:24 +0000 Subject: [PATCH] fix: upgrade multiple-select from 1.5.2 to 1.7.0 Snyk has created this PR to upgrade multiple-select from 1.5.2 to 1.7.0. See this package in npm: https://www.npmjs.com/package/multiple-select See this project in Snyk: https://app.snyk.io/org/mominulrony/project/045c5f73-2378-4348-8fcd-8947b074a30d?utm_source=github&utm_medium=referral&page=upgrade-pr --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 17bc7b4a6..05930fa8b 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -87,9 +87,9 @@ "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" }, "multiple-select": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/multiple-select/-/multiple-select-1.5.2.tgz", - "integrity": "sha512-sTNNRrjnTtB1b1+HTKcjQ/mjWY7Gvigo9F3C/3oTQCTFEpYzwaRYFPRAOu2SogfA1hEfyJTXjyS1VAbanJMsmA==" + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/multiple-select/-/multiple-select-1.7.0.tgz", + "integrity": "sha512-KlODxbDvsg/3M+xU5pmtJb89dJzK4G3oO2miWMwAbW8UaDHfXi4DoVSRiynqwfSa0znwrT0juKEsxJ2nux7k4A==" }, "parsleyjs": { "version": "2.9.2", diff --git a/static/package.json b/static/package.json index 83f94ad4f..160866cc3 100644 --- a/static/package.json +++ b/static/package.json @@ -21,7 +21,7 @@ "font-awesome": "^4.7.0", "htmx.org": "^1.6.1", "intro.js": "^2.9.3", - "multiple-select": "^1.5.2", + "multiple-select": "^1.7.0", "parsleyjs": "^2.9.2", "qrious": "^4.0.2", "toastr": "^2.1.4",