Skip to content

Commit

Permalink
Bump rollup-plugin-serve from 2.0.2 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/thgh/rollup-plugin-serve/releases)
- [Changelog](https://github.com/thgh/rollup-plugin-serve/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thgh/rollup-plugin-serve/commits/v3.0.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-serve
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent e6ca37c commit e5306bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-svelte": "^7.1.6",
"rollup-plugin-visualizer": "^5.9.3",
"sinon": "^15.1.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7436,16 +7436,16 @@ [email protected], mime-types@^2.1.12, mime-types@~2.1.19:
dependencies:
mime-db "1.52.0"

mime@>=2.4.6:
version "3.0.0"
resolved "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz"
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==

mime@^1.6.0:
version "1.6.0"
resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz"
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==

mime@^4:
version "4.0.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.0.tgz#ae999669db9568c31a8da18dff6c696663f65486"
integrity sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==

mimic-fn@^2.1.0:
version "2.1.0"
resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz"
Expand Down Expand Up @@ -9661,12 +9661,12 @@ rollup-plugin-scss@^4.0.0:
dependencies:
rollup-pluginutils "^2.3.3"

rollup-plugin-serve@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/rollup-plugin-serve/-/rollup-plugin-serve-2.0.2.tgz#f49958b0725c9bd2fef976d23025a361e20bdee2"
integrity sha512-ALqyTbPhlf7FZ5RzlbDvMYvbKuCHWginJkTo6dMsbgji/a78IbsXox+pC83HENdkTRz8OXrTj+aShp3+3ratpg==
rollup-plugin-serve@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-serve/-/rollup-plugin-serve-3.0.0.tgz#e18bca98d4d2aa1979e319478b2e25c77a7722eb"
integrity sha512-DjVRhbwC0OgP1Q1sj8Lvx12ee60UTZM767kkjT61sYKHw/wLpANAw3VZN5ZMa5NlvO8bYpfTaqiUrW+icAjXFg==
dependencies:
mime ">=2.4.6"
mime "^4"
opener "1"

rollup-plugin-svelte@^7.1.6:
Expand Down

0 comments on commit e5306bf

Please sign in to comment.