Skip to content

Commit 2581296

Browse files
dependabot[bot]cloud-sdk-js
andauthored
chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#6157)
* chore(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] <[email protected]> * Regenerate check-public-api action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cloud-sdk-js <[email protected]>
1 parent b37958b commit 2581296

File tree

3 files changed

+27
-14
lines changed

3 files changed

+27
-14
lines changed

.github/actions/check-public-api/index.js

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/openapi-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@sap-cloud-sdk/generator-common": "^4.1.2",
4141
"@sap-cloud-sdk/openapi": "^4.1.2",
4242
"@sap-cloud-sdk/util": "^4.1.2",
43-
"js-yaml": "^4.0.0",
43+
"js-yaml": "^4.1.1",
4444
"openapi-types": "^12.1.3",
4545
"swagger2openapi": "^7.0.4"
4646
},

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6002,7 +6002,7 @@ js-tokens@^4.0.0:
60026002
resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
60036003
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
60046004

6005-
[email protected], js-yaml@^4.0.0, js-yaml@^4.1.0:
6005+
60066006
version "4.1.0"
60076007
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
60086008
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
@@ -6017,6 +6017,13 @@ js-yaml@^3.12.1, js-yaml@^3.13.1, js-yaml@^3.14.1, js-yaml@^3.6.1:
60176017
argparse "^1.0.7"
60186018
esprima "^4.0.0"
60196019

6020+
js-yaml@^4.1.0, js-yaml@^4.1.1:
6021+
version "4.1.1"
6022+
resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
6023+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
6024+
dependencies:
6025+
argparse "^2.0.1"
6026+
60206027
jsbi@^4.3.0:
60216028
version "4.3.2"
60226029
resolved "https://registry.npmjs.org/jsbi/-/jsbi-4.3.2.tgz#8a4d05d4e09907d73042135b6aa55a6d161ee955"

0 commit comments

Comments
 (0)