Skip to content

Commit f8753ba

Browse files
committed
chore(deps): update dependency @netlify/build to ^27.11.2
1 parent 9938695 commit f8753ba

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-dom": "^18.1.0"
1212
},
1313
"devDependencies": {
14-
"@netlify/build": "^27.11.1",
14+
"@netlify/build": "^27.11.2",
1515
"@netlify/functions": "^1.0.0",
1616
"@netlify/plugin-nextjs": "^4.13.1",
1717
"@types/fs-extra": "^9.0.13",

yarn.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@
145145
resolved "https://registry.yarnpkg.com/@netlify/binary-info/-/binary-info-1.0.0.tgz#cd0d86fb783fb03e52067f0cd284865e57be86c8"
146146
integrity sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw==
147147

148-
"@netlify/build@^27.11.1":
149-
version "27.11.1"
150-
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.11.1.tgz#ba78bc470f1cecd2767c80129c359b61ca866822"
151-
integrity sha512-H8sCablM8sItxwKQqSC+rY+3yc0EI3rR8hKEuLjFLmmZkWNcYEdblMEeiaQjUlXDaSmPcAb21+OeuxlnpfZKQg==
148+
"@netlify/build@^27.11.2":
149+
version "27.11.2"
150+
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.11.2.tgz#3550b039d95d13feac22a65c291438d462a79daa"
151+
integrity sha512-gS3Po2LLUmJMnyZFrcEcqo+yuKdjBlWteyWINMCIZWx+KskpKOotRPeN0c5CyOBNjEIsnVLnEeQpsiCro0v7Xg==
152152
dependencies:
153153
"@bugsnag/js" "^7.0.0"
154154
"@netlify/cache-utils" "^4.0.0"
155155
"@netlify/config" "^18.1.2"
156-
"@netlify/edge-bundler" "^1.12.0"
156+
"@netlify/edge-bundler" "^1.12.1"
157157
"@netlify/functions-utils" "^4.2.3"
158158
"@netlify/git-utils" "^4.0.0"
159159
"@netlify/plugins-list" "^6.36.0"
@@ -251,10 +251,10 @@
251251
validate-npm-package-name "^4.0.0"
252252
yargs "^17.3.1"
253253

254-
"@netlify/edge-bundler@^1.12.0":
255-
version "1.12.0"
256-
resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.12.0.tgz#19d943f3fc59cf764f1b8be2ec5448d84c152874"
257-
integrity sha512-0RAFxlPhkARBWIlN/C7hbN8yN1Kh2i/BMRmZJnpfano1aChGtZAHB3hB6VvAJcAaN1GFTCeOWB7Z+u8rEkuZdw==
254+
"@netlify/edge-bundler@^1.12.1":
255+
version "1.12.1"
256+
resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.12.1.tgz#43e1a573028368f807372ac4ea1f5ff100105052"
257+
integrity sha512-yROvOGpapj79wJIIjtuGX/p82gZt2K8on13cTg1tfCGRrGOvE+RNSKi5XuAXpocceyDJXnEyETXsc0mdpMMdhg==
258258
dependencies:
259259
common-path-prefix "^3.0.0"
260260
del "^6.0.0"
@@ -264,6 +264,7 @@
264264
node-fetch "^3.1.1"
265265
node-stream-zip "^1.15.0"
266266
p-wait-for "^4.1.0"
267+
path-key "^4.0.0"
267268
semver "^7.3.5"
268269
tmp-promise "^3.0.3"
269270
uuid "^8.3.2"

0 commit comments

Comments
 (0)