Skip to content

Commit

Permalink
Bump @sveltejs/adapter-node from 1.1.4 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [@sveltejs/adapter-node](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node) from 1.1.4 to 1.3.1.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-node/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-node@1.3.1/packages/adapter-node)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent 62f6ef1 commit cdb1655
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 @@ -98,7 +98,7 @@
"@cucumber/cucumber": "^8.2.0",
"@prettier/plugin-pug": "1.10.1",
"@rollup/plugin-yaml": "4.0.1",
"@sveltejs/adapter-node": "1.1.4",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/kit": "1.30.3",
"@types/bcryptjs": "2.4.2",
"@types/connect-flash": "0.0.37",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2388,17 +2388,17 @@
dependencies:
pug-lexer "^5.0.0"

"@rollup/plugin-commonjs@^24.0.0":
version "24.0.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-24.0.1.tgz#d54ba26a3e3c495dc332bd27a81f7e9e2df46f90"
integrity sha512-15LsiWRZk4eOGqvrJyu3z3DaBu5BhXIMeWnijSRvd8irrrg9SHpQ1pH+BUK4H6Z9wL9yOxZJMTLU+Au86XHxow==
"@rollup/plugin-commonjs@^25.0.0":
version "25.0.8"
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.8.tgz#c77e608ab112a666b7f2a6bea625c73224f7dd34"
integrity sha512-ZEZWTK5n6Qde0to4vS9Mr5x/0UZoqCxPVR9KRUjU4kA2sO7GEUn1fop0DAwpO6z0Nw/kJON9bDmSxdWxO/TT1A==
dependencies:
"@rollup/pluginutils" "^5.0.1"
commondir "^1.0.1"
estree-walker "^2.0.2"
glob "^8.0.3"
is-reference "1.2.1"
magic-string "^0.27.0"
magic-string "^0.30.3"

"@rollup/plugin-json@^6.0.0":
version "6.0.0"
Expand Down Expand Up @@ -2550,12 +2550,12 @@
resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553"
integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==

"@sveltejs/adapter-node@1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@sveltejs/adapter-node/-/adapter-node-1.1.4.tgz#0174d8cd26987bf8824dfd60f5b9a74028c53d72"
integrity sha512-3iEBqi1fXLXP9YIbVuz2LXajoebRJCmAFEQbN40DlxAnA7G+InxUgnqFun3q9gBMz2Qvd99K51g/HxWetXRe8Q==
"@sveltejs/adapter-node@1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@sveltejs/adapter-node/-/adapter-node-1.3.1.tgz#b3d8dee1ae09d008b2add093e84cf085f3333bbc"
integrity sha512-A0VgRQDCDPzdLNoiAbcOxGw4zT1Mc+n1LwT1OmO350R7WxrEqdMUChPPOd1iMfIDWlP4ie6E2d/WQf5es2d4Zw==
dependencies:
"@rollup/plugin-commonjs" "^24.0.0"
"@rollup/plugin-commonjs" "^25.0.0"
"@rollup/plugin-json" "^6.0.0"
"@rollup/plugin-node-resolve" "^15.0.1"
rollup "^3.7.0"
Expand Down

0 comments on commit cdb1655

Please sign in to comment.