Skip to content

Commit 61b805c

Browse files
build(deps): 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 578686b commit 61b805c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"http-server": "14.1.1",
112112
"indexeddbshim": "10.1.0",
113113
"inquirer": "8.2.6",
114-
"js-yaml": "4.1.0",
114+
"js-yaml": "4.1.1",
115115
"karma": "6.4.4",
116116
"karma-chrome-launcher": "3.2.0",
117117
"karma-cli": "2.0.0",

repo-scripts/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"colors": "~1.4.0",
2929
"resolve": "~1.22.0",
3030
"tslib": "^2.1.0",
31-
"js-yaml": "4.1.0"
31+
"js-yaml": "4.1.1"
3232
},
3333
"devDependencies": {
3434
"@types/js-yaml": "4.0.9",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10041,13 +10041,20 @@ js-tokens@^4.0.0:
1004110041
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
1004210042
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
1004310043

10044-
js-yaml@4.1.0, js-yaml@^4.1.0:
10044+
js-yaml@4.1.0:
1004510045
version "4.1.0"
1004610046
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
1004710047
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
1004810048
dependencies:
1004910049
argparse "^2.0.1"
1005010050

10051+
js-yaml@4.1.1, js-yaml@^4.1.0:
10052+
version "4.1.1"
10053+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
10054+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
10055+
dependencies:
10056+
argparse "^2.0.1"
10057+
1005110058
js-yaml@^3.13.1, js-yaml@^3.14.1, js-yaml@^3.6.1:
1005210059
version "3.14.1"
1005310060
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"

0 commit comments

Comments
 (0)