From 687ee46e8d7baab42cd083412bb73d72261fdda1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:52:32 +0000 Subject: [PATCH] Bump rollup from 0.63.5 to 2.79.2 in /ClusteringExploration Bumps [rollup](https://github.com/rollup/rollup) from 0.63.5 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v0.63.5...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ClusteringExploration/package-lock.json | 28 ++++++++++--------------- ClusteringExploration/package.json | 2 +- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/ClusteringExploration/package-lock.json b/ClusteringExploration/package-lock.json index c0f76236..46e60b5d 100644 --- a/ClusteringExploration/package-lock.json +++ b/ClusteringExploration/package-lock.json @@ -4,18 +4,6 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true - }, - "@types/node": { - "version": "10.9.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.9.4.tgz", - "integrity": "sha512-fCHV45gS+m3hH17zgkgADUSi2RR1Vht6wOZ0jyHP8rjiQra9f+mIcgwPQHllmDocYOstIEbKlxbFDYlgrTPYqw==", - "dev": true - }, "alpha-complex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/alpha-complex/-/alpha-complex-1.0.0.tgz", @@ -293,6 +281,13 @@ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "optional": true + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", @@ -739,13 +734,12 @@ "integrity": "sha1-FmRuUlKStNJdgnV6KGlV4Lv6U9k=" }, "rollup": { - "version": "0.63.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.63.5.tgz", - "integrity": "sha512-dFf8LpUNzIj3oE0vCvobX6rqOzHzLBoblyFp+3znPbjiSmSvOoK2kMKx+Fv9jYduG1rvcCfCveSgEaQHjWRF6g==", + "version": "2.79.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", + "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "dev": true, "requires": { - "@types/estree": "0.0.39", - "@types/node": "*" + "fsevents": "~2.3.2" } }, "rollup-plugin-commonjs": { diff --git a/ClusteringExploration/package.json b/ClusteringExploration/package.json index e449908b..2162d614 100644 --- a/ClusteringExploration/package.json +++ b/ClusteringExploration/package.json @@ -10,7 +10,7 @@ "underscore": "^1.9.1" }, "devDependencies": { - "rollup": "^0.63.5", + "rollup": "^2.79.2", "rollup-plugin-commonjs": "^9.1.4", "rollup-plugin-node-resolve": "^3.3.0" },