fix: update next package version to 15.1.11 in package.json and package-lock.json

This commit is contained in:
2025-12-12 20:01:23 +01:00
parent b75fd6f872
commit abad26b68a
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "panel",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "panel",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@mapbox/polyline": "^1.2.1",
"bcryptjs": "^3.0.2",
@@ -17,7 +17,7 @@
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"leaflet": "^1.9.4",
"next": "^15.1.9",
"next": "15.1.11",
"next-auth": "^5.0.0-beta.29",
"node-fetch": "^3.3.2",
"proj4": "^2.19.3",
@@ -1825,9 +1825,9 @@
}
},
"node_modules/@next/env": {
"version": "15.1.9",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.1.9.tgz",
"integrity": "sha512-Te1wbiJ//I40T7UePOUG8QBwh+VVMCc0OTuqesOcD3849TVOVOyX4Hdrkx7wcpLpy/LOABIcGyLX5P/SzzXhFA==",
"version": "15.1.11",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.1.11.tgz",
"integrity": "sha512-yp++FVldfLglEG5LoS2rXhGypPyoSOyY0kxZQJ2vnlYJeP8o318t5DrDu5Tqzr03qAhDWllAID/kOCsXNLcwKw==",
"license": "MIT"
},
"node_modules/@next/eslint-plugin-next": {
@@ -8791,12 +8791,12 @@
"dev": true
},
"node_modules/next": {
"version": "15.1.9",
"resolved": "https://registry.npmjs.org/next/-/next-15.1.9.tgz",
"integrity": "sha512-OoQpDPV2i3o5Hnn46nz2x6fzdFxFO+JsU4ZES12z65/feMjPHKKHLDVQ2NuEvTaXTRisix/G5+6hyTkwK329kA==",
"version": "15.1.11",
"resolved": "https://registry.npmjs.org/next/-/next-15.1.11.tgz",
"integrity": "sha512-UiVJaOGhKST58AadwbFUZThlNBmYhKqaCs8bVtm4plTxsgKq0mJ0zTsp7t7j/rzsbAEj9WcAMdZCztjByi4EoQ==",
"license": "MIT",
"dependencies": {
"@next/env": "15.1.9",
"@next/env": "15.1.11",
"@swc/counter": "0.1.3",
"@swc/helpers": "0.5.15",
"busboy": "1.6.0",
@@ -13780,9 +13780,9 @@
}
},
"@next/env": {
"version": "15.1.9",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.1.9.tgz",
"integrity": "sha512-Te1wbiJ//I40T7UePOUG8QBwh+VVMCc0OTuqesOcD3849TVOVOyX4Hdrkx7wcpLpy/LOABIcGyLX5P/SzzXhFA=="
"version": "15.1.11",
"resolved": "https://registry.npmjs.org/@next/env/-/env-15.1.11.tgz",
"integrity": "sha512-yp++FVldfLglEG5LoS2rXhGypPyoSOyY0kxZQJ2vnlYJeP8o318t5DrDu5Tqzr03qAhDWllAID/kOCsXNLcwKw=="
},
"@next/eslint-plugin-next": {
"version": "15.1.8",
@@ -18683,11 +18683,11 @@
"dev": true
},
"next": {
"version": "15.1.9",
"resolved": "https://registry.npmjs.org/next/-/next-15.1.9.tgz",
"integrity": "sha512-OoQpDPV2i3o5Hnn46nz2x6fzdFxFO+JsU4ZES12z65/feMjPHKKHLDVQ2NuEvTaXTRisix/G5+6hyTkwK329kA==",
"version": "15.1.11",
"resolved": "https://registry.npmjs.org/next/-/next-15.1.11.tgz",
"integrity": "sha512-UiVJaOGhKST58AadwbFUZThlNBmYhKqaCs8bVtm4plTxsgKq0mJ0zTsp7t7j/rzsbAEj9WcAMdZCztjByi4EoQ==",
"requires": {
"@next/env": "15.1.9",
"@next/env": "15.1.11",
"@next/swc-darwin-arm64": "15.1.9",
"@next/swc-darwin-x64": "15.1.9",
"@next/swc-linux-arm64-gnu": "15.1.9",