From f4ebbcedc8ee577027d173378c24fa1b485dab75 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Sun, 21 Nov 2021 18:06:50 -0600 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. -- 2.49.1 From f468ed8db4fe9b1ff1b5614313a98f41a998eb2a Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Sun, 21 Nov 2021 18:10:50 -0600 Subject: [PATCH 2/2] upgrading packages --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ea5de1a..024e1fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@emotion/react": "^11.6.0", "@emotion/styled": "^11.6.0", "@iconify/react": "^3.1.0", - "@types/react": "^17.0.35", + "@types/react": "^17.0.36", "date-fns": "^2.26.0", "framer-motion": "^5.3.1", "next": "12.0.4", diff --git a/yarn.lock b/yarn.lock index d0930fa..965de5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1501,14 +1501,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:^17.0.35": - version: 17.0.35 - resolution: "@types/react@npm:17.0.35" +"@types/react@npm:^17.0.36": + version: 17.0.36 + resolution: "@types/react@npm:17.0.36" dependencies: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 33e2bf8068ccc5330f089f5d4bee54649c2d5b512edee4a9e44c113271a69ea8c71ddbd3103b205eb971fd4c358e9f69d707df08bec90b3c33492db374614eb7 + checksum: feeaa484d5d7e354ba6830b06342dec6fd1a2ac87f73d21d3d4f2a3d311459de4090330a1e8af7275c8d1e7737b655a7550c8dd3dbc74ccf34ffd3fc824bbd12 languageName: node linkType: hard @@ -4353,7 +4353,7 @@ __metadata: "@emotion/react": ^11.6.0 "@emotion/styled": ^11.6.0 "@iconify/react": ^3.1.0 - "@types/react": ^17.0.35 + "@types/react": ^17.0.36 "@typescript-eslint/eslint-plugin": ^5.4.0 date-fns: ^2.26.0 eslint: <8.0.0 -- 2.49.1