1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-25 18:56:39 +02:00

Bump @svgr/webpack from 6.1.1 to 6.1.2 (#732)

This commit is contained in:
dependabot[bot] 2021-12-13 11:02:50 +00:00 committed by GitHub
parent 4e6d89adc6
commit 01c284f442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 36 deletions

70
package-lock.json generated
View File

@ -45,7 +45,7 @@
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@loadable/component": "^5.15.2",
"@svgr/webpack": "^6.1.1",
"@svgr/webpack": "^6.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.3",
@ -3642,11 +3642,11 @@
}
},
"node_modules/@svgr/core": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.1.1.tgz",
"integrity": "sha512-/NP+24cQmcEdJYptoFWO34SHkNx2x4KOGAMcnTpzOPQifvb1ecupWNEPeHBDY18utd0OMpl2kWf0ZnyN5VsVlg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.1.2.tgz",
"integrity": "sha512-G1UVZcPS5R+HfBG5QC7n2ibkax8RXki2sbKHySTTnajeNXbzriBJcpF4GpYzWptfvD2gmqTDY9XaX+x08TUyGQ==",
"dependencies": {
"@svgr/plugin-jsx": "^6.1.0",
"@svgr/plugin-jsx": "^6.1.2",
"camelcase": "^6.2.0",
"cosmiconfig": "^7.0.1"
},
@ -3686,9 +3686,9 @@
}
},
"node_modules/@svgr/plugin-jsx": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.1.0.tgz",
"integrity": "sha512-grAeVnwjr4eyzzscX6d5dK202nQcKGt5STry3BrCNuw8RZkMVFYumjH/qLnInO2ugc0ESSo8eCkb+30vXVxSTg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.1.2.tgz",
"integrity": "sha512-K/w16g3BznTjVjLyUyV0fE7LLl1HSq5KJjvczFVVvx9QG0+3xtU7RX6gvoVnTvYlrNo8QxxqLWVAU3HQm68Eew==",
"dependencies": {
"@babel/core": "^7.15.5",
"@svgr/babel-preset": "^6.1.0",
@ -3703,13 +3703,13 @@
"url": "https://github.com/sponsors/gregberge"
},
"peerDependencies": {
"@svgr/core": "^6.0.0-alpha.0"
"@svgr/core": "^6.0.0"
}
},
"node_modules/@svgr/plugin-svgo": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.1.0.tgz",
"integrity": "sha512-NQtYlvPg6yk3wxm1EeeI3kNh/NoSxwW/Zjkvy3vf4CJJHKryB3TnkLsY8Z5hDOERT3Hadksh9RyZnSszEG7q5w==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.1.2.tgz",
"integrity": "sha512-UHVSRZV3RdaggDT60OMIEmhskN736DOF6PuBcCaql6jBDA9+SZkA5ZMEw73ZLAlwdOAmw+0Gi4vx/xvAfnmerw==",
"dependencies": {
"cosmiconfig": "^7.0.1",
"deepmerge": "^4.2.2",
@ -3723,7 +3723,7 @@
"url": "https://github.com/sponsors/gregberge"
},
"peerDependencies": {
"@svgr/core": "^6.0.0-alpha.0"
"@svgr/core": "^6.0.0"
}
},
"node_modules/@svgr/plugin-svgo/node_modules/@trysound/sax": {
@ -3788,18 +3788,18 @@
}
},
"node_modules/@svgr/webpack": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.1.1.tgz",
"integrity": "sha512-22Ba6/9u/7UHnnwWQBDEIy3GrKbacMHUfS1+0XO1sjiEwQFV+eoJnnwnNX5PVS3pEx0srIKhaCCs9RtUrsM8+w==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.1.2.tgz",
"integrity": "sha512-5RzzWxFquywENwvnsiGjZ7IED+0l2lnICR3OKQ6OUyGgxlu+ac73NmDSXp6EPBz/ZTArpMZtug7jiPMUkXxnlg==",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@svgr/core": "^6.1.1",
"@svgr/plugin-jsx": "^6.1.0",
"@svgr/plugin-svgo": "^6.1.0"
"@svgr/core": "^6.1.2",
"@svgr/plugin-jsx": "^6.1.2",
"@svgr/plugin-svgo": "^6.1.2"
},
"engines": {
"node": ">=10"
@ -27499,11 +27499,11 @@
}
},
"@svgr/core": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.1.1.tgz",
"integrity": "sha512-/NP+24cQmcEdJYptoFWO34SHkNx2x4KOGAMcnTpzOPQifvb1ecupWNEPeHBDY18utd0OMpl2kWf0ZnyN5VsVlg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/core/-/core-6.1.2.tgz",
"integrity": "sha512-G1UVZcPS5R+HfBG5QC7n2ibkax8RXki2sbKHySTTnajeNXbzriBJcpF4GpYzWptfvD2gmqTDY9XaX+x08TUyGQ==",
"requires": {
"@svgr/plugin-jsx": "^6.1.0",
"@svgr/plugin-jsx": "^6.1.2",
"camelcase": "^6.2.0",
"cosmiconfig": "^7.0.1"
}
@ -27525,9 +27525,9 @@
}
},
"@svgr/plugin-jsx": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.1.0.tgz",
"integrity": "sha512-grAeVnwjr4eyzzscX6d5dK202nQcKGt5STry3BrCNuw8RZkMVFYumjH/qLnInO2ugc0ESSo8eCkb+30vXVxSTg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-6.1.2.tgz",
"integrity": "sha512-K/w16g3BznTjVjLyUyV0fE7LLl1HSq5KJjvczFVVvx9QG0+3xtU7RX6gvoVnTvYlrNo8QxxqLWVAU3HQm68Eew==",
"requires": {
"@babel/core": "^7.15.5",
"@svgr/babel-preset": "^6.1.0",
@ -27536,9 +27536,9 @@
}
},
"@svgr/plugin-svgo": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.1.0.tgz",
"integrity": "sha512-NQtYlvPg6yk3wxm1EeeI3kNh/NoSxwW/Zjkvy3vf4CJJHKryB3TnkLsY8Z5hDOERT3Hadksh9RyZnSszEG7q5w==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-6.1.2.tgz",
"integrity": "sha512-UHVSRZV3RdaggDT60OMIEmhskN736DOF6PuBcCaql6jBDA9+SZkA5ZMEw73ZLAlwdOAmw+0Gi4vx/xvAfnmerw==",
"requires": {
"cosmiconfig": "^7.0.1",
"deepmerge": "^4.2.2",
@ -27591,18 +27591,18 @@
}
},
"@svgr/webpack": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.1.1.tgz",
"integrity": "sha512-22Ba6/9u/7UHnnwWQBDEIy3GrKbacMHUfS1+0XO1sjiEwQFV+eoJnnwnNX5PVS3pEx0srIKhaCCs9RtUrsM8+w==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-6.1.2.tgz",
"integrity": "sha512-5RzzWxFquywENwvnsiGjZ7IED+0l2lnICR3OKQ6OUyGgxlu+ac73NmDSXp6EPBz/ZTArpMZtug7jiPMUkXxnlg==",
"requires": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@svgr/core": "^6.1.1",
"@svgr/plugin-jsx": "^6.1.0",
"@svgr/plugin-svgo": "^6.1.0"
"@svgr/core": "^6.1.2",
"@svgr/plugin-jsx": "^6.1.2",
"@svgr/plugin-svgo": "^6.1.2"
}
},
"@szmarczak/http-timer": {

View File

@ -56,7 +56,7 @@
"@babel/node": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@loadable/component": "^5.15.2",
"@svgr/webpack": "^6.1.1",
"@svgr/webpack": "^6.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.3",