1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-11-22 01:36:58 +01:00

Merge pull request #103 from kremalicious/dependabot/npm_and_yarn/next-9.4.2

Bump next from 9.4.1 to 9.4.2
This commit is contained in:
Matthias Kretschmann 2020-05-21 09:01:48 +02:00 committed by GitHub
commit fc8a789c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 15 deletions

29
package-lock.json generated
View File

@ -3607,9 +3607,9 @@
}
},
"@next/react-dev-overlay": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-9.4.1.tgz",
"integrity": "sha512-Ta8VXEk+yIBgbn7FRgvE6bvF37MfStZceHm78ZG+KUQWTsffy1fUFb24ylxGuBaq95uR2mXWS/+RIAFmZTyOqA==",
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/@next/react-dev-overlay/-/react-dev-overlay-9.4.2.tgz",
"integrity": "sha512-Dg6ysRiGIu6wdJ3iOcBEJY5MZwmd3CSPawSpQsj+rClNwcHqLKJKz3TfMTKH05r77On68GNKq4RaYix8y0D3Qw==",
"dev": true,
"requires": {
"@babel/code-frame": "7.8.3",
@ -3686,9 +3686,9 @@
}
},
"@next/react-refresh-utils": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-9.4.1.tgz",
"integrity": "sha512-oN+htA/GmBNx+aAsCOTElTuCPad9ETPSg/G/B7xM1sI+7VoPqhXJ2P3Feoup3J5Rpw6TF1vUHSzlpELDu6/law==",
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/@next/react-refresh-utils/-/react-refresh-utils-9.4.2.tgz",
"integrity": "sha512-N2bn3fU+N26Pkf+c7ZaG04T9FrDUeGtIBaJ/NGygm9GMrIkCU/6nkeWNboaAiHvji8UooqhLf1Yesf4BJLzHOA==",
"dev": true
},
"@nodelib/fs.scandir": {
@ -6112,9 +6112,9 @@
},
"dependencies": {
"bn.js": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz",
"integrity": "sha512-IUTD/REb78Z2eodka1QZyyEk66pciRcP6Sroka0aI3tG/iwIdYLrBD62RsubR7vqdt3WyX8p4jxeatzmRSphtA==",
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.2.tgz",
"integrity": "sha512-40rZaf3bUNKTVYu9sIeeEGOg7g14Yvnj9kH7b50EiwX0Q7A6umbvfI5tvHaOERH0XigqKkfLkFQxzb4e6CIXnA==",
"dev": true
},
"readable-stream": {
@ -16288,12 +16288,13 @@
"dev": true
},
"next": {
"version": "9.4.1",
"resolved": "https://registry.npmjs.org/next/-/next-9.4.1.tgz",
"integrity": "sha512-6C+Iq11k5WB+iaPrGQUEl4V6AY4j+KyhHCWeNC2PCP+3VSbgUVQ0CKq71xPXjfWz7cT3Wfb0B+ZqavZZg9jjfA==",
"version": "9.4.2",
"resolved": "https://registry.npmjs.org/next/-/next-9.4.2.tgz",
"integrity": "sha512-T/3Rmz/R++OyrWNZ3ZQn+RR9Tbu6DWxZGVXUc+2z4/FxIkeZXggB/494i3IsAssiK1Fu8WVDIwYxOWQ0RgITUg==",
"dev": true,
"requires": {
"@ampproject/toolbox-optimizer": "2.3.1",
"@babel/code-frame": "7.8.3",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
@ -16310,8 +16311,8 @@
"@babel/preset-typescript": "7.9.0",
"@babel/runtime": "7.9.6",
"@babel/types": "7.9.6",
"@next/react-dev-overlay": "9.4.1",
"@next/react-refresh-utils": "9.4.1",
"@next/react-dev-overlay": "9.4.2",
"@next/react-refresh-utils": "9.4.2",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-define": "2.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",

View File

@ -63,7 +63,7 @@
"eslint-plugin-react": "^7.20.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"next": "^9.4.1",
"next": "^9.4.2",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",