diff --git a/spring-boot-admin-server-ui/package-lock.json b/spring-boot-admin-server-ui/package-lock.json index 8e0e7d9a2f6..706a85f235a 100644 --- a/spring-boot-admin-server-ui/package-lock.json +++ b/spring-boot-admin-server-ui/package-lock.json @@ -34,7 +34,7 @@ "file-saver": "2.0.5", "fuse.js": "^7.0.0", "iso8601-duration": "2.1.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash-es": "4.17.21", "mitt": "^3.0.0", "moment": "2.30.1", @@ -7377,9 +7377,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/spring-boot-admin-server-ui/package.json b/spring-boot-admin-server-ui/package.json index 32650c6097d..007136b24e0 100644 --- a/spring-boot-admin-server-ui/package.json +++ b/spring-boot-admin-server-ui/package.json @@ -45,7 +45,7 @@ "file-saver": "2.0.5", "fuse.js": "^7.0.0", "iso8601-duration": "2.1.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash-es": "4.17.21", "mitt": "^3.0.0", "moment": "2.30.1",