Skip to content

Commit e526ab3

Browse files
committed
fix(deps): bump js-yaml and nanoid to patched versions (alerts #262, #264)
- js-yaml: scoped root resolution ^4.3.0 -> ^4.3.1 (patched) - nanoid: lockfile-only bump 3.3.16 -> 3.3.18 (GHSA-2v37-7h3g-55p8) No resolution needed; postcss already requests ^3.3.16 which permits 3.3.18.
1 parent 0a38f0f commit e526ab3

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"webpack-dev-server": "^5.2.6",
107107
"brace-expansion": "^5.0.9",
108108
"@opentelemetry/core": "^2.8.0",
109-
"js-yaml": "^4.3.0",
109+
"js-yaml": "^4.3.1",
110110
"http-proxy-middleware": "^2.0.10",
111111
"next/sharp": "^0.35.0",
112112
"next/postcss": "^8.5.12"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18309,14 +18309,14 @@ __metadata:
1830918309
languageName: node
1831018310
linkType: hard
1831118311

18312-
"js-yaml@npm:^4.3.0":
18313-
version: 4.3.0
18314-
resolution: "js-yaml@npm:4.3.0"
18312+
"js-yaml@npm:^4.3.1":
18313+
version: 4.3.1
18314+
resolution: "js-yaml@npm:4.3.1"
1831518315
dependencies:
1831618316
argparse: "npm:^2.0.1"
1831718317
bin:
1831818318
js-yaml: bin/js-yaml.js
18319-
checksum: 10c0/058b30473d6915ca5b4feb11e2f7d4d97242f98d00a798ed48dd90b46b7c640398afe9128c5db22c5300f8c6528fe2a174b9a93f351a70ebc28c6203938d8bff
18319+
checksum: 10c0/13c500ca322e0c3f8c81686e6ecda96d2ea37b45247a420c17c7db36932d6965cc27391abc2d1a104501600e7f0d947a5f8b7be6db619c4fefa87901b3512807
1832018320
languageName: node
1832118321
linkType: hard
1832218322

@@ -19582,11 +19582,11 @@ __metadata:
1958219582
linkType: hard
1958319583

1958419584
"nanoid@npm:^3.3.16":
19585-
version: 3.3.16
19586-
resolution: "nanoid@npm:3.3.16"
19585+
version: 3.3.18
19586+
resolution: "nanoid@npm:3.3.18"
1958719587
bin:
1958819588
nanoid: bin/nanoid.cjs
19589-
checksum: 10c0/bbf2dcffe22d2b62d16de2711752070b539c0f644c7916f823ad6521986b2078cbe524f2d6240f58c46e9141ea0c7b87a029e100c0f7f175228cacaf30e41bba
19589+
checksum: 10c0/b994b4e396730f8be2520923284e2040d61eaee55cc6d4935ef6d38d34bafdc46133eda4d3faea5073bda545aa6079d82b886caeac5c731cf9ac18bcc1301425
1959019590
languageName: node
1959119591
linkType: hard
1959219592

0 commit comments

Comments
 (0)