From de2395d46ddd1bea5a57c0573f75bc04cb16a981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:54:31 +0000 Subject: [PATCH] Bump rollup from 0.66.0 to 3.29.5 Bumps [rollup](https://github.com/rollup/rollup) from 0.66.0 to 3.29.5. - [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.66.0...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 27 +++++++++++---------------- package.json | 2 +- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index d78eb0b..b7089a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,16 +24,6 @@ "js-tokens": "^4.0.0" } }, - "@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==" - }, - "@types/node": { - "version": "10.10.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.10.1.tgz", - "integrity": "sha512-nzsx28VwfaIykfzMAG9TB3jxF5Nn+1/WMKnmVZc8TsB+LMIVvwUscVn7PAq+LFaY5ng5u4jp5mRROSswo76PPA==" - }, "@types/three": { "version": "0.92.21", "resolved": "https://registry.npmjs.org/@types/three/-/three-0.92.21.tgz", @@ -186,6 +176,12 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", "dev": true }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "optional": true + }, "glob": { "version": "7.1.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", @@ -319,12 +315,11 @@ } }, "rollup": { - "version": "0.66.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-0.66.0.tgz", - "integrity": "sha512-WOkVBSdod3phCSAri5Q579JufeAzJTi43L4oAHzFtjRWJTv2LIszYCU3K9TLMEsVksMY93EwgWCb+hpKRhQwGg==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "requires": { - "@types/estree": "0.0.39", - "@types/node": "*" + "fsevents": "~2.3.2" } }, "rollup-plugin-typescript": { @@ -341,7 +336,7 @@ "dependencies": { "typescript": { "version": "1.8.10", - "resolved": "http://registry.npmjs.org/typescript/-/typescript-1.8.10.tgz", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-1.8.10.tgz", "integrity": "sha1-tHXW4N/wv1DyluXKbvn7tccyDx4=" } } diff --git a/package.json b/package.json index 9c910ef..6f2a7c3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": "Apache-2.0", "dependencies": { "@types/three": "0.92.21", - "rollup": "^0.66.0", + "rollup": "^3.29.5", "rollup-plugin-typescript": "^0.8.1", "three": "^0.96.0", "typescript": "^3.0.3"