Skip to content

Commit 317fc60

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

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"core-js": "^3.6.5",
3636
"focus-visible": "^5.2.0",
3737
"fuse.js": "^6.6.2",
38-
"js-yaml": "^4.1.0",
38+
"js-yaml": "^4.1.1",
3939
"next": "~13.1.6",
4040
"next-query-params": "^4.3.0",
4141
"next-sitemap": "^3.1.17",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9352,7 +9352,7 @@ js-sdsl@^4.1.4:
93529352
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
93539353
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
93549354

9355-
[email protected], js-yaml@^4.1.0:
9355+
93569356
version "4.1.0"
93579357
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
93589358
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
@@ -9367,6 +9367,13 @@ js-yaml@^3.10.0, js-yaml@^3.13.1:
93679367
argparse "^1.0.7"
93689368
esprima "^4.0.0"
93699369

9370+
js-yaml@^4.1.0, js-yaml@^4.1.1:
9371+
version "4.1.1"
9372+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
9373+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
9374+
dependencies:
9375+
argparse "^2.0.1"
9376+
93709377
jsbn@~0.1.0:
93719378
version "0.1.1"
93729379
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"

0 commit comments

Comments
 (0)