diff --git a/package-lock.json b/package-lock.json index c6aaf051..5d18bbc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.7.2", - "@next/env": "^15.3.1", + "@next/env": "^15.3.2", "@patternfly/chatbot": "^2.2.1", "@patternfly/react-core": "^6.2.2", "@patternfly/react-icons": "^6.2.0", @@ -755,9 +755,9 @@ } }, "node_modules/@next/env": { - "version": "15.3.1", - "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.1.tgz", - "integrity": "sha512-cwK27QdzrMblHSn9DZRV+DQscHXRuJv6MydlJRpFSqJWZrTYMLzKDeyueJNN9MGd8NNiUKzDQADAf+dMLXX7YQ==", + "version": "15.3.2", + "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.2.tgz", + "integrity": "sha512-xURk++7P7qR9JG1jJtLzPzf0qEvqCN0A/T3DXf8IPMKo9/6FfjxtEffRJIIew/bIL4T3C2jLLqBor8B/zVlx6g==", "license": "MIT" }, "node_modules/@next/eslint-plugin-next": { @@ -5801,6 +5801,12 @@ "uuid": "dist/bin/uuid" } }, + "node_modules/next/node_modules/@next/env": { + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@next/env/-/env-15.3.1.tgz", + "integrity": "sha512-cwK27QdzrMblHSn9DZRV+DQscHXRuJv6MydlJRpFSqJWZrTYMLzKDeyueJNN9MGd8NNiUKzDQADAf+dMLXX7YQ==", + "license": "MIT" + }, "node_modules/next/node_modules/postcss": { "version": "8.4.31", "funding": [ diff --git a/package.json b/package.json index c4f8b059..6e88a1b7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.7.2", - "@next/env": "^15.3.1", + "@next/env": "^15.3.2", "@patternfly/chatbot": "^2.2.1", "@patternfly/react-core": "^6.2.2", "@patternfly/react-icons": "^6.2.0",