Skip to content

Commit

Permalink
fix: examples/auth0/dashboard-app/package.json, examples/auth0/dashbo…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 27, 2024
1 parent cc5373a commit 6215baa
Show file tree
Hide file tree
Showing 3 changed files with 5,529 additions and 5,955 deletions.
49 changes: 49 additions & 0 deletions examples/auth0/dashboard-app/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- react-scripts > babel-eslint > @babel/traverse > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: react-scripts > babel-eslint > @babel/traverse > lodash
- react-scripts > babel-eslint > @babel/traverse > @babel/generator > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: >-
react-scripts > babel-eslint > @babel/traverse > @babel/generator >
lodash
- react-scripts > babel-jest > @jest/transform > @babel/core > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: react-scripts > babel-jest > @jest/transform > @babel/core > lodash
- react-scripts > eslint-plugin-testing-library > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: >-
react-scripts > eslint-plugin-testing-library >
@typescript-eslint/experimental-utils >
@typescript-eslint/typescript-estree > lodash
- react-scripts > babel-jest > @jest/transform > @babel/core > @babel/helper-module-transforms > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: >-
react-scripts > babel-jest > @jest/transform > @babel/core >
@babel/helper-module-transforms > lodash
- react-scripts > @svgr/webpack > @babel/preset-env > @babel/preset-modules > @babel/plugin-proposal-unicode-property-regex > @babel/helper-create-regexp-features-plugin > @babel/helper-regex > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: >-
react-scripts > @svgr/webpack > @babel/preset-env >
@babel/preset-modules > @babel/plugin-proposal-unicode-property-regex
> @babel/helper-create-regexp-features-plugin > @babel/helper-regex >
lodash
- react-scripts > @svgr/webpack > @babel/preset-env > @babel/preset-modules > @babel/plugin-proposal-unicode-property-regex > @babel/helper-create-regexp-features-plugin > @babel/helper-annotate-as-pure > @babel/types > lodash:
patched: '2024-03-27T10:54:21.238Z'
id: SNYK-JS-LODASH-567746
path: >-
react-scripts > @svgr/webpack > @babel/preset-env >
@babel/preset-modules > @babel/plugin-proposal-unicode-property-regex
> @babel/helper-create-regexp-features-plugin >
@babel/helper-annotate-as-pure > @babel/types > lodash
12 changes: 8 additions & 4 deletions examples/auth0/dashboard-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@
"react-dom": "^16.13.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"recharts": "^1.8.5"
"react-scripts": "^5.0.0",
"recharts": "^1.8.5",
"@snyk/protect": "latest"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "cross-env NODE_ENV=production npm run build && netlify deploy --prod --dir build"
"deploy": "cross-env NODE_ENV=production npm run build && netlify deploy --prod --dir build",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -52,5 +55,6 @@
},
"devDependencies": {
"cross-env": "^7.0.3"
}
},
"snyk": true
}
Loading

0 comments on commit 6215baa

Please sign in to comment.