diff --git a/package-lock.json b/package-lock.json index faa93da3720..431bcb9d5e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@types/react-dom": "^16.0.9", "@types/semver": "7.5.6", "@types/shell-quote": "1.7.5", - "@types/sortablejs": "1.15.7", + "@types/sortablejs": "1.15.8", "@typescript-eslint/eslint-plugin": "6.16.0", "@typescript-eslint/parser": "6.16.0", "@whitespace/storybook-addon-html": "5.0.0", @@ -14378,9 +14378,9 @@ } }, "node_modules/@types/sortablejs": { - "version": "1.15.7", - "resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.7.tgz", - "integrity": "sha512-PvgWCx1Lbgm88FdQ6S7OGvLIjWS66mudKPlfdrWil0TjsO5zmoZmzoKiiwRShs1dwPgrlkr0N4ewuy0/+QUXYQ==", + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.8.tgz", + "integrity": "sha512-b79830lW+RZfwaztgs1aVPgbasJ8e7AXtZYHTELNXZPsERt4ymJdjV4OccDbHQAvHrCcFpbF78jkm0R6h/pZVg==", "dev": true }, "node_modules/@types/source-list-map": { @@ -40583,9 +40583,9 @@ } }, "node_modules/sortablejs": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.1.tgz", - "integrity": "sha512-P5Cjvb0UG1ZVNiDPj/n4V+DinttXG6K8n7vM/HQf0C25K3YKQTQY6fsr/sEGsJGpQ9exmPxluHxKBc0mLKU1lQ==" + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz", + "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==" }, "node_modules/source-list-map": { "version": "2.0.1", @@ -47428,7 +47428,7 @@ "dayjs": "1.11.10", "focus-trap": "7.5.4", "lodash-es": "4.17.21", - "sortablejs": "1.15.1", + "sortablejs": "1.15.2", "timezone-groups": "0.8.0" }, "devDependencies": { diff --git a/package.json b/package.json index 6c2a304f551..2873c1030a9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/react-dom": "^16.0.9", "@types/semver": "7.5.6", "@types/shell-quote": "1.7.5", - "@types/sortablejs": "1.15.7", + "@types/sortablejs": "1.15.8", "@typescript-eslint/eslint-plugin": "6.16.0", "@typescript-eslint/parser": "6.16.0", "@whitespace/storybook-addon-html": "5.0.0", diff --git a/packages/calcite-components/package.json b/packages/calcite-components/package.json index b1113e0b5ec..873ca7c2004 100644 --- a/packages/calcite-components/package.json +++ b/packages/calcite-components/package.json @@ -70,7 +70,7 @@ "dayjs": "1.11.10", "focus-trap": "7.5.4", "lodash-es": "4.17.21", - "sortablejs": "1.15.1", + "sortablejs": "1.15.2", "timezone-groups": "0.8.0" }, "devDependencies": {