diff --git a/samples/get-started/package-lock.json b/samples/get-started/package-lock.json index f776d79..bf77a9c 100644 --- a/samples/get-started/package-lock.json +++ b/samples/get-started/package-lock.json @@ -9,9 +9,9 @@ "version": "1.0.0", "license": "MIT", "devDependencies": { - "@azure/microsoft-playwright-testing": "1.0.0-beta.3", - "@playwright/test": "1.55.1", - "@types/node": "22.15.3", + "@azure/microsoft-playwright-testing": "^1.0.0-beta.3", + "@playwright/test": "^1.55.1", + "@types/node": "^22.15.3", "dotenv": "^16.4.5" } }, @@ -420,18 +420,14 @@ } }, "node_modules/fast-xml-parser": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz", - "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==", + "version": "4.5.6", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.6.tgz", + "integrity": "sha512-Yd4vkROfJf8AuJrDIVMVmYfULKmIJszVsMv7Vo71aocsKgFxpdlpSHXSaInvyYfgw2PRuObQSW2GFpVMUjxu9A==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/NaturalIntelligence" - }, - { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } ], "license": "MIT",