Skip to content

Commit 21e95c0

Browse files
Bump js-yaml from 3.14.1 to 4.1.1 in /anms-ui/server
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...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 2b7fdce commit 21e95c0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

anms-ui/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"helmet": "^3.22.0",
2828
"hpp": "^0.2.3",
2929
"jest": "^28.1.0",
30-
"js-yaml": "^3.14.0",
30+
"js-yaml": "^4.1.1",
3131
"lodash": "^4.17.21",
3232
"method-override": "^3.0.0",
3333
"morgan": "^1.10.0",

anms-ui/server/yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,11 @@ argparse@^1.0.7:
810810
dependencies:
811811
sprintf-js "~1.0.2"
812812

813+
argparse@^2.0.1:
814+
version "2.0.1"
815+
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
816+
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
817+
813818
array-flatten@1.1.1:
814819
version "1.1.1"
815820
resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz"
@@ -2870,14 +2875,21 @@ js-tokens@^4.0.0:
28702875
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
28712876
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
28722877

2873-
js-yaml@^3.13.1, js-yaml@^3.14.0:
2878+
js-yaml@^3.13.1:
28742879
version "3.14.1"
28752880
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz"
28762881
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
28772882
dependencies:
28782883
argparse "^1.0.7"
28792884
esprima "^4.0.0"
28802885

2886+
js-yaml@^4.1.1:
2887+
version "4.1.1"
2888+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
2889+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
2890+
dependencies:
2891+
argparse "^2.0.1"
2892+
28812893
jsbn@~0.1.0:
28822894
version "0.1.1"
28832895
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"

0 commit comments

Comments
 (0)