diff --git a/src/feature-management-applicationinsights-node/package-lock.json b/src/feature-management-applicationinsights-node/package-lock.json index 7b13f0c..75cc67b 100644 --- a/src/feature-management-applicationinsights-node/package-lock.json +++ b/src/feature-management-applicationinsights-node/package-lock.json @@ -1,15 +1,15 @@ { "name": "@microsoft/feature-management-applicationinsights-node", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/feature-management-applicationinsights-node", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { - "@microsoft/feature-management": "2.3.0", + "@microsoft/feature-management": "2.3.1", "applicationinsights": "^2.9.6" }, "devDependencies": { @@ -453,9 +453,9 @@ "license": "MIT" }, "node_modules/@microsoft/feature-management": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@microsoft/feature-management/-/feature-management-2.3.0.tgz", - "integrity": "sha512-R21l0GM9+eyw+qFOtSsB8REhC02MmE4xw5UGPBOpPil3cTDltVYTe11MmhFkqLFrDs9tLNBpvCouYrQoU4Uwrg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@microsoft/feature-management/-/feature-management-2.3.1.tgz", + "integrity": "sha512-ThisghFgbtzLvUr2ShV9aqLNn/hGopH9YfyeImjGGbYFkpH7HB31GMcmhK7rJvEJClR24szgw91y0K9XM2AWJA==", "license": "MIT" }, "node_modules/@nodelib/fs.scandir": { @@ -2408,10 +2408,20 @@ "optional": true }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"