Skip to content

Commit 6b33252

Browse files
Bump js-yaml from 4.1.0 to 4.1.1 (#7)
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:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eae74da commit 6b33252

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
},
148148
"devDependencies": {
149149
"@vscode/vsce": "^3.0.0",
150-
"js-yaml": "^4.1.0"
150+
"js-yaml": "^4.1.1"
151151
},
152152
"scripts": {
153153
"vs-package": "./node_modules/@vscode/vsce/vsce package",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,10 +1255,10 @@ js-yaml@^3.14.1:
12551255
argparse "^1.0.7"
12561256
esprima "^4.0.0"
12571257

1258-
js-yaml@^4.1.0:
1259-
version "4.1.0"
1260-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
1261-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
1258+
js-yaml@^4.1.0, js-yaml@^4.1.1:
1259+
version "4.1.1"
1260+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
1261+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
12621262
dependencies:
12631263
argparse "^2.0.1"
12641264

0 commit comments

Comments
 (0)