mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Merge pull request #1032 from shlinkio/dependabot/npm_and_yarn/reactstrap-9.2.2
Bump reactstrap from 9.2.1 to 9.2.2
This commit is contained in:
commit
46682d9be5
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"react-external-link": "^2.2.0",
|
||||
"react-redux": "^9.1.0",
|
||||
"react-router-dom": "^6.21.2",
|
||||
"reactstrap": "^9.2.1",
|
||||
"reactstrap": "^9.2.2",
|
||||
"redux-localstorage-simple": "^2.5.1",
|
||||
"uuid": "^9.0.1",
|
||||
"workbox-core": "^7.0.0",
|
||||
|
@ -8953,9 +8953,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/reactstrap": {
|
||||
"version": "9.2.1",
|
||||
"resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.1.tgz",
|
||||
"integrity": "sha512-3d+jo7EEw1GxobrSeTjs+Vq1SNrMnRTcwKp3/t1ufrceTLFHS6LpAck4eLKlzvgQgTpSJpLeJtVQKSqkxbHTiQ==",
|
||||
"version": "9.2.2",
|
||||
"resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.2.tgz",
|
||||
"integrity": "sha512-4KroiGOdqZLAnMGzHjpErW3G7bLB+QbKzzMLIDXydPIV0y74lpdL7WtXHkLWAGInd97WCPNx4+R0NQDPyzIfhw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@popperjs/core": "^2.6.0",
|
||||
|
@ -17183,9 +17183,9 @@
|
|||
}
|
||||
},
|
||||
"reactstrap": {
|
||||
"version": "9.2.1",
|
||||
"resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.1.tgz",
|
||||
"integrity": "sha512-3d+jo7EEw1GxobrSeTjs+Vq1SNrMnRTcwKp3/t1ufrceTLFHS6LpAck4eLKlzvgQgTpSJpLeJtVQKSqkxbHTiQ==",
|
||||
"version": "9.2.2",
|
||||
"resolved": "https://registry.npmjs.org/reactstrap/-/reactstrap-9.2.2.tgz",
|
||||
"integrity": "sha512-4KroiGOdqZLAnMGzHjpErW3G7bLB+QbKzzMLIDXydPIV0y74lpdL7WtXHkLWAGInd97WCPNx4+R0NQDPyzIfhw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@popperjs/core": "^2.6.0",
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"react-external-link": "^2.2.0",
|
||||
"react-redux": "^9.1.0",
|
||||
"react-router-dom": "^6.21.2",
|
||||
"reactstrap": "^9.2.1",
|
||||
"reactstrap": "^9.2.2",
|
||||
"redux-localstorage-simple": "^2.5.1",
|
||||
"uuid": "^9.0.1",
|
||||
"workbox-core": "^7.0.0",
|
||||
|
|
Loading…
Reference in a new issue