Skip to content

Commit 38c7e2d

Browse files
build(deps): bump js-yaml from 4.1.0 to 4.1.1 in /flatpak-builder
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] <[email protected]>
1 parent 92ae985 commit 38c7e2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flatpak-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@actions/core": "^1.10.0",
1818
"@actions/exec": "^1.1.1",
1919
"@actions/github": "^6.0.0",
20-
"js-yaml": "^4.1.0"
20+
"js-yaml": "^4.1.1"
2121
},
2222
"devDependencies": {
2323
"eslint": "^8.49.0",

flatpak-builder/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,10 +3440,10 @@ js-yaml@^3.13.1:
34403440
argparse "^1.0.7"
34413441
esprima "^4.0.0"
34423442

3443-
js-yaml@^4.1.0:
3444-
version "4.1.0"
3445-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
3446-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
3443+
js-yaml@^4.1.0, js-yaml@^4.1.1:
3444+
version "4.1.1"
3445+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
3446+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
34473447
dependencies:
34483448
argparse "^2.0.1"
34493449

0 commit comments

Comments
 (0)