Skip to content

Commit 5182983

Browse files
Update dependency @rollup/plugin-strip to v2.0.1 (#4951)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4eddda4 commit 5182983

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

packages-exp/auth-exp/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"license": "Apache-2.0",
2626
"devDependencies": {
27-
"@rollup/plugin-strip": "2.0.0",
27+
"@rollup/plugin-strip": "2.0.1",
2828
"rollup": "2.52.2",
2929
"@rollup/plugin-json": "4.1.0",
3030
"rollup-plugin-replace": "2.2.0",

packages-exp/auth-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rollup": "2.52.2",
6666
"rollup-plugin-sourcemaps": "0.6.3",
6767
"rollup-plugin-typescript2": "0.30.0",
68-
"@rollup/plugin-strip": "2.0.0",
68+
"@rollup/plugin-strip": "2.0.1",
6969
"typescript": "4.2.2"
7070
},
7171
"repository": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2604,21 +2604,21 @@
26042604
is-module "^1.0.0"
26052605
resolve "^1.19.0"
26062606

2607-
"@rollup/[email protected].0":
2608-
version "2.0.0"
2609-
resolved "https://registry.npmjs.org/@rollup/plugin-strip/-/plugin-strip-2.0.0.tgz#46014ca2bc30bfff4ac289c52d7174671418173d"
2610-
integrity sha512-1xtE2FDk7Wwr2dEPugkQp3M2FGtSVYeRQaJnHJIkHzcXpBlxT/z+jJoVUvm8LGXso+bLWgO65WrmQ6bC6e/x+A==
2607+
"@rollup/[email protected].1":
2608+
version "2.0.1"
2609+
resolved "https://registry.npmjs.org/@rollup/plugin-strip/-/plugin-strip-2.0.1.tgz#276e7789a33ae0b10bc8522a20f187d8a6b6b550"
2610+
integrity sha512-+JJInHt/90Ta/ofCH+YHrI6nyDKe9jVzwBkmnakjDUMD+2QUTPHy60jep+kaMm4ARKWavtfmPbQp7e+xxAHU7g==
26112611
dependencies:
2612-
"@rollup/pluginutils" "^3.0.4"
2613-
estree-walker "^1.0.1"
2614-
magic-string "^0.25.5"
2612+
"@rollup/pluginutils" "^3.1.0"
2613+
estree-walker "^2.0.1"
2614+
magic-string "^0.25.7"
26152615

26162616
26172617
version "2.0.3"
26182618
resolved "https://registry.npmjs.org/@rollup/plugin-virtual/-/plugin-virtual-2.0.3.tgz#0afc88d75c1e1378ab290b8e9898d4edb5be0d74"
26192619
integrity sha512-pw6ziJcyjZtntQ//bkad9qXaBx665SgEL8C8KI5wO8G5iU5MPxvdWrQyVaAvjojGm9tJoS8M9Z/EEepbqieYmw==
26202620

2621-
"@rollup/pluginutils@^3.0.4", "@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.0.9", "@rollup/pluginutils@^3.1.0":
2621+
"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.0.9", "@rollup/pluginutils@^3.1.0":
26222622
version "3.1.0"
26232623
resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
26242624
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
@@ -11668,7 +11668,7 @@ macos-release@^2.2.0:
1166811668
resolved "https://registry.npmjs.org/macos-release/-/macos-release-2.4.1.tgz#64033d0ec6a5e6375155a74b1a1eba8e509820ac"
1166911669
integrity sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg==
1167011670

11671-
[email protected], magic-string@^0.25.2, magic-string@^0.25.5, magic-string@^0.25.7:
11671+
[email protected], magic-string@^0.25.2, magic-string@^0.25.7:
1167211672
version "0.25.7"
1167311673
resolved "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
1167411674
integrity sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==

0 commit comments

Comments
 (0)