From eecad6bb402590a496f3f1630202404e1e99f888 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Nov 2023 09:39:38 +0000 Subject: [PATCH] fix: package.json & yarn.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LUXON-3225081 - https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924 --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5f18a50a..194f47d2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "husky": "^8.0.2", "json-schema-to-typescript": "^11.0.2", "lint-staged": "^13.1.0", - "luxon": "^3.1.1", + "luxon": "^3.2.1", "prettier": "^2.8.1", "qrcode.react": "^3.1.0", "react": "^18.2.0", @@ -34,7 +34,7 @@ "react-scripts": "5.0.1", "react-test-renderer": "^18.2.0", "stream-browserify": "^3.0.0", - "styled-components": "^5.3.6", + "styled-components": "^5.3.7", "typescript": "^4.9.3", "web-vitals": "^2.1.4", "yarn": "^1.22.19" diff --git a/yarn.lock b/yarn.lock index 004bb06c..f721f9d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7547,10 +7547,10 @@ lru-queue@^0.1.0: dependencies: es5-ext "~0.10.2" -luxon@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/luxon/-/luxon-3.1.1.tgz" - integrity sha512-Ah6DloGmvseB/pX1cAmjbFvyU/pKuwQMQqz7d0yvuDlVYLTs2WeDHQMpC8tGjm1da+BriHROW/OEIT/KfYg6xw== +luxon@^3.2.1: + version "3.4.3" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.4.3.tgz#8ddf0358a9492267ffec6a13675fbaab5551315d" + integrity sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg== lz-string@^1.4.4: version "1.4.4" @@ -10134,10 +10134,10 @@ style-loader@^3.3.1: resolved "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz" integrity sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ== -styled-components@^5.3.6: - version "5.3.6" - resolved "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz" - integrity sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg== +styled-components@^5.3.7: + version "5.3.11" + resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8" + integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw== dependencies: "@babel/helper-module-imports" "^7.0.0" "@babel/traverse" "^7.4.5"