Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 5fa53d8

Browse files
Bump @astrojs/node from 5.1.0 to 5.1.1
Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@5.1.1/packages/integrations/node) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2ace3e commit 5fa53d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"node": ">=18"
2020
},
2121
"dependencies": {
22-
"@astrojs/node": "^5.1.0",
22+
"@astrojs/node": "^5.1.1",
2323
"@astrojs/partytown": "^1.2.0",
2424
"@astrojs/prefetch": "^0.2.1",
2525
"@astrojs/react": "^2.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
unist-util-visit "^4.1.0"
5858
vfile "^5.3.2"
5959

60-
"@astrojs/node@^5.1.0":
61-
version "5.1.0"
62-
resolved "https://registry.yarnpkg.com/@astrojs/node/-/node-5.1.0.tgz#a3a844b8aeb4c9e1b5f6d5706b7231f1945bd626"
63-
integrity sha512-O0u++oE8S9vVR0xPW5qqJzPla76UEYF+cZV2EuyVKgQRaXRXVgFsqHRxBICf79tP18fk8STxd6pqel6R1CWEUw==
60+
"@astrojs/node@^5.1.1":
61+
version "5.1.1"
62+
resolved "https://registry.yarnpkg.com/@astrojs/node/-/node-5.1.1.tgz#d36b90408e957aabcd3ea86c1f7e7d819f7c32c8"
63+
integrity sha512-wuuArAOIXSlTCy/82BwT2H1jgrB3ua6grgRTWmXZJ2/BeVwl27KAEuDIKjj6zDeszjLCgWjl/B+c2EkLaJjz5w==
6464
dependencies:
6565
"@astrojs/webapi" "^2.1.0"
6666
send "^0.18.0"

0 commit comments

Comments
 (0)