Skip to content

Commit 65e5682

Browse files
Bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 565c244 commit 65e5682

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@zuplo/errors": "^0.0.0",
3737
"dotenv": "^16.3.1",
3838
"fastify": "^4.21.0",
39-
"js-yaml": "^4.1.0",
39+
"js-yaml": "^4.1.1",
4040
"posthog-node": "^3.1.1",
4141
"serialize-error": "^11.0.1",
4242
"stacktrace-parser": "^0.1.10",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@typeform/embed-react": "^3.8.0",
1919
"@vercel/og": "^0.5.20",
2020
"classnames": "^2.3.2",
21-
"js-yaml": "^4.1.0",
21+
"js-yaml": "^4.1.1",
2222
"next": "^14.1.1",
2323
"posthog-js": "^1.91.1",
2424
"react": "18.2.0",

package-lock.json

Lines changed: 20 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/internal-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@stoplight/spectral-ruleset-bundler": "^1.5.2",
4949
"chalk": "^5.3.0",
5050
"dotenv": "^16.3.1",
51-
"js-yaml": "^4.1.0",
51+
"js-yaml": "^4.1.1",
5252
"openapi-types": "^12.1.3",
5353
"yargs": "^17.7.2"
5454
}

0 commit comments

Comments
 (0)