Skip to content

Commit 8f7671b

Browse files
committed
Update dependency rollup to v2.41.1
1 parent 2b7b97d commit 8f7671b

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@storybook/addons": "6.1.14",
3232
"@storybook/svelte": "6.1.14",
3333
"babel-loader": "8.2.2",
34-
"rollup": "2.36.2",
34+
"rollup": "2.41.1",
3535
"rollup-plugin-svelte": "7.0.0",
3636
"svelte": "3.31.2",
3737
"svelte-loader": "2.13.6"

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -4885,6 +4885,11 @@ fsevents@~2.1.2:
48854885
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
48864886
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
48874887

4888+
fsevents@~2.3.1:
4889+
version "2.3.2"
4890+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
4891+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
4892+
48884893
function-bind@^1.1.1:
48894894
version "1.1.1"
48904895
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -7921,12 +7926,12 @@ rollup-pluginutils@^2.8.2:
79217926
dependencies:
79227927
estree-walker "^0.6.1"
79237928

7924-
rollup@2.36.2:
7925-
version "2.36.2"
7926-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.36.2.tgz#883fc793c70c8481ad604f1065cd79ab0a4e9c49"
7927-
integrity sha512-qjjiuJKb+/8n0EZyQYVW+gFU4bNRBcZaXVzUgSVrGw0HlQBlK2aWyaOMMs1Ufic1jV69b9kW3u3i9B+hISDm3A==
7929+
rollup@2.41.1:
7930+
version "2.41.1"
7931+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.41.1.tgz#c7c7ada42b13be505facd516f13fb697c24c1116"
7932+
integrity sha512-nepLFAW5W71/MWpS2Yr7r31eS7HRfYg2RXnxb6ehqN9zY42yACxKtEfb4xq8SmNfUohAzGMcyl6jkwdLOAiUbg==
79287933
optionalDependencies:
7929-
fsevents "~2.1.2"
7934+
fsevents "~2.3.1"
79307935

79317936
run-async@^2.2.0, run-async@^2.4.0:
79327937
version "2.4.1"

0 commit comments

Comments
 (0)