Skip to content

Commit a62bcb8

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SNYK-10497607
1 parent 910bce1 commit a62bcb8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^18.3.1",
1818
"react-easy-emoji": "^1.8.1",
1919
"react-ga": "^3.3.1",
20-
"snyk": "^1.402.0"
20+
"snyk": "^1.1297.3"
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9390,10 +9390,10 @@ smart-buffer@^4.2.0:
93909390
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
93919391
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
93929392

9393-
snyk@^1.402.0:
9394-
version "1.1293.1"
9395-
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.1293.1.tgz#07615a1a57b40c9779f7678f09135ee832681d60"
9396-
integrity sha512-CnbNrsEUMGfajfJ5/03BIgx1ixWKr9Kk+9xDw6sZqKy4K5K01DkyUp/V+WjbCfjr0li9+aE7u70s276KEOuiNA==
9393+
snyk@^1.1297.3:
9394+
version "1.1297.3"
9395+
resolved "https://registry.yarnpkg.com/snyk/-/snyk-1.1297.3.tgz#0b4b75d40529560498d375e88e6a892484def35c"
9396+
integrity sha512-D4gj5Yeg0IdLUfrYObaj/qhg/k7ONO/OmPY8aa3JpZoo/dH3kecUjUqyPgfL9mq7kFswZO5Piwno6PmZ7Dv8Ig==
93979397
dependencies:
93989398
"@sentry/node" "^7.36.0"
93999399
global-agent "^3.0.0"

0 commit comments

Comments
 (0)