Merge pull request #74 from Arctichawk1/dependabot/npm_and_yarn/react-alert-7.0.3
Bump react-alert from 7.0.2 to 7.0.3
This commit is contained in:
commit
42754065fb
2 changed files with 12 additions and 8 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -29,7 +29,7 @@
|
||||||
"js-cookie": "^2.2.1",
|
"js-cookie": "^2.2.1",
|
||||||
"nodemailer": "^6.9.3",
|
"nodemailer": "^6.9.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-alert": "^7.0.2",
|
"react-alert": "^7.0.3",
|
||||||
"react-alert-template-basic": "^1.0.2",
|
"react-alert-template-basic": "^1.0.2",
|
||||||
"react-bootstrap": "^1.5.2",
|
"react-bootstrap": "^1.5.2",
|
||||||
"react-bootstrap-carousel": "^4.1.1",
|
"react-bootstrap-carousel": "^4.1.1",
|
||||||
|
@ -16998,12 +16998,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-alert": {
|
"node_modules/react-alert": {
|
||||||
"version": "7.0.2",
|
"version": "7.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-alert/-/react-alert-7.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-alert/-/react-alert-7.0.3.tgz",
|
||||||
"integrity": "sha512-oUxPk9DMaEm93Y33mdAmy4vDPZauMj30di4p4+QuZ3JOyoFSFteLSsjlhTkDjkyvJuVxToi3bbnsxehRHEPpeg==",
|
"integrity": "sha512-cZ2ZhxytECTxljDfBKpQmwWbfJQFzFf2Qf03L/IB5shbEXtWhDD2JjiW60rwmKT1oZoU+GEnUQw5MFM5+f0B6A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react-transition-group": "^4.4.1"
|
"react-transition-group": "^4.4.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": "^16.8.1 || ^17",
|
||||||
|
"react-dom": "^16.8.1 || ^17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-alert-template-basic": {
|
"node_modules/react-alert-template-basic": {
|
||||||
|
@ -32889,9 +32893,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"react-alert": {
|
"react-alert": {
|
||||||
"version": "7.0.2",
|
"version": "7.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-alert/-/react-alert-7.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-alert/-/react-alert-7.0.3.tgz",
|
||||||
"integrity": "sha512-oUxPk9DMaEm93Y33mdAmy4vDPZauMj30di4p4+QuZ3JOyoFSFteLSsjlhTkDjkyvJuVxToi3bbnsxehRHEPpeg==",
|
"integrity": "sha512-cZ2ZhxytECTxljDfBKpQmwWbfJQFzFf2Qf03L/IB5shbEXtWhDD2JjiW60rwmKT1oZoU+GEnUQw5MFM5+f0B6A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
"react-transition-group": "^4.4.1"
|
"react-transition-group": "^4.4.1"
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
"js-cookie": "^2.2.1",
|
"js-cookie": "^2.2.1",
|
||||||
"nodemailer": "^6.9.3",
|
"nodemailer": "^6.9.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-alert": "^7.0.2",
|
"react-alert": "^7.0.3",
|
||||||
"react-alert-template-basic": "^1.0.2",
|
"react-alert-template-basic": "^1.0.2",
|
||||||
"react-bootstrap": "^1.5.2",
|
"react-bootstrap": "^1.5.2",
|
||||||
"react-bootstrap-carousel": "^4.1.1",
|
"react-bootstrap-carousel": "^4.1.1",
|
||||||
|
|
Loading…
Reference in a new issue