diff --git a/package-lock.json b/package-lock.json index abee64f..18005fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "karma-threshold-reporter": "^0.1.15", "mocha": "^11.7.5", "postcss": "^8.5.6", - "require-from-string": "^1.1.0", + "require-from-string": "^2.0.2", "sass": "^1.94.2", "sinon": "^1.17.3", "stringify": "^3.2.0", @@ -10067,9 +10067,9 @@ } }, "node_modules/require-from-string": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-1.2.1.tgz", - "integrity": "sha512-H7AkJWMobeskkttHyhTVtS0fxpFLjxhbfMa6Bk3wimP7sdPRGL3EyCg3sAQenFfAe+xQ+oAc85Nmtvq0ROM83Q==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2fbb0b6..032d615 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "karma-threshold-reporter": "^0.1.15", "mocha": "^11.7.5", "postcss": "^8.5.6", - "require-from-string": "^1.1.0", + "require-from-string": "^2.0.2", "sass": "^1.94.2", "sinon": "^1.17.3", "stringify": "^3.2.0",