From 17902638c2fece1a743db84c00304dfbc5ec2025 Mon Sep 17 00:00:00 2001 From: FlorentinTh Date: Thu, 5 Oct 2023 10:23:48 -0400 Subject: [PATCH] chore(dependencies): update dependencies --- .github/dependabot.yml | 5 +++++ package-lock.json | 26 +++++++++++++------------- package.json | 6 +++--- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5eb891..9b23e32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,11 @@ updates: allow: - dependency-name: "*" dependency-type: "production" + ignore: + - dependency-name: "chart.js" + versions: ["^4.0.0"] + - dependency-name: "chartjs-plugin-crosshair" + versions: ["^2.0.0"] labels: - "dependencies" assignees: diff --git a/package-lock.json b/package-lock.json index 2322711..f631afe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,18 +7,18 @@ "": { "name": "MyoRatio", "version": "3.4.0", - "license": "SEE LICENSE IN ", + "license": "SEE IN LICENSE", "dependencies": { "@fortawesome/fontawesome-free": "^6.4.0", "@popperjs/core": "^2.11.8", "chart.js": "^3.9.1", "chartjs-plugin-crosshair": "^1.2.0", "choices.js": "^10.2.0", - "dayjs": "^1.11.9", + "dayjs": "^1.11.10", "semver": "^7.5.4", - "sweetalert2": "^11.7.16", + "sweetalert2": "^11.7.31", "uuid": "^9.0.0", - "yup": "^1.2.0" + "yup": "^1.3.2" }, "devDependencies": { "@florentinth/nwjs-builder-phoenix": "^1.15.2", @@ -6122,9 +6122,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", - "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/debug": { "version": "2.6.9", @@ -15350,9 +15350,9 @@ } }, "node_modules/sweetalert2": { - "version": "11.7.16", - "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.16.tgz", - "integrity": "sha512-vxqVcA358RWdK/XOG1gFtOzT7qBH186Ry4gnW0Xtrx7vIo1mpnR8hG8MxQms4gz3JPbYQ6UIgZn0+hTK7in3Jw==", + "version": "11.7.31", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.7.31.tgz", + "integrity": "sha512-AVNODg41LqhC241UHTanW2ZQdh0ziiw+Gc3Dmy1EuCFP+g09P3mBEhvauU88J3JLEX6UpTfhp7iok9t8uhEdQQ==", "funding": { "type": "individual", "url": "https://github.com/sponsors/limonte" @@ -17158,9 +17158,9 @@ } }, "node_modules/yup": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/yup/-/yup-1.2.0.tgz", - "integrity": "sha512-PPqYKSAXjpRCgLgLKVGPA33v5c/WgEx3wi6NFjIiegz90zSwyMpvTFp/uGcVnnbx6to28pgnzp/q8ih3QRjLMQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/yup/-/yup-1.3.2.tgz", + "integrity": "sha512-6KCM971iQtJ+/KUaHdrhVr2LDkfhBtFPRnsG1P8F4q3uUVQ2RfEM9xekpha9aA4GXWJevjM10eDcPQ1FfWlmaQ==", "dependencies": { "property-expr": "^2.0.5", "tiny-case": "^1.0.3", diff --git a/package.json b/package.json index 398347e..6d75487 100644 --- a/package.json +++ b/package.json @@ -161,10 +161,10 @@ "chart.js": "^3.9.1", "chartjs-plugin-crosshair": "^1.2.0", "choices.js": "^10.2.0", - "dayjs": "^1.11.9", + "dayjs": "^1.11.10", "semver": "^7.5.4", - "sweetalert2": "^11.7.16", + "sweetalert2": "^11.7.31", "uuid": "^9.0.0", - "yup": "^1.2.0" + "yup": "^1.3.2" } }