Skip to content

Commit 377cb0b

Browse files
build: bump rollup-plugin-alias from 1.4.0 to 2.2.0 (#20918)
Bumps [rollup-plugin-alias](https://github.com/frostney/rollup-plugin-alias) from 1.4.0 to 2.2.0. - [Release notes](https://github.com/frostney/rollup-plugin-alias/releases) - [Changelog](https://github.com/rollup/rollup-plugin-alias/blob/master/CHANGELOG.md) - [Commits](rollup/rollup-plugin-alias@v1.4.0...v2.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ff7b13 commit 377cb0b

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"protractor": "^5.4.3",
153153
"requirejs": "^2.3.6",
154154
"rollup": "~1.25.0",
155-
"rollup-plugin-alias": "^1.4.0",
155+
"rollup-plugin-alias": "^2.2.0",
156156
"rollup-plugin-commonjs": "^10.1.0",
157157
"rollup-plugin-node-resolve": "^5.2.0",
158158
"rollup-plugin-sourcemaps": "^0.4.2",

yarn.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10668,12 +10668,12 @@ rimraf@^3.0.0:
1066810668
dependencies:
1066910669
glob "^7.1.3"
1067010670

10671-
rollup-plugin-alias@^1.4.0:
10672-
version "1.4.0"
10673-
resolved "https://registry.yarnpkg.com/rollup-plugin-alias/-/rollup-plugin-alias-1.4.0.tgz#120cba7c46621c03138f0ca6fd5dd2ade9872db9"
10674-
integrity sha512-lB094zdi19FS+1bVarVp9kBN0Zk41PdTGoCk0z8xesKO7RGjOo18cp1hUzEqrOQ4bM9+KLD9nbnu/XUxQm9pbg==
10671+
rollup-plugin-alias@^2.2.0:
10672+
version "2.2.0"
10673+
resolved "https://registry.yarnpkg.com/rollup-plugin-alias/-/rollup-plugin-alias-2.2.0.tgz#5004a2bc542a2eebb45b5a0fff8c6f540439decc"
10674+
integrity sha512-9ZK410qeFed4gGrHoojBpxLsHF74vPgsheGg9JRW5RbALAxqdvJbd357mSqWBqUrBfRVnZnNUXTZdYLxxQEA5A==
1067510675
dependencies:
10676-
slash "^1.0.0"
10676+
slash "^3.0.0"
1067710677

1067810678
rollup-plugin-commonjs@^10.1.0:
1067910679
version "10.1.0"
@@ -11191,11 +11191,6 @@ signal-exit@^3.0.2:
1119111191
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
1119211192
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
1119311193

11194-
slash@^1.0.0:
11195-
version "1.0.0"
11196-
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
11197-
integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=
11198-
1119911194
slash@^3.0.0:
1120011195
version "3.0.0"
1120111196
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"

0 commit comments

Comments
 (0)