Skip to content

Commit 9926354

Browse files
authored
Merge pull request #95 from mariache/snyk-fix-63c01ea088691ad06ee592d81c1d5807
[Snyk] Fix for 8 vulnerabilities
2 parents b2e1682 + 7dde732 commit 9926354

3 files changed

Lines changed: 107 additions & 35 deletions

File tree

.snyk

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.25.1
3+
ignore: {}
4+
# patches apply the minimum changes required to fix a vulnerability
5+
patch:
6+
SNYK-JS-LODASH-567746:
7+
- react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > whatwg-url > lodash:
8+
patched: '2025-10-17T03:34:24.691Z'
9+
id: SNYK-JS-LODASH-567746
10+
path: >-
11+
react-scripts > jest > @jest/core > jest-config >
12+
jest-environment-jsdom > jsdom > whatwg-url > lodash
13+
- react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > whatwg-url > lodash:
14+
patched: '2025-10-17T03:34:24.691Z'
15+
id: SNYK-JS-LODASH-567746
16+
path: >-
17+
react-scripts > jest > jest-cli > jest-config > jest-environment-jsdom
18+
> jsdom > whatwg-url > lodash
19+
- react-scripts > jest > @jest/core > jest-config > jest-runner > jest-environment-jsdom > jsdom > whatwg-url > lodash:
20+
patched: '2025-10-17T03:34:24.691Z'
21+
id: SNYK-JS-LODASH-567746
22+
path: >-
23+
react-scripts > jest > @jest/core > jest-config > jest-runner >
24+
jest-environment-jsdom > jsdom > whatwg-url > lodash
25+
- react-scripts > jest > jest-cli > jest-config > jest-runner > jest-environment-jsdom > jsdom > whatwg-url > lodash:
26+
patched: '2025-10-17T03:34:24.691Z'
27+
id: SNYK-JS-LODASH-567746
28+
path: >-
29+
react-scripts > jest > jest-cli > jest-config > jest-runner >
30+
jest-environment-jsdom > jsdom > whatwg-url > lodash
31+
- react-scripts > jest > jest-cli > @jest/core > jest-runner > jest-environment-jsdom > jsdom > whatwg-url > lodash:
32+
patched: '2025-10-17T03:34:24.691Z'
33+
id: SNYK-JS-LODASH-567746
34+
path: >-
35+
react-scripts > jest > jest-cli > @jest/core > jest-runner >
36+
jest-environment-jsdom > jsdom > whatwg-url > lodash
37+
- react-scripts > jest > jest-cli > @jest/core > jest-config > jest-environment-jsdom > jsdom > whatwg-url > lodash:
38+
patched: '2025-10-17T03:34:24.691Z'
39+
id: SNYK-JS-LODASH-567746
40+
path: >-
41+
react-scripts > jest > jest-cli > @jest/core > jest-config >
42+
jest-environment-jsdom > jsdom > whatwg-url > lodash
43+
- react-scripts > jest > jest-cli > @jest/core > jest-config > jest-runner > jest-environment-jsdom > jsdom > whatwg-url > lodash:
44+
patched: '2025-10-17T03:34:24.691Z'
45+
id: SNYK-JS-LODASH-567746
46+
path: >-
47+
react-scripts > jest > jest-cli > @jest/core > jest-config >
48+
jest-runner > jest-environment-jsdom > jsdom > whatwg-url > lodash

package-lock.json

Lines changed: 57 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"axios": "^0.21.4",
7-
"moment": "^2.29.1",
6+
"axios": "^1.12.0",
7+
"moment": "^2.29.4",
88
"moment-timezone": "^0.5.34",
99
"react": "^17.0.2",
1010
"react-dom": "^17.0.2",

0 commit comments

Comments
 (0)