1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-26 10:52:35 +00:00

Bump @netlify/plugin-nextjs from 4.26.0 to 4.27.3 in /web

Bumps [@netlify/plugin-nextjs](https://github.com/netlify/next-runtime) from 4.26.0 to 4.27.3.
- [Release notes](https://github.com/netlify/next-runtime/releases)
- [Changelog](https://github.com/netlify/next-runtime/blob/main/CHANGELOG.md)
- [Commits](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.26.0...plugin-nextjs-v4.27.3)

---
updated-dependencies:
- dependency-name: "@netlify/plugin-nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-24 18:35:50 +00:00 committed by Brenden Matthews
parent 3668edff5b
commit f7d494b001
2 changed files with 23 additions and 8 deletions

29
web/package-lock.json generated
View File

@ -12,7 +12,7 @@
"@fontsource/newsreader": "^4.5.9",
"@headlessui/react": "^1.7.3",
"@mapbox/rehype-prism": "^0.8.0",
"@netlify/plugin-nextjs": "^4.26.0",
"@netlify/plugin-nextjs": "^4.27.3",
"@tailwindcss/typography": "^0.5.7",
"classnames": "^2.3.2",
"colord": "^2.9.3",
@ -795,9 +795,9 @@
}
},
"node_modules/@netlify/plugin-nextjs": {
"version": "4.26.0",
"resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.26.0.tgz",
"integrity": "sha512-K7XL+kUgOJoQ4eFtX6D+KrNBkZA+CFWyRQ9dPH/goq28neHK3JIfxAea5esQuRqYaoQYzcfNvJDF3UN4VMSexg==",
"version": "4.27.3",
"resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.27.3.tgz",
"integrity": "sha512-9g9oDBXjR4h4fXDCzHVnjGPHtiS8Ms4XA2+k5l3p/OjH4rlNZ/IGDZuCm+LWxBINvjjkFngxg9A/Os15lvEb+A==",
"dependencies": {
"@netlify/esbuild": "0.14.39",
"@netlify/functions": "^1.3.0",
@ -816,6 +816,7 @@
"p-limit": "^3.1.0",
"pathe": "^0.2.0",
"pretty-bytes": "^5.6.0",
"regexp-tree": "^0.1.24",
"semver": "^7.3.5",
"slash": "^3.0.0",
"tiny-glob": "^0.2.9"
@ -12290,6 +12291,14 @@
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
"dev": true
},
"node_modules/regexp-tree": {
"version": "0.1.24",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.24.tgz",
"integrity": "sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==",
"bin": {
"regexp-tree": "bin/regexp-tree"
}
},
"node_modules/regexp.prototype.flags": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",
@ -15674,9 +15683,9 @@
}
},
"@netlify/plugin-nextjs": {
"version": "4.26.0",
"resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.26.0.tgz",
"integrity": "sha512-K7XL+kUgOJoQ4eFtX6D+KrNBkZA+CFWyRQ9dPH/goq28neHK3JIfxAea5esQuRqYaoQYzcfNvJDF3UN4VMSexg==",
"version": "4.27.3",
"resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.27.3.tgz",
"integrity": "sha512-9g9oDBXjR4h4fXDCzHVnjGPHtiS8Ms4XA2+k5l3p/OjH4rlNZ/IGDZuCm+LWxBINvjjkFngxg9A/Os15lvEb+A==",
"requires": {
"@netlify/esbuild": "0.14.39",
"@netlify/functions": "^1.3.0",
@ -15695,6 +15704,7 @@
"p-limit": "^3.1.0",
"pathe": "^0.2.0",
"pretty-bytes": "^5.6.0",
"regexp-tree": "^0.1.24",
"semver": "^7.3.5",
"slash": "^3.0.0",
"tiny-glob": "^0.2.9"
@ -24142,6 +24152,11 @@
"integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==",
"dev": true
},
"regexp-tree": {
"version": "0.1.24",
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.24.tgz",
"integrity": "sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw=="
},
"regexp.prototype.flags": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz",

View File

@ -24,7 +24,7 @@
"@fontsource/newsreader": "^4.5.9",
"@headlessui/react": "^1.7.3",
"@mapbox/rehype-prism": "^0.8.0",
"@netlify/plugin-nextjs": "^4.26.0",
"@netlify/plugin-nextjs": "^4.27.3",
"@tailwindcss/typography": "^0.5.7",
"classnames": "^2.3.2",
"colord": "^2.9.3",